Table of Contents

Installation

EEEPC

Interesting revitalization of an old Asus Eee PC mod.901, which came with 1 GB RAM and storage 4GBSSD + 8GBSSD. Just doubled RAM to 2 GB and give a try to Puppy Linux https://puppylinux-woof-ce.github.io/ using flavour Slacko 7.0 https://distro.ibiblio.org/puppylinux/puppy-slacko-7.0/32/ After some live test, installation was easy. Result is a PC usable for web navigation, small office jobs and more.

UPS

Timelaps

ls -1tr > frames.txt
mencoder -nosound -ovc lavc -lavcopts \
vcodec=mpeg4:mbd=2:trell:autoaspect:vqscale=3 \
-vf scale=1920:1080 -mf type=jpeg:fps=20 \
mf://@frames.txt -o time-lapse.avi
ffmpeg -r 30 -i %04d.jpeg -s hd480 -vcodec libx264 -vpre hq time-lapse.mp4

Handy

Tweak Ubuntu

Fix orientation

Remove encrypt-swap

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:46

own ipaddress

ifconfig -a