How to copy files from one Linux machine to another using scp, rsync and ssh ?
To copy files from one machine to another machine using ssh, you can do that in 3 … Read more
To copy files from one machine to another machine using ssh, you can do that in 3 … Read more
On Local Machine, from where you will try to login another machine, we need to use ssh-keygen … Read more
EncFS creates a virtual encrypted filesystem which stores encrypted data in the rootdir directory andmakes the unencrypted … Read more
Lets say you are trying to do something with UPNP which reserves port 1900 for all of … Read more
If you want to identify some binary belongs to which package in Ubuntu in certain situations when … Read more
If you want to capture something like commands when you are installing some software, compiling some opensource … Read more
In this post, we give the process and steps required to be done to upgrade your Ubuntu … Read more
You can update Ubuntu as mentioned in our another post “How to update Ubuntu Linux using command … Read more
In this post, we describe the commands required to install new package in Ubuntu or if we … Read more
Universal-ctags is a powerful tool for developers that helps in navigating code efficiently by generating tag files … Read more
Zombie process is the process which dies/finishes immediately and whose parent didn’t cares to handle the status … Read more
If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more