Select Page
How To Change Hostname On Ubuntu 18.04

How To Change Hostname On Ubuntu 18.04

A hostname is a label assigned to a device (host) on a network. It distinguishes one device from another on a particular network or the Internet. The computer’s hostname on the home network can be something like New Notebook or FamilyPC. DNS servers also use the...
How To Install Apache Web Server On Ubuntu 18.04

How To Install Apache Web Server On Ubuntu 18.04

Apache HTTP is free, open-source, cross-platform web server software released in 1995. It was quickly overtaking NCSA HTTPd as the dominant web server. In 2009 it was the first web server software to serve over 100 million websites. In addition, Apache played a vital...
How To Check CPU Usage In Ubuntu 18.04

How To Check CPU Usage In Ubuntu 18.04

Monitoring the performance of the CPU is essential to debug processes that are causing errors. Since the system performs faster and more efficiently in the case of a higher core system. However If a CPU core is unable to handle the heavy load of an application, it...
Configure Git After Installation

Configure Git After Installation

Git is a fast, scalable, distributed revision control system. With a very rich instruction set that provides both high-level manipulation and full access to its internals. It allows you to track code changes, revert to previous phases, create branches, and collaborate...