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!

Birangana 71- বীরাঙ্গনা ৭১

Rumi, January 26, 2009

I was just surfing the net, and found this interesting video clip from a blog. I think I should share this to others too!

Continue Reading

How To Disable Linux GUI from boot?

Rumi, January 18, 2009March 13, 2019

edit the following line in /etc/inittab id:5:initdefault: and change it to id:3:initdefault: so if  you reboot the default running level is 3 which is not GUI For Debian 8-9/Jessie-Stretch use the following command: In order to make text boot the default under systemd (regardless of which distro, really): systemctl set-default…

Continue Reading

Configure Additional IP Addresses

Rumi, January 18, 2009

Let’s assume our network interface is eth0. Then there is a file /etc/sysconfig/network-scripts/ifcfg-eth0 which contains the settings for eth0. We can use this as a sample for our new virtual network interface eth0:0: cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:0 Now we want to use the IP address 192.168.0.101 on the virtual interface eth0:0….

Continue Reading

Creating A Linux Firewall using webmin

Rumi, January 12, 2009January 12, 2009

Here is what I need to do-  I want to block ping on eth0- my external link I want to open everything else on eth1- internal link Let’s assume eth0- has public IP and eth1 has private IP I want to allow SSH, auth, httpd and certain protocols to eth0….

Continue Reading

DNAT using Iptables

Rumi, January 12, 2009

Before I start I DNAT, I’d better say what it does-   The DNAT target is used to do Destination Network Address Translation, which means that it is used to rewrite the Destination IP address of a packet. If a packet is matched, and this is the target of the rule, the packet, and all…

Continue Reading

Very Timely, In This Day And Age!!!

Rumi, January 9, 2009

 1. The US has made a new weapon that destroys people but keeps the building standing,. Its called the stock market – Jay Leno  2. Do you have any idea how cheap stocks are ?? Wall Street is now being called Wal Mart Street – Jay Leno  3. The difference…

Continue Reading

Add .exe to Windows Service

Rumi, January 9, 2009

It had way been long days since looked for some tool to make exe’s run as windows service. Well, guess everybody knows the advantage of service tool rather than put the appz on start up menu! Simple- the application loads prior windows users log in to the system! Anyway, I…

Continue Reading

Poppassd server on NT version

Rumi, January 9, 2009

Finally got the Poppasswd on NT. It’s essential for 2 mailing systems: Surgemail mail server (http://www.netwinsite.com) Horde for windows version on webmail password change!

Continue Reading

Election 2008- What world’s saying!

Rumi, December 30, 2008

      UPDATED ON: Tuesday, December 30, 2008 08:30 Mecca time, 05:30 GMT   News CENTRAL/S. ASIA   Hasina triumphs in Bangladesh vote   Supporters of Hasina’s Awami League party celebrate as early results suggested a landslide win [AFP] An alliance led by Sheikh Hasina Wajed, the former Bangladeshi…

Continue Reading

Election TidBits!

Rumi, December 30, 2008

জামায়াতের ভরাডুবি নির্বাচনে চারদলীয় জোটের অন্যতম শরিক ধর্মভিত্তিক রাজনৈতিক দল জামায়াতে ইসলামীর ভরাডুবি হয়েছে। সোমবার অনুষ্ঠিত নির্বাচনে দলটি মাত্র দুটি আসন পেয়েছে। গত নির্বাচনে তারা পেয়েছিল ১৭টি আসন । শুধু চট্রগ্রাম-১৪ (সাতকানিয়া) আসনটি জামায়াত পেয়েছে। এ আসনে জিতেছেন জামায়াতের শাহজাহান চৌধুরী। তার নিকটতম প্রতিদ্বন্দ্বী ছিলেন বিএনপি’র সাবেক নেতা বর্তমানে এলডিপি…

Continue Reading
  • Previous
  • 1
  • …
  • 118
  • 119
  • 120
  • …
  • 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

  • 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
  • Mount a drive permanently with fstab in Linux April 16, 2025
  • Proxmox 1:1 NAT routing March 30, 2025
  • Installation steps of WSL – Windows Subsystem for Linux March 8, 2025

Archives

Top Posts & Pages

  • MinIO with Let's Encrypt SSL on Debian 12 - Step-by-Step Configuration
©2025 Bots! | WordPress Theme by SuperbThemes