Using omxplayer: omxplayer -r -o hdmi <video file> You may need to use sudo, if you can’t get stuff to work. Or maybe try the first thing from this post. And here is some info on controlling omxplayer. Read more →
Monthly Archives: August 2014
Truecrypt in the Linux Terminal
Here is the code that will mount a TrueCrypt volume with the specified file system options: sudo truecrypt –mount –fs-options=”users,uid=1000,gid=1000,fmask=0113,dmask=0002″ /path/to/container /path/to/mountpoint Read more →