SysAdmin

How to Install Nvidia Drivers on Ubuntu

November 14, 2024

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 Install Etcher on Ubuntu


Etcher is a popular, user-friendly image flasher, which uses .iso and .img files to create bootable USB drives and SD cards. This tutorial shows you how to install Etcher on Ubuntu.

Read more

How to Disable and Stop firewalld on CentOS or Rocky Linux


firewalld is the default firewall tool on CentOS and Rocky Linux servers. This tutorial shows you how to disable and stop the firewalld service.

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

sed Find and Replace: Syntax and Examples

November 7, 2024

The sed command is one of the oldest and most useful command-line tools for text transformation. Learn how to utilize the most commonly used feature of sed: finding and replacing a string in a file.

Read more

Linux curl Command: Syntax, Options, Protocols


Linux offers multiple tools for data transfer to and from a server, the most popular being curl and wget. This tutorial will show you how to use the curl command, and provide you with an exhaustive list of the supported protocols and available options.

Read more

How to Remove Old Kernels on Ubuntu


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

Create Hidden Files and Folders in Linux (Ubuntu, Debian, Fedora, etc.)


Hiding files and folders can help you keep sensitive or cluttered data out of sight without deleting it. This guide explains simple steps to create hidden files and directories using both graphical interfaces and command-line methods.

Read more

Linux locate Command: Syntax, Options, Examples


The locate command is a utility that allows users to quickly search for files or directories in Linux. This tutorial shows how to install and effectively use the locate command.

Read more