SysAdmin

man Command in Linux with Examples

November 27, 2024

The man command is a built-in Linux utility that allows users to search for any available command and displays a user manual for the specified command. It features the command description, examples, acceptable options and flags, development history and much more.

Read more

How to Install VirtualBox on CentOS and Rocky Linux

November 26, 2024

This guide explains how to install VirtualBox on CentOS and Rocky Linux directly from the official Oracle repository. Get valuable insight into this open-source cross-platform virtualization software today.

Read more

How to Install MariaDB on CentOS and Rocky Linux

November 21, 2024

In this tutorial, learn how to install MariaDB on CentOS and Rocky Linux from the local repository or official repository. The guide also shows you how to secure MariaDB and connect to the database management system from the command line.

Read more

What Is Git Upstream and How to Set an Upstream Branch


This guide explains how upstream branches work in Git and how to set, change, and track them.

Read more

How to Search in Vim and Vi

November 20, 2024

Searching in Vim or Vi allows you to easily navigate through large files. This guide teaches you how to search for a word or pattern and move through the search results, with or without case sensitivity.

Read more

How to Install NVIDIA Drivers on Debian


Installing the right drivers for your GPU is necessary to keep your system running efficiently. This tutorial shows you how to install NVIDIA drivers on Debian 12.

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

Windows CMD Commands: Mastering the Command Prompt


Windows offers over 280 CMD commands to automate various tasks through the command prompt. Read this guide and grab our free cheat sheet to master the command prompt in no time.

Read more

How to Set or Change Hostname in CentOS and Rocky Linux


The hostname provides a way for a device to identify itself to other network hosts. This article shows how to set or change a hostname in CentOS and Rocky Linux.

Read more