dvd rip

going to need to copy with vobcopy first... then something like this: cat VTS_07_[0123456].VOB | nice ffmpeg -i - -codec:a ogg -ab 128 -codec:v libvpx -vpre libvpx-720p /tmp/brotown.webm

make a new cert request

http://www.madboa.com/geek/openssl/#cert-request openssl req \ -new -newkey rsa:2048 -nodes \ -subj '/CN=ioio.nu/O=Derp, Inc./C=AU/ST=NSW/L=Sydney' \ -keyout 201210-mykey.pem -out 201210-myreq.pem

Linux Command Line tips that every Linux user should know

http://www.linuxstall.com/linux-command-line-tips-that-every-linux-user…