Virtualbox ja USB

By default, USB support doesn’t work in Gutsy even if you download the latest and greatest here.
To remedy this:

alt+f2, gksudo gedit /etc/init.d/mountdevsubfs.sh
Look for the part about magic and make it say this:
#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount –rbind /dev/bus/usb /proc/bus/usb
Save the file and run the script [...]

Flash streamin kaappaus FFMPEG ohjelmalla

mplayer -dumpstream http://195.248.86.140/areena_fi/81/84/818496_638193.wmv -dumpfile testifile.wmv

Grub asennus Linuxin softaraidia käytettäessä

To fix a non-bootable system and ensure GRUB is installed on both drives, manually install GRUB as follows:

Reboot the server from the original Ubuntu Server CDROM
From the Ubuntu boot menu, select “Rescue a broken system”
Continue through the prompts until the screen “Device to use as a root file system” appears
Press Alt-F2 [...]

VLC scripti Topfieldin .rec-tiedostojen muunnokseen

/usr/bin/vlc -vvv /home/taisto/test_in.rec –sub-track=1 –sout=”#transcode{vcodec=mp2v,vb=3072,acodec=mpga,ab=128,soverlay}:standard{dst=/home/taisto/muunnettu11.mpg,access=file}”