Skip to content
Bots!
Bots!
  • About
    • Myself
    • আমার দোয়া
  • Bookmarks
    • Bookmarks
    • My OCI Bookmarks
    • Useful Proxmox Commands & Links
    • Learning Nano
    • Useful Sites
    • Useful Virtualbox Command
    • Useful MySQL Command
    • Useful Linux Command
    • BTT-CAS
  • Resources
    • Webinar on Cloud Adoption for Project Managers
  • Photos
  • Videos
  • Downloads
Bots!

Category: Configurations (Linux)

Proxmox Proxy Application for WHMCS and ModulesGarden Plugin

Rumi, May 28, 2026

The purpose of maintaining and utilizing the ‘Proxmox Proxy’ application is to separate the user from the server infrastructure. To use the console without a proxy, users require access to, for example, the Proxmox server. However, with proxy enabled this requirement is eliminated. Before you begin the process of connecting…

Continue Reading

Installing & Configuring Cloud-Init on ISO-Built Ubuntu 22.04 VMs

Rumi, May 27, 2026May 27, 2026

Target OS : Ubuntu 22.04 LTS (installed from ISO) should also works on 20.x release Hypervisor : Proxmox VE Cloud-Init Ver : 25.3-0ubuntu1~22.04.1 (or later) ================================================================================ 1. PREREQUISITES ================================================================================ – Ubuntu 22.04 VM running on Proxmox VE – Root/sudo access inside the VM – VM must have internet connectivity -…

Continue Reading

Upgrdae debian 12 to debian 13

Rumi, May 22, 2026

To safely upgrade your Debian 12 (Bookworm) system to Debian 13 (Trixie), follow this straightforward, step-by-step terminal process. Always back up important data and configuration files before beginning. [1, 2, 3, 4] Step 1: Update your current system Before changing repositories, ensure your Debian 12 installation is fully up to…

Continue Reading

CovermyAss

Rumi, February 27, 2026

#!/usr/bin/env bash LOGS_FILES=( /var/log/messages # General message and system related stuff /var/log/auth.log # Authenication logs /var/log/kern.log # Kernel logs /var/log/cron.log # Crond logs /var/log/maillog # Mail server logs /var/log/boot.log # System boot log /var/log/mysqld.log # MySQL database server log file /var/log/qmail # Qmail log directory /var/log/httpd # Apache access and…

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

Deploying Pulse Monitoring for Proxmox Cluster Ecosystem

Rumi, February 13, 2026February 13, 2026

It’s pretty simple as outlined on their git site- Option 1: Proxmox LXC (Recommended) Run this one-liner on your Proxmox host to create a lightweight LXC container: curl -fsSL https://github.com/rcourtman/Pulse/releases/latest/download/install.sh | bash Note: this installs the Pulse server. Agent installs use the command generated in Settings → Agents → Installation…

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
  • 1
  • 2
  • …
  • 77
  • Next

Myself…

Hi, I am Hasan T. Emdad Rumi, an IT Project Manager & Consultant, Virtualization & Cloud Savvyfrom Dhaka, Bangladesh. I have prior experience in managing numerous local and international projects in the area of Telco VAS & NMC, National Data Center & PKI Naitonal Root and CA Infrastructure. Also engaged with several Offshore Software Development Team.

Worked with Orascom Telecom-Banglalink, Network Elites as VAS partner, BTRC, BTT (Turkey) , Mango Teleservices Limited and Access to Informaiton (A2I-UNDP)

Currently working at Oracle Corporation as Principal Technology Solution and Cloud Architect.

You can reach me [h.t.emdad at gmail.com] and I will be delighted to exchange my views.

Tags

Apache Bind Cacti CentOS CentOS 6 CentOS 7 Debain Debian Debian 10 Debian 11 Debian 12 DKIM Docker icinga iptables Jitsi LAMP Letsencrypt Linux Munin MySQL Nagios Nextcloud NFS nginx Openfiler pfsense php Postfix Proxmox RDP Softether SSH SSL Ubuntu Ubuntu 16 Ubuntu 18 Ubuntu 20 Varnish virtualbox vpn Webmin Windows 10 XCP-NG zimbra

Topics

Recent Posts

  • Proxmox Proxy Application for WHMCS and ModulesGarden Plugin May 28, 2026
  • Installing & Configuring Cloud-Init on ISO-Built Ubuntu 22.04 VMs May 27, 2026
  • Upgrdae debian 12 to debian 13 May 22, 2026
  • User Account Control (UAC) or Windows blocks a setup file May 2, 2026
  • Install Proxmox VE on Debian 13 Trixie March 24, 2026
  • Directory Index PHP file March 17, 2026
  • CovermyAss February 27, 2026
  • KVM Cloud Capacity Planning Script (Enhanced) February 20, 2026
  • Youtube MP3 Downloader Script using AI February 14, 2026
  • Install Softether VPN and create a Destination NAT (D-NAT) Rule to access the private Client VPN Node on a Debian 12 OS February 14, 2026

Archives

Top Posts & Pages

  • Proxmox Proxy Application for WHMCS and ModulesGarden Plugin
©2026 Bots! | WordPress Theme by SuperbThemes