SysAdmin

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 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

Linux Source Command with Examples

July 22, 2021

The Linux source command allows you to execute a list of commands from a text file or script. Learn the different ways you can use the source command in this tutorial.

Read more

Best Database Management Software - Top 25 Software

July 21, 2021

A DBMS facilitates data manipulation and provides an additional security layer for your database. This article lists the 25 best database management systems.

Read more

What is Intel SGX and What are the Benefits?

July 19, 2021

Learn what Intel SGX is and how it works in this informative article. Take a look how to recognize which BMC servers support Intel SGX.

Read more

How to Configure Kubernetes for Rolling Update

July 15, 2021

New Kubernetes versions recommend using Deployments to perform rolling updates. Deployments allow you to quickly update your apps and achieve zero downtime, while ensuring rollback support. This tutorial will show you the necessary steps to configure your Kubernetes cluster for rolling updates.

Read more

What is a Git Repository?


Git uses repositories to store different versions of projects. In this tutorial, we show you how to create and manage Git repositories.

Read more
1 58 59 60 61 62 77