Font Web Symbols

Git Tip: git push ‘No refs in common and none specified’

$ git push origin master

HTML5 Fire Demo

How To: UNIX Add A User To A Group

The Joel Test: 12 Steps to Better Code

List Groups A User Belongs To In Unix

JavaScript is Dead. Long Live JavaScript!

seeklogo.com

Great source of vector logos for the world’s brands.

example:

Generate a self-signed SSL certificate on CentOS

2147483647 Facebook uid

If your Facebook uid’s get truncated to 2147483647 when stored in your database, it’s because your column type cannot hold the large integer.

Use bigint rather than int.