Wednesday 27 October 2010

rip iso dvd

sudo apt-get install lsdvd gddrescue
lsdvd /dev/dvd
ddrescue /dev/dvd image.iso dvd.log

playback
sudo apt-get install vlc fuseiso
sudo adduser your_user_name fuse (close and reopen the terminal to update your group status)
sudo mkdir /media/fuseiso (create mount point)

Sunday 17 October 2010

sshfs sluggish?

Run like this:

-o ServerAliveInterval=15 -o cache_timeout=600

Saturday 16 October 2010

flash playback.

Finally, Adobe .... never mind. I get bored of saying the same stuff over and over.

Download:

http://labs.adobe.com/downloads/flashplayer10.html

Extract:

tar xvzf flashplayer_square_p1_64bit_linux_091510.tar.gz

Copy:

mkdir -p .mozilla/plugins
mv libflashplayer.so .mozilla/plugins

Run firefox and check it's found it:
about:plugins

This file is present on Dani's machine.