Category: Linux

0

Rsync command For File and Folder backup in Linux

rsync is a great tool/command in linux that copies file from one location to another location. Following are some of the cool features of rsync command: *. Using this command we can even copy...

5

Install Geany with Linux (Ubuntu ) Machine

Geany which is a small lightweight open source IDE which has some greate features including Syntax highlighter Code Folding Symbol name auto-completion Auto coding of XML and HTML Code navigation Plugin support etc… But...

2

Check performance of Linux Machine

In order to do our normal work on Linux machine sometimes we found that our system is not working smoothly as we want. We get surprised specially if we haven’t opened/running any heavy software/application...

5

Installing filezilla with Ubuntu 10.0.4 ( Linux)

To install  filezilla with ubuntu 10.0.4 simply open your terminal and type the command $ sudo apt-get install filezilla It will ask for your super user password. Just provide super user password. Now it...