|
Setting up RAID1 on my Ubuntu machine |
|
Written by Gordon Tillman
|
|
Thursday, 04 December 2008 21:43 |
|
This was my starting file-system configuration. Note that everything on this page is done as root.
|
|
Last Updated on Monday, 27 April 2009 18:34 |
|
Read more...
|
|
|
Written by Gordon Tillman
|
|
Thursday, 04 December 2008 20:36 |
|
This article is just a list of links to various websites that my friends and family have.
|
|
Last Updated on Sunday, 21 June 2009 01:00 |
|
Read more...
|
|
CLI rip for AppleTV and video iPod |
|
Written by Gordon Tillman
|
|
Thursday, 04 December 2008 18:18 |
I wanted to automate the process of using the CLI version of HandBrake to rip one or more titles in a format that looked good both on the Apple TV and on video iPods.
Here is a Python script front-end to the HandBrakeCLI program. I just call it rip. You will need to change the command setting to match where you have HandBrakeCLI installed. If you are not running Ubuntu you may also need to change input_src.
|
|
Last Updated on Thursday, 04 December 2008 19:46 |
|
Read more...
|
|
|
Handbrake on Ubuntu 8.04 (Hardy Heron) |
|
Written by Gordon Tillman
|
|
Thursday, 04 December 2008 18:04 |
|
This is how I built and configured the CLI (Command Line Interface) version of HandBrake on my 64-Bit Ubuntu 8.04 computer.
|
|
Last Updated on Friday, 05 December 2008 14:22 |
|
Read more...
|
|
Don't use len() on QuerySets |
|
Written by Gordon Tillman
|
|
Thursday, 04 December 2008 17:43 |
|
From the Django docs:
Note: Don't use len() on QuerySets if all you want to do is determine the number of records in the set. It's much more efficient to handle a count at the database level, using SQL's SELECT COUNT(*), and Django provides a count() method for precisely this reason.
|
|
Last Updated on Thursday, 04 December 2008 18:37 |
|
|
|
|
|
|
Page 5 of 7 |