Posts Tagged ‘wget’

This page contains few information how to create crypted disk using dm_crypt, lvm, gpg with remote key stored on http server. The advantage is to have key, used for unlocking crypted disk(s), somewhere on the server instead have it on USB. * You can easily delete this key if your disks are stolen and nobody [...]

Sunday, June 7th, 2009 at 16:31 | 0 comments
Categories: Uncategorized

I found nice page http://www.hd-trailers.net/ accessing HD trailers from Yahoo or Apple through downloadable mov files. It’s quite useful to have mov files instead of using flash player especially if you have slower Internet connection. Here is short wget command which download mov files from Apple site into directories: #!/bin/bash #480, 720, 1080 RESOLUTION=480 wget [...]

Thursday, March 5th, 2009 at 14:58 | 0 comments
Categories: Uncategorized
TOP