Technical notes, my online memory
Sunday, December 23, 2012
Fintek IR receiver and XBox remote to control MythTV: fail
›
So I'd gotten the Fintek IR receiver to work previously under ubuntu , but the upgrade to precise broke it. Little did I know that thing...
Thursday, December 13, 2012
Python sqlite3
›
Some notes on using sqlite3 from python. First, lets create a table in an in-memory database: import sqlite3 DB_TABLE_NAME = 'cache...
Wednesday, December 12, 2012
Python: else clause on a for loop
›
From the "huh, I didn't know you could do that" files: In [41]: list=[1,2,3] In [42]: for x in list: ....: print x ...
Thursday, December 6, 2012
Facebook BigMac Ruxcon presentation
›
Nice security presentation from Facebook . Of interest to the mac security world: basic persistence (launcha/launchd etc.) logged and white...
Tuesday, December 4, 2012
Ubuntu Unity/Compiz disable workspace switching animation
›
Disabling the horrible compiz workspace switching animation in Ubuntu precise is doable, if not particularly easy: sudo apt-get install co...
1 comment:
Wednesday, November 21, 2012
Sophail: Tavis and Sophos
›
Tavis continues his damning analysis of Sophos AV. The latest full disclosure post has a good summary, and includes links to sophail1 and...
Friday, November 16, 2012
Micosoft Windows testing VMs
›
Microsoft has recently provided a set of VMs for testing , which is great. The set includes images for XP, Vista, and 7. They are built f...
‹
›
Home
View web version