Change user name in UNIX

  I have been getting a lot of questions about how to change a user name under UNIX, and how is the best practice to do so, or how to change the UID; In this tutorial, I will be showing …

Read more »

Backup Ubuntu to TAR file

If you have a Ubuntu server (or even a client), you should consider keeping periodical images of the whole systems as backups; This is, actually, very important in the case your system has been compromised or hacked, or you simply …

Read more »

Force remove the ‘www’ from domains

This is very essential for webmasters, to avoid the search engines’ duplicate penalty. It will also make your links look better. Simply, Google and other search engines would consider the two following domains a duplicate of each other and apply …

Read more »

Push your GIT to Multiple Repositories Simultaneously

All developers that use GIT as a way for version controlling should know how essential is it sometimes to push your commits to different remote repositories. whether for backing up or to submit your work to different destinations. In this …

Read more »