Occasionally I have to leave my XP workstation and use Linux or Mac Desktop, both don’t have putty like in XP, most probably because they have built in SSH client installed :).
Wordpress Blackberry Application
Just heard of this interesting app from Wordpress. Simply point your bb browser to http://blackberry.wordpress.org/install and follow the installation instruction. Still in beta version though :).
Setup Outbound Mail IP Address for Postfix
If you have aliased IP Address, all connection made from your server will be seen as you main IP Address by the outside world, unless of course, stated otherwise.
Removing Nginx Server Version
Just add the following configuration on http {} directive inside your nginx.conf
http {
...
server_tokens off;
...
}



Reinstall Yum Package Manager – in CentOS
Somehow in an unlucky moment(s) you’ll find that your yum command stop working, I have experienced it a couple of time, never find out how it happen.
Read More »