This is an old revision of the document!
Fix orientation
Remove encrypt-swap
- TRIAX TSS400 : http://www.satip.info/products/SAT%3EIP%20Servers
- ASUS RT-N16 - Multi-Funktionaler Gigabit Wireless N Router mit USB Server
Tevii s464
ATI Treiber
Unity
Server
APC
Server
download
move HOME to it's own partition
Hide mounted partition or devices:
gconftool --set /apps/compiz-1/plugins/unityshell/screen0/options/devices_option --type=int 0
Show mounted partition or devices:
gconftool --set /apps/compiz-1/plugins/unityshell/screen0/options/devices_option --type=int 1
sudo mkdir /mnt/newhome sudo mount -t ext4 /dev/sdb /mnt/newhome cd /home/ find . -depth -print0 | cpio --null --sparse -pvd /mnt/newhome/ sudo umount /mnt/newhome sudo mv /home /old_home sudo mkdir /home sudo mount /dev/sdb /home sudo gedit /etc/fstab
/dev/sdb /home ext4 nodev,nosuid 0 2
$sudo rm -r /old_home
Quelle: Michael, Russ and Magnus posted this solution on the ubuntu-users mailing list a few months ago. TAKEN FROM: http://embraceubuntu.com/2006/01/29/move-home-to-its-own-partition/
VIDEO_TS 2 ISO IMAGE
mkisofs -V „$DISC_ID“ -dvd-video „$DVD_PATH“ > „$ISO_FILE
VNC
There's TightVNC for Ubuntu as well. It's in the Universe repositories: Code:
sudo aptitude update sudo aptitude install xtightvncviewer vncviewer
to add rar support in ubuntu gutsy gibbon:
1. sudo apt-get install rar 2. sudo ln -fs /usr/bin/rar /usr/bin/unrar
Once installed Gnome’s Archive Manager will recognize rar files.
shutdown counter
sudo shutdown -h +30
sudo shutdown -h 18:45
own ipaddress
ifconfig -a