I already wrote about rsync 5 years ago in another blog post. But today I am going to write a separate article that will help you to become a master in using rsync. Rsync is one of the most useful tools for system administrator and others who are responsible to maintain DevOps tasks. So it’s worth bookmarking this article for you as a rsync reference. I am not going to write lots of stuff about what it is and why …
Tag: Ubuntu
To copy files from a server to another server is not a complex task anymore. This blog post will give you a solid and a very easy steps to accomplish this hard task so much easily. To transfer your files from source server to destination server you must have to enable ssh in both server. If you haven’t, then you can read it to enable ssh for your server. We will do all this copy/paste things with rsync. rSync is …
Elance has their time tracker tools for Ubuntu or other Linux distributions. It’s pretty much easier to install Elance Tracker in your Ubuntu OS. Just go to the download pages of Elance from here. In Ubuntu you will get .deb (debian) version of that tracker. So just download that and to install it just double-click on that downloaded package and it will start installing. But remember, it run through Adobe Air runtime. So first make sure that your Ubuntu has …
Now let’s assume that you haven’t installed xDebug yet! Now we have to install xDebug. Now to do that first we have to install PHP PEAR. To install PEAR let’s type the following command. Now if it says that you have already the latest PHP Pear. Then ready to move forward. Now to install xDebug you have to write down the following command. After successfully installing xDebug. You have to add the following code in your php.ini file. After writing …