SysAdmin

How to Move Directories in Linux

September 8, 2021

This tutorial shows you how to move directories in Linux using the GUI or the built-in mv command.

Read more

How to Use Git {Beginner's Guide}

September 2, 2021

Git is the most popular version control system in the world. Learn to use Git effectively with this step-by-step beginner's guide that covers the basic Git functions.

Read more

CI/CD Security - How to Secure Your CI/CD Pipeline

August 26, 2021

Applications must be secure, but what about the application production line itself? The CI/CD pipeline constantly moves and there are many security challenges to face. Learn about how you can secure the CI/CD pipeline with a list of some of the best practices.

Read more

How to Check PyTorch Version

August 25, 2021

Depending on how the library was installed, there are various ways to check the PyTorch version on your system. Follow the steps in this article to see three different ways to check the library version.

Read more

How to Install PuTTY on Windows

August 23, 2021

PuTTY is a free SSH and Telnet client for windows. This tutorial shows how to install PuTTY on Windows in several easy steps.

Read more

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
1 55 56 57 58 59 77