智能运维
-
MySQL Events and Event Scheduler Guide
Introduction MySQL Events are tasks that run according to a user-defined schedule. The Event Scheduler is a special thread that executes the Events at a scheduled time. MySQL Events are helpful becau…
-
What is chroot jail and How to Use it?
Introduction The term chroot jail dates all the way back to 1992 and is frequently used today. But what does this term mean, and what is this operation used for? In this tutorial, we will cover the b…
-
MySQL Stored Procedures (Create, List, Alter, & Drop)
Introduction MySQL stored procedures group multiple tasks into one and save the task on the server for future use. Stored procedures simplify database management and reduce network traffic. For examp…
-
How to Set up FTP Server on Your Raspberry Pi
Introduction FTP (File Transfer Protocol) is a network protocol used to transfer files between two machines. Setting up an FTP server on Raspberry Pi is simple but make sure you do not transfer sensi…
-
How to Install Puppet on macOS
Introduction Puppet is an open-source admin engine that uses a network of master and client nodes to help you perform administrative tasks remotely. The Puppet agent app, used to create client nodes,…
-
RPKI Explained - Secure BGP Routing
Introduction As you read this article, your browser connects to the Internet Service Provider (ISP). The packets sent from your computer found their way to the server that hosts this website. The BGP…
-
man Command in Linux with Examples
Introduction The man command is a built-in manual for using Linux commands. It allows users to view the reference manuals of a command or utility run in the terminal. The man page (short for manual p…
-
How To Use shred Linux Command
Introduction Deleting a file in Linux or any other operating system does not actually remove the file from the hard drive. The operating system deletes the pointers to the file and marks the occupied…
-
How To Set Up Raspberry Pi As A DNS Server
Introduction A Domain Name System (DNS) translates human-readable domain names to IP addresses. DNS serves as a phone book of internet addresses for quicker access to pages. Setting up a Raspberry Pi…
-
How To Use Telnet On Windows
Introduction Telnet (teletype network) is a network protocol for two-way text-based communication through a CLI, allowing remote access. Telnet is vulnerable to cybersecurity attacks because it lacks…