Category: Linux
-
The fastest and simpliest way to backup Linux server.
If you reading this, you probably already know, that backups can save your ass when things not going as planned.Commands on this page has been tested on Debian 12 servers, however they will work on most Linux distributions, especially Debian-based ones. Option 1: the Universal one Backup command: Explaination: This command packs everything on server…
-
How to mount Windows share on Linux
Today I will show you how to mount SMB share on Debian 12 and make it persistent. First of all, cifs-utils should be installed: Next we need to create a mount point on Linux server. I will create “video” folder in root directory: SMB shares usually are not public and some credentials are required for…
-

Receive SSH login notifications in Telegram
If you want to receive a notification about new ssh login to your Linux server, this article is for you. Introduction Implementing a simple notification script for SSH logins on a Linux server is a crucial step for enhancing security, monitoring, and accountability. Such a script provides real-time alerts whenever a user logs in, helping…
-
Upgrade MariaDB 10.11 to 11.4 in 3 steps
At the beginning we have a Debian 12 server running MariaDB version 10.11, which can be verified with following command: Step 1 : Connect repository Correct repository settings can be obitained on the official website: https://mariadb.org/download/ Import repository signing key: From Drop-down lists select Debian 12 and MariaDB version 11.4. After selection, repository configuration will…
