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!

Author: Rumi

Hasan T. Emdad is an ICT Solution Architect, Project Manager with 12+ year expertise in HW selection, OS expertise on Linux and MS, Supervising Application SW on Pearl, Java, dot Net and PHP with DB experience of MySQL, Postgre, MS and Oracle. He was involved in setting up several Turn Key ICT including Telecom based projects on various government and autonomous bodies in the country. Developed more than 50 applications running with different operators and users. Managing a team of more than 10 in-house engineers and developers and manages an outsourcing team experts and contributors. Very recently engineered Public Key Infrastructure (PKI) on Enterperise and Root Certifying Authority and deployed scalable Cloud Computing and Managed Services. He has post graduated (MBA) from University of Dhaka, Bangladesh.

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

Deploye Minio using docker

Rumi, September 5, 2025

Here’the docker compose file to run: version: ‘3.8’ services: minio: image: minio/minio:RELEASE.2024-06-26T01-06-18Z container_name: minio ports: – “9000:9000” – “9001:9001” volumes: – /mnt/data/minio:/data environment: MINIO_ROOT_USER: minioadmin MINIO_ROOT_PASSWORD: minioadmin command: server /data –console-address “:9001” Src: https://hub.docker.com/r/minio/minio/tags?name=RELEASE.2024-06-26T01-06-18Z

Continue Reading

Install valkey ubuntu 22.04

Rumi, August 30, 2025August 30, 2025

Install using the Percona repository This method ensures you get the latest version of Valkey and a consistent experience across different systems.  Add the Percona repository. The percona-release tool automatically adds the necessary repository and public keys.sh sudo apt update sudo apt install gnupg2 lsb-release -y wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb sudo apt…

Continue Reading

MinIO with Let’s Encrypt SSL on Debian 12 – Step-by-Step Configuration

Rumi, August 1, 2025

Prerequisites Debian 12 server with root access Domain name pointing to your server’s public IP Basic familiarity with Linux command line Step 1: System Update and Dependencies sudo apt update && sudo apt upgrade -y sudo apt install -y wget curl gnupg2 software-properties-common Step 2: Install MinIO Download and install…

Continue Reading

How to Set Windows File Associations to Open .JNLP Files

Rumi, July 28, 2025

Document Details: To modify the file association to have JNLP files open with Java Web Start on a Windows XP, Windows 7/Windows Vista, Windows 8, or Windows 10 computer, follow the steps below: Windows 10: Go to the nhdeeds.com website, then click on Search County Records. Click to Accept Registry Disclaimer,…

Continue Reading

Removing CEPH from Proxmox Cluster

Rumi, July 23, 2025

I found this works well to completely remove ceph and config: systemctl stop ceph-mon.target systemctl stop ceph-mgr.target systemctl stop ceph-mds.target systemctl stop ceph-osd.target rm -rf /etc/systemd/system/ceph* killall -9 ceph-mon ceph-mgr ceph-mds rm -rf /var/lib/ceph/mon/ /var/lib/ceph/mgr/ /var/lib/ceph/mds/ pveceph purge apt purge ceph-mon ceph-osd ceph-mgr ceph-mds apt purge ceph-base ceph-mgr-modules-core rm -rf…

Continue Reading

Install Jitsi on Ubuntu 22.04 / 22.10

Rumi, April 30, 2025

Make sure your system is up-to-date and required packages are installed: Run as root or with sudo: # Retrieve the latest package versions across all repositories sudo apt update # Ensure support for apt repositories served via HTTPS sudo apt install apt-transport-https On Ubuntu systems, Jitsi requires dependencies from Ubuntu’s universe package repository. To ensure…

Continue Reading

Key Lessons in life

Rumi, April 26, 2025

14. Life Is Good: Life is not fair and doesn’t treat everyone equally but this is because every human being is different from the other, and that is why life isn’t the same for everyone. The honest truth is; while life isn’t fair, it’s still worth living. While there will…

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

Add Physical Drive in Proxmox VM Guest

Rumi, April 19, 2025

Step-1: Check the block disk status- lsblk Step-2 Check the blockid of the system- blkid Step-3 Now list the device by ID- ls -n /dev/disk/by-id/ Now add the disk to the Virtual Machine Instance- /sbin/qm set 105 -virtio1/dev/disk/by-id/ata-HGST_HGH728570ALE604_VKGRZ09X Here- 105- is the VMID virtio1- is the disk ID number, assuming…

Continue Reading
  • 1
  • 2
  • …
  • 127
  • 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 endian icinga iptables Jitsi LAMP Letsencrypt Linux Munin MySQL Nagios Nextcloud NFS nginx pfsense php Postfix powerdns Proxmox RDP SSH SSL Ubuntu Ubuntu 16 Ubuntu 18 Ubuntu 20 Varnish virtualbox vpn Webmin Windows 10 XCP-NG zimbra

Topics

Recent Posts

  • Updated Repository of Debian 10 (Aug 2025) September 5, 2025
  • Deploye Minio using docker September 5, 2025
  • Install valkey ubuntu 22.04 August 30, 2025
  • MinIO with Let’s Encrypt SSL on Debian 12 – Step-by-Step Configuration August 1, 2025
  • How to Set Windows File Associations to Open .JNLP Files July 28, 2025
  • Removing CEPH from Proxmox Cluster July 23, 2025
  • Install Jitsi on Ubuntu 22.04 / 22.10 April 30, 2025
  • Key Lessons in life April 26, 2025
  • Create Proxmox Backup Server (PBS) on Debian 12 April 19, 2025
  • Add Physical Drive in Proxmox VM Guest April 19, 2025

Archives

Top Posts & Pages

  • Updated Repository of Debian 10 (Aug 2025)
©2025 Bots! | WordPress Theme by SuperbThemes