February 2012
4 posts
Feb 23rd
WatchWatch
Ramos alarm clock
Feb 15th
Feb 8th
2 notes
2 tags
Feb 7th
3 notes
January 2012
8 posts
2 tags
Remove certificate key PEM passphrase.
Bakup it up. cp server.key server.key.org Then generate a new key. openssl rsa -in server.key.org -out server.key [enter the passphrase]
Jan 31st
1 tag
Jan 26th
Jan 24th
1 note
Jan 21st
2 tags
“The best and most beautiful things in the world cannot be seen or even touched....”
– Helen Keller
Jan 21st
2 notes
Jan 3rd
1 note
Jan 3rd
214 notes
WatchWatch
Москва’2011
Jan 2nd
1 note
December 2011
3 posts
2 tags
Dec 16th
2 tags
403 forbidden errors after enabling friendly urls...
Add the following lines to your apache/htaccess file RewriteEngine on Options FollowSymLinks
Dec 15th
1 tag
Dec 10th
November 2011
10 posts
2 tags
Nov 27th
1 tag
Using vi to Encrypt Single ASCII Text Files
vi -x filename vi prompts you to set a password, after which it encrypts the content of the file. Whenever you access this file, vi requests the correct password.
Nov 27th
5 notes
2 tags
Nov 25th
“You never know how STRONG you are… Until being strong is the ONLY choice...”
Nov 22nd
2 tags
“If you run, you are a runner. It doesn’t matter how fast or how far. It...”
– John Bingham
Nov 16th
2 tags
Change Mysql table collation and character set
Check out current character set SELECT CCSA.character_set_name FROM information_schema.`TABLES` T, information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` CCSA WHERE CCSA.collation_name = T.table_collation AND T.table_schema = DATABASE_NAME AND T.table_name = TABLE_NAME; +--------------------+ | character_set_name | +--------------------+ | latin1 | +--------------------+ 1...
Nov 15th
24 notes
3 tags
“I always loved running…it was something you could do by yourself, and...”
– Jesse Owens
Nov 10th
1 tag
Nov 10th
2 notes
SSH private key add/change passphrase
ssh-keygen -f [filename] -p Useful for example if you want to secure your AWS EC2 default private key.
Nov 9th
Remove files from tmp directory accesed at least...
find /tmp -type f -amin +1 -exec rm -rf {} \;
Nov 9th
May 2011
1 post
WatchWatch
danielkivatinos: A great video to start you day with.
May 16th
3 notes
February 2011
1 post
“Always code as if the guy who ends up maintaining your code will be a violent...”
– Martin Golding
Feb 14th
January 2011
1 post
loved The Daily Show with Jon Stewart - The Daily... →
Jan 15th
November 2010
2 posts
Nov 11th
2 notes
Use VIM as a pro →
Nov 1st
October 2010
4 posts
Oct 21st
220 notes
Oct 14th
Oct 6th
144 notes
Oct 2nd
September 2010
2 posts
Sep 27th
WatchWatch
All is Love (for running)
Sep 15th
August 2010
2 posts
Why Working From Home Is Both Awesome And Horrible →
Aug 26th
Aug 14th
July 2010
1 post
Jul 31st
June 2010
4 posts
Jun 27th
Jun 25th
Jun 24th
Jun 12th
April 2010
2 posts
Apr 11th
Apr 1st
March 2010
4 posts
Mar 15th
Mar 15th
Mar 7th
Mar 6th
February 2010
3 posts
Feb 6th
4 notes