How to download entire website for offline viewing ?

If you want to use download some website contents such as html pages, css and java script … Read more

List of FTP Clients Available in Ubuntu Linux

For testing FTP server connection from Ubuntu command line, we can use following command, Connected to my_ftp_server_IP220———- … Read more

How to mount remote filesystem over SSH in Linux ?

SSHFS is a file system in user space (FUSE) that uses the SSH File Transfer Protocol (SFTP) … Read more

How to setup passwordless SSH Authentication in Linux ?

On Local Machine, from where you will try to login another machine, we need to use ssh-keygen … Read more

How to encrypt directory in Linux using Encfs ?

EncFS creates a virtual encrypted filesystem which stores encrypted data in the rootdir directory andmakes the unencrypted … Read more

How to Identify which process keeps port busy on android / Linux ?

Lets say you are trying to do something with UPNP which reserves port 1900 for all of … Read more

How to find the package that provides a file in Ubuntu ?

If you want to identify some binary belongs to which package in Ubuntu in certain situations when … Read more

How to record and replay Linux terminal commands ?

If you want to capture something like commands when you are installing some software, compiling some opensource … Read more

How to Upgrade Ubuntu to the Latest Version of it ?

Ubuntu

In this post, we give the process and steps required to be done to upgrade your Ubuntu … Read more