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 enable Large Indexes in MariaDB 10 on Debian 10

MariaDB Large Index

This tutorial shows you how to enable large indexes in MariaDB 10 on Debian 10. This refers to the innodb_large_prefix option which exists in MariaDB and MySQL. I will show you how to enable the large index option permanently by editing the MariaDB configuration file and I will also show you how to enable it … 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 Work with Tables (Select, Update, Delete, Create Table, Alter Table, Drop Table) in MySQL

Database Tables in MySQL

MySQL is one of the most commonly used relational database management systems (DBMS). It allows you to work very efficiently with large bulks of data. The most important entity of any database is a table. There are multiple different operations associated with this entity with which you can manipulate your data. Therefore, today we will … Read more

How to reset Ubuntu

Reset Ubuntu

New Linux users are often faced with problems due to accidental changes in their system that eventually result in unstable system performance. But what about resetting the entire operating system to its factory default settings without re-installing it using a Live CD/DVD image. That means to return your system back to the original state when … Read more

How to change the Hostname on CentOS 8

Change CentOS Hostname

The hostname is also known as a computer, device, or domain name that is given to a computer when it connects with the internet. The hostname has to be unique in the network and is assigned during the operating system installation. It may also assigned dynamically when a virtual machine is created. In CentOS 8, … Read more

How to Install Terraform IaaC Platform on Ubuntu 20.04

Ubuntu Terraform IaaC

Terraform is a well-known Infrastructure as a Code (IaaC) platform. Terraform makes it easy to create and provision full-fledged data center infrastructures by using the HashiCorp Configuration Language (HCL). This article shows you how to install Terraform on Ubuntu 20.04. Installing Terraform on Ubuntu 20.04 For installing Terraform on Ubuntu 20.04, you need to perform … Read more