Youtube MP3 Downloader Script using AI Rumi, February 14, 2026 #!/bin/bash # ========================================================== # YouTube Audio Downloader v3.4 (Debian 12 ready) # Installs all required dependencies automatically # ========================================================== set -e # ———- Colors ———- RED=’\033[0;31m’ GREEN=’\033[0;32m’ CYAN=’\033[0;36m’ YELLOW=’\033[1;33m’ NC=’\033[0m’ # ———- Functions ———- Continue Reading
Install Softether VPN and create a Destination NAT (D-NAT) Rule to access the private Client VPN Node on a Debian 12 OS Rumi, February 14, 2026February 14, 2026 This installation is a bit long, hence split into 6 chapters. Part I: Install Softether VPN Server on a Freshly Installed Debian Server Part II: Install Webmin Part III: Configuring DNSMasq Part IV: Configuring SoftETher VPN Server using Softether VPN Manager Client Part V: Updating Interfaces Part VI: Iptables Part… Continue Reading
Administrations Technitium DNS Web UI Configuration for Primary-Secondary Name Servers Rumi, February 12, 2026 Over here I’m not going to explain how to do it, instead, sharing the screenshots of the 2 NS key features to be deployed as below- Beside the the video from this youtube channel is self explanatory and excellent!. He literally described it in too details- However, Required NS… Continue Reading
Technitium DNS with Primary-Slave Installation on Debian Rumi, February 12, 2026February 12, 2026 Architectural Overview ┌─────────────────────────────────────────────────────────────┐ │ PRIMARY (MASTER) DNS SERVER │ │ Host: ns1.pioneer.com.bd │ │ IP: 114.130.94.3 │ │ Role: Zone origin, accepts dynamic updates │ └─────────────────────────────────────────────────────────────┘ │ │ AXFR/IXFR Zone Transfer (TCP 53) │ TSIG-authenticated ▼ ┌─────────────────────────────────────────────────────────────┐ │ SECONDARY (SLAVE) DNS SERVER │ │ Host: ns2.pioneer.com.bd │ │ IP: 114.130.223.3… Continue Reading
Install Docker and Docker Compose in Debian 12 Rumi, February 5, 2026 Prerequisites Update your system’s package list and install the necessary packages for a secure connection to the Docker repository: sudo apt update sudo apt install ca-certificates curl gnupg 1. Set Up the Docker Repository To set up the Docker repository, you need to add Docker’s official GPG key and the… Continue Reading
Install GUI on Debian 12 using CLI Rumi, February 4, 2026February 4, 2026 Method 1: Using tasksel (Recommended for Beginners) tasksel provides an easy way to install a full desktop environment with all the recommended software and a display manager (login screen). Update your package list. sudo apt update && sudo apt upgrade -y If sudo is not installed, switch to the root… Continue Reading
Torrent Download Script with Aria2C on Debian 12 using Command Line Interface Rumi, November 7, 2025 Script Generated using DeepSeek and ChatGPT ============================== aria2_torrent_downloader_v1.0.1-stable.sh ============================== Continue Reading
Install phpsysinfo on Debain Linux Rumi, November 7, 2025 This manual method works across most distributions if the package manager method (below) is not preferred or available. Update your system packages: sudo apt update && sudo apt upgrade Install a web server and PHP (if not already installed). For Apache on Ubuntu: sudo apt install apache2 php libapache2-mod-php php-xml… Continue Reading
Updated Repository of Debian 10 (Aug 2025) Rumi, September 5, 2025September 5, 2025 Standard sources.list for Debian 10 “Buster” Open the sources.list file with a text editor. Using nano is a common choice:bash sudo nano /etc/apt/sources.list Replace any existing lines with the following code. This configuration includes the main, contrib, and non-free components from the archive.bash deb http://archive.debian.org/debian/ buster main contrib non-free deb… Continue Reading
Create Proxmox Backup Server (PBS) on Debian 12 Rumi, April 19, 2025 Preparation – Required Ports If you need to open up a firewall, or perform port-forwarding, below are the ports you need to know about: 8007 (TCP) – Almost all communication happens over this HTTP TLS connection. 80 (TCP) – optionally required if wish to make use of Let’s Encrypt HTTP-based… Continue Reading