How to Shutdown or Reboot Debian 10

Debian 10 Shutdown/Poweroff and Reboot/Restart

This small tutorial shows two ways of shutting down or rebooting a Debian 10 server or desktop using the terminal. The same commands will work for Debian 11 too. Using shutdown command Open the terminal and execute the following command to shut down the machine, shutdown –poweroff This will shut down the machine. If you … Read more

How to Change Cursor Size on Ubuntu Desktop

Ubuntu Cursor Size

When we move to a new house, we set it up according to our needs. The same is the case when moving to a new desktop environment. Visibility and ease of use is a great concern for any user when working on a computer system. The cursor size, among many other visual features, is one … Read more

How to install the LAMP Stack on CentOS 8

CentOS LAMP Server

LAMP is an acronym of Linux, Apache, MySQL, and PHP. It is a free and open-source stack used by developers and website administrators to test and host their Web applications. It comes up with 4 components which are Apache (used for hosting a website), MySQL or MariaDB, and PHP – a popular scripting language used … Read more

How to change Text Size in Ubuntu 20.04 LTS

Ubuntu Text Size

If you are having difficulty reading the text on the screen when using an Ubuntu system, there are many ways you can fix this according to your visual requirements. In this article, we will describe three ways you can change the screen text size in Ubuntu. We have run the commands and procedures mentioned in … Read more

How to install Gradle build automation tool on CentOS 8

Gradle on CentOS

Developed in Java, Kotlin, and Groovy, Gradle is an open-source build automation tool that is used mostly in Java projects. It automates the building process of applications which includes compiling, linking, and packaging of code without manual input. Gradle also supports Groovy, which is an object-oriented dynamic language created for Java applications. Let’s install Gradle … Read more

How to Cast Video from Ubuntu to Chromecast

Ubuntu Chromecast

Chromecast is a device that allows you to seamlessly cast content like audio, video on television over your home network. It is plugged into your Televisions’ HDMI port. You can use Chromecast to cast media from your mobile devices or from your computer to your TV. It is the best and affordable way of casting … Read more

How to Install XAMPP on your Ubuntu 22.04 LTS System

XAMPP stands for cross-platform(X), Apache(A) server, MariaDB(M), PHP(P), and Perl(P). It is built by Apache Friends and basically serves as a local host or a local server. Through this local server, you can install this software on your system and test the clients or your website before uploading it to the remote web server or … Read more

The Hosts File on Linux

Linux hosts file

All operating systems with network support have a hosts file to translate hostnames to IP addresses. Whenever you open a website by typing its hostname, your system will read through the hosts file to check for the corresponding IP and then open it. The hosts file is a simple text file located in the /etc … Read more