February 2012
4 posts
Ramos alarm clock
2 tags
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]
1 tag
2 tags
The best and most beautiful things in the world cannot be seen or even touched....
– Helen Keller
Москва’2011
December 2011
3 posts
2 tags
2 tags
403 forbidden errors after enabling friendly urls...
Add the following lines to your apache/htaccess file
RewriteEngine on
Options FollowSymLinks
1 tag
November 2011
10 posts
2 tags
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.
2 tags
You never know how STRONG you are…
Until being strong is the ONLY choice...
2 tags
If you run, you are a runner. It doesn’t matter how fast or how far. It...
– John Bingham
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...
3 tags
I always loved running…it was something you could do by yourself, and...
– Jesse Owens
1 tag
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.
Remove files from tmp directory accesed at least...
find /tmp -type f -amin +1 -exec rm -rf {} \;
May 2011
1 post
danielkivatinos:
A great video to start you day with.
February 2011
1 post
Always code as if the guy who ends up maintaining your code will be a violent...
– Martin Golding
January 2011
1 post
loved The Daily Show with Jon Stewart - The Daily... →
November 2010
2 posts
Use VIM as a pro →
October 2010
4 posts
September 2010
2 posts
All is Love (for running)
August 2010
2 posts
Why Working From Home Is Both Awesome And Horrible →
July 2010
1 post
June 2010
4 posts
April 2010
2 posts
March 2010
4 posts
February 2010
3 posts