inspiration Inspirational Movies / TV shows Author admin Date October 11, 2015 There are a bunch of movies/tv series that I’ve found to be very inspirational,...
linux, security Remove passphrase from PEM file Author admin Date April 27, 2015 openssl rsa -in privateKey.pem -out newPrivateKey.pem
linux, networking Parallels Multihoming a CentOS Server Author admin Date March 8, 2015 I wanted to be able to have two NICs on a virtual machine using...
architecture Forced Failures Author admin Date February 10, 2015 There is a certain value to failure testing. By forcing systems to go down...
javascript Downloading Embedded PDF in Chrome Author admin Date February 11, 2014 My girlfriend ran into an issue yesterday with her online school. She currently has...
linux Getting the kernel timing Author admin Date November 6, 2013 I found this particularly useful for getting the timing of the kernel in CentOS....
sql Finding and Deleting a Table Lock Author admin Date August 28, 2013 SELECT OBJECT_NAME(P.object_id) AS TableName, Resource_type, request_session_id FROM sys.dm_tran_locks L join sys.partitions P ON L.resource_associated_entity_id...
raspberry-pi Raspberry PI with Serial Cable notes Author admin Date May 4, 2013 ls /dev/tty.* then screen -L /dev/tty.PL2303-00001014 115200
actionscript, jwplayer jwPlayer default behavior for playlist over Author admin Date April 23, 2013 I ran into a little difficulty today with the default behavior of the playlist...