SysAdmin

What Is Reverse DNS and How Does It Work?

August 19, 2021

This article explains the concept of reverse DNS and its uses. See how to perform rDNS lookup in Windows and Linux.

Read more

How to Use the w Command in Linux with Examples

August 17, 2021

The Linux w command allows you to list the information for currently logged in users. learn how the w command works and how to change the output using different options in this tutorial.

Read more

How to Use MySQL String Functions

August 12, 2021

MySQL string functions allow you to manipulate character string data using the SELECT statement. Learn to use MySQL string functions with this comprehensive tutorial.

Read more

How to Use the Linux watch Command with Examples

August 11, 2021

The built-in Linux watch command allows you to repeatedly run a user-defined command in regular time intervals. Learn how to use it in this tutorial.

Read more

How to Change Hostname in Debian 10


You can change the hostname in Debian 10 (Buster) as the root user by using the built-in hostname command or editing related system files. learn how to change your hostname in this step-by-step tutorial.

Read more

How to Use Public Key Authentication with SSH

August 10, 2021

Public Key Authentication is the secure way to connect via SSH. Through this guide, you will learn how to generate a key pair and use them to connect to a remote server via SSH.

Read more

How to Fix 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'

August 3, 2021

MySQL is the most popular open-source relational database management system. This tutorial will help you identify and fix the cause of the 'can't connect to local MySQL server through socket' error.

Read more

How to Use the chgrp Command with Examples

August 2, 2021

This tutorial explains how to use the chgrp command to change a file's group ownership. Learn to use the command and see practical examples that showcase what the command does.

Read more

What Is Git?

July 28, 2021

This article helps you understand what git is, guides you through its features, use cases, and the way git works.

Read more

SSHFS: How to Mount Remote File Systems Over SSH

July 26, 2021

Need to transfer files between two machines securely? Try the SSHFS client, which mounts a remote file system directly to your local machine and uses the SSH file transfer protocol.

Read more
1 45 46 47 48 49 75