Web Servers

How to Use rsync to Back up Data

November 20, 2024

To back up your files to another location on the same machine, or over a network to a remote destination, use rsync. This guide will show you how to safely back up your files locally and over SSH to another machine.

Read more

How to Install phpMyAdmin on CentOS and Rocky Linux


This guide is for users who have already configured a CentOS or Rocky Linux server and installed the Apache HTTP services, MySQL database management system, and the PHP programming language.

Read more

How to Install the LAMP Stack on CentOS and Rocky Linux

November 14, 2024

The LAMP stack is a bundle consisting of a Linux operating system, an Apache server, a MySQL database, and the PHP programming language. Each layer of the stack represents an open-source software required for developing web applications. In this tutorial learn how to install the LAMP stack on CentOS and Rocky Linux.

Read more

How to Install Nvidia Drivers on Ubuntu


Ubuntu comes with an open-source Nouveau GPU driver out of the box. This driver does not always take full advantage of the GPU's processing power, while the official, proprietary Nvidia drivers offer that possibility. See how to install the proprietary Nvidia drivers for your GPU.

Read more

How to Install and Configure Nginx on CentOS and Rocky Linux

November 13, 2024

If you are new to the hosting business and just acquired your first self-managed server, it might be challenging to decide on a web daemon. Apache is currently the most popular choice. However, Nginx has undoubtedly found its place in the hosting industry.

Read more

How to Check CentOS or Rocky Linux Version

November 8, 2024

There are many reasons for knowing the OS version you are running, such as when troubleshooting a problem or ensuring your Linux operating system is up-to-date. In this guide, discover different options for checking CentOS or Rocky Linux version on your computer.

Read more

How to Remove Old Kernels on Ubuntu

November 7, 2024

There are several methods to remove old or unused kernels. It’s also considered good system hygiene practice to prune out old files and dependencies. This guides shows you how to do delete old Linux kernels in a couple of simple steps.

Read more

How to Install LAMP on Ubuntu

November 6, 2024

A LAMP stack is a set of open source software tools used for web application development. Learn how to install and set up LAMP in Ubuntu.

Read more

How to Check PHP Version

October 31, 2024

To avoid compatibility problems when implementing new PHP-related features or debugging a website, it is useful to know the PHP version you are working with. This tutorial explains how to check the PHP version running on your website or a local machine.

Read more

How to Set or Change Time, Date, and Timezone in Ubuntu

October 30, 2024

This guide explains how to synchronize time with NTP servers and manually set the time, date, and timezone in Ubuntu.

Read more
1 2 3 22