ubuntu

This is an old revision of the document!


Installation

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

Handy

  • IMEI 357194041438763 [*#06#]

Tweak Ubuntu

Fix orientation

Remove encrypt-swap

Tevii s464

ATI Treiber

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/

mkisofs -V „$DISC_ID“ -dvd-video „$DVD_PATH“ > „$ISO_FILE

There's TightVNC for Ubuntu as well. It's in the Universe repositories: Code:

sudo aptitude update
sudo aptitude install xtightvncviewer
vncviewer
     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.

sudo shutdown -h +30
sudo shutdown -h 18:45
ifconfig -a
  • ubuntu.1603731784.txt.gz
  • Last modified: 2020/10/26 18:03
  • by furope