By default, Ubuntu 10.04 Lucid Lynx LTS has the window size control buttons mounted on the left margin of the window title bar. According to Canonical, this is to make room for more window controls in the future.
To set the window size control button back to the right margin, there are two main steps you’ll [...]
Archive for June, 2010
Using Truecrypt from Ubuntu CLI
Creating keyfiles:
$ truecrypt — keyfile-create myKeyFile.key
Creating volumes from files:
$ truecrypt -c myVolume.vol
Mounting volumes:
$ truecrypt myVolume.vol (mounts next available slot under /media)
$ truecrypt myVolume.vol /media/truecrypt5 (mounts in specific slot under /media)
$ truecrypt myVolume.vol -k myKeyFile.key (when keyfiles are required)
$ truecrypt /dev/sdb (mounting encrypted devices with prompts)
$ truecrypt /dev/sdb [...]
