How to keep Ubuntu always updated and clean ?

Ubuntu

You can update Ubuntu as mentioned in our another post “How to update Ubuntu Linux using command … Read more

How to update Ubuntu Linux using command line ?

Ubuntu

In this post, we show you the simple steps you need to follow on your command line … Read more

How to use APT package manager to install, remove packages ?

In this post, we describe the commands required to install new package in Ubuntu or if we … Read more

How to Easily Install Universal-ctags on Ubuntu: Step-by-Step Guide

Universal-ctags is a powerful tool for developers that helps in navigating code efficiently by generating tag files … Read more

How to avoid zombie process in Linux ?

Zombie process is the process which dies/finishes immediately and whose parent didn’t cares to handle the status … Read more

What is m4 and How to Fix: “m4: command not found” error ?

If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more

Solved : fatal error: pcap.h: No such file or directory

If you are writing some packet sniffing code using libpcap on Ubuntu Linux, there are higher chances … Read more

How to configure static IP address on Ubuntu Linux ?

Sometimes when you are accessing one machine remotely or from same LAN but from another machine and … Read more

Script to find UPNP devices / servers in a network

This post details about how you can search and identify the details about the UPNP devices available … Read more