智能运维
-
How to Use the Linux watch Command with Examples
Introduction To repeatedly run a command or job in regular time intervals while working in Linux, you can use cron jobs or bash scripts. However, Linux also offers a more straightforward, built-in so…
-
How to Change Hostname in Debian 10
Introduction A hostname is a label used to identify your system on a network. You can change your hostname in Debian 10 (Buster) by using the hostname command or editing system files. In this tutoria…
-
How to Use Public Key Authentication with SSH
Introduction Public Key Authentication is a secure logging method using SSH. Instead of a password, the procedure uses a cryptographic key pair for validation. Although using a strong password helps …
-
How to Upgrade Python to 3.9
Introduction Every fresh Python release comes with bug fixes and new features. Python 3.9, the latest point release at the time of writing, comes with features such as improved time zone support, dic…
-
How to Fix 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
Introduction Users working with MySQL can run into the error 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock (2)' when logging into the MySQL interface. This problem …
-
How to Use the chgrp Command with Examples
Introduction The chgrp command changes the ownership of a directory or file in Linux. Each file is associated with an owning user or a group and has rules defining which users or groups can read, wri…
-
SSHFS: How to Mount Remote File Systems Over SSH
Introduction SSHFS (SSH File System) is a client for mounting a file system located on a remote machine onto your local system through an SSH connection. Using the SFTP (SSH file transfer protocol), …
-
Linux Source Command with Examples
Introduction In Linux systems, source is a built-in shell command that reads and executes the file content in the current shell. These files usually contain a list of commands delivered to the TCL in…
-
Best Database Management Software - Top 25 Software
Introduction A database management system (DBMS) allows users to create, retrieve, update, and manage data in a database. A DBMS also ensures data security and reduces redundancy. This article lists …
-
What is Intel SGX and What are the Benefits?
Introduction Intel Security Guard Extensions (SGX) became available with the Skylake processor family. Intel SGX aims to provide an additional security layer that prevents malicious software executio…