Newsletter Subscribe
Enter your email address below and subscribe to our newsletter
If you are new to Linux operating system, then you missed somany things. Linux is not much popular as compared to Windows and Mac OS, but it is the best OS if you are a server administrator, developer, security admin,…
All the build-essential packages which we will use in this tutorial belong to Debian because Ubuntu is based on Debian. A build-essential package contains all the required packages and dependencies to build an application from Source. What is the build-essential…
Google Chrome has always been known for its simplicity and security but sadly when you install Ubuntu 20.4 LTS for the first time, you are given Firefox as the default browser. Google Chrome is not available on Ubuntu’s software center…
Disk Partitioning on Linux is usually done in Terminal using fdisk utility which is quite tough for a newbie. To encounter the problem, the GNU project came up with GParted. GParted is Graphic Based disk utility with advanced features. GParted…
Sudo means Super User do! This means, that when we use any Command attached with sudo, it will get you Superuser Privileges which include Installing and Removing Software, changing any Configuration in the System, etc. If you use Debian 11,…