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)

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

Resetting password of another Linux by mounting disk

Rumi, December 15, 2025

I assume that your Linux partition on the external HDD is /dev/sdb1, modify the following as needed. Run this code on your other Linux installation: [root@host]# mount /dev/sdb1 /mnt [root@host]# chroot /mnt [root@host]# passwd user Enter new Unix password: Retype new Unix password: passwd: password updated successfully [root@host]# exit [root@host]#…

Continue Reading

Proxmox VM with NAT using Host Server

Rumi, November 21, 2025

Create a new network bridge: Create a new bridge interface (e.g., vmbr1) that is not linked to any physical network interface. You can do this via the Proxmox web interface or by editing /etc/network/interfaces. Add IP forwarding: Add a line to enable IP forwarding in the host’s /etc/network/interfaces file for…

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

Delete OpenVPN Access Server Logs

Rumi, November 1, 2025

To remove logs of OpenVPN Access Server, several methods can be employed, depending on the specific logs targeted and the desired outcome. 1. Wiping the Log Database: The primary method for deleting session-related logs, including connection times, user information, and bandwidth usage, is to wipe the log database using the…

Continue Reading

Install Monitorix on CentOS 7

Rumi, October 3, 2025

To install Monitorix on CentOS 7, first, enable the EPEL repository using sudo yum install epel-release, then install the necessary packages with sudo yum install monitorix rrdtool perl-libwww-perl perl-DBI. After installation, enable and start the Monitorix service with sudo systemctl enable –now monitorix and access the dashboard by navigating to…

Continue Reading

Configure Centos 7 with multiple ip in bridge mode br0

Rumi, October 3, 2025

Configuring CentOS 7 with multiple IP addresses on a network bridge involves creating a bridge interface, adding a physical interface to it, and then assigning multiple IP addresses to the bridge. 1. Create the Bridge Interface: nmcli con add type bridge con-name br0 ifname br0 2. Configure the Bridge Interface:…

Continue Reading

1:1 NAT using Iptables on an OpenVPN Server

Rumi, October 2, 2025October 2, 2025

Keeping for future references- # Oct 28 23:57:58 2014 *filter :INPUT ACCEPT [2590:547311] :FORWARD ACCEPT [11426:731834] :OUTPUT ACCEPT [3989:328501] -A INPUT -i eth0 -j ACCEPT COMMIT # Completed on Tue Oct 28 23:57:58 2014 # Generated by iptables-save v1.3.5 on Tue Oct 28 23:57:58 2014 *mangle :PREROUTING ACCEPT [24964:3178001] :INPUT…

Continue Reading

Openvpn autostart on debian 12 cli client

Rumi, October 2, 2025October 2, 2025

To configure an OpenVPN client to autostart on a Debian 12 CLI system using systemd, follow these steps: Place the OpenVPN configuration file. Move your OpenVPN client configuration file (e.g., client.ovpn) to the /etc/openvpn/ directory and rename it with a .conf extension (e.g., client.conf). sudo mv /path/to/your/client.ovpn /etc/openvpn/client.conf Edit the…

Continue Reading

Site to Site (site 2 site a.k.a S2S) VPN using OpenVPN

Rumi, October 2, 2025

The video tutorial one is perfect enough. However those who like a textual documents can also undergo the followings- https://openvpn.net/as-docs/tutorials/tutorial–site-to-site-network.html  

Continue Reading
  • Previous
  • 1
  • 2
  • 3
  • …
  • 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

  • Multi Thread file downloader for linux CLI July 27, 2026
  • 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

Archives

Top Posts & Pages

  • Multi Thread file downloader for linux CLI
©2026 Bots! | WordPress Theme by SuperbThemes