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
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
If you are writing some packet sniffing code using libpcap on Ubuntu Linux, there are higher chances … Read more
Sometimes when you are accessing one machine remotely or from same LAN but from another machine and … Read more
If you have allready installed apache webserver on ubuntu using “How to install Apache webserver on Ubuntu … Read more