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!

WordPress Plugins

Rumi, September 27, 2010

Google XML Generator http://wordpress.org/extend/plugins/google-sitemap-generator/ Contact Form http://wordpress.org/extend/plugins/contact-form-7 Super Cache (This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts. 99% of your visitors will be…

Continue Reading

Dissection of SPF (Sender Policy Framework)- A way to configure your DNS server SPF parameters

Rumi, September 26, 2010

Pick a default. SPF domains have to publish at least two directives: a version identifier and a default mechanism. mydomain.com. TXT “v=spf1 -all” This is the simplest possible SPF record: it means your domain mydomain.com never sends mail. It makes sense to do this when a domain is only used…

Continue Reading

Greenzone

Rumi, September 25, 2010September 25, 2010

Storyline Following the American invasion of Iraq in 2003 Chief Warrant Officer Roy Miller and his men are charged with finding the so-called weapons of mass destruction, whose existence justified American involvement, according to the Pentagon and their man in Baghdad, Poundsgate. Veteran CIA operative Marty tells Miller that there…

Continue Reading

UltiDev Cassini Web Server for ASP.NET Applications

Rumi, September 25, 2010

What is UltiDev Cassini Web Server? UltiDev Cassini is a free, light-weight and  redistributable web server  that can host  ASP.NET 3.5, 3.0, 2.0 and 1.1  applications and static HTML sites. Whenever your customers need an alternative to IIS — UltiDev Cassini web server is the answer. UltiDev Cassini was built…

Continue Reading

Top 5 Best Linux Firewalls

Rumi, September 25, 2010

iptables If you are new to any of the top 5 firewalls mentioned here, please read the rest of the article to understand more about them. 1. Iptables iptables is a user space application program that does packet filtering, network address translation (NAT), and port address translation (PAT).  iptables is…

Continue Reading

If the ‘Mosque’ Isn’t Built, This Is No Longer America by Michael Moore

Rumi, September 13, 2010

I am opposed to the building of the “mosque” two blocks from Ground Zero. I want it built on Ground Zero. Why? Because I believe in an America that protects those who are the victims of hate and prejudice. I believe in an America that says you have the right to…

Continue Reading

Show all images in a folder with PHP

Rumi, September 11, 2010

<?php //Your folder $files = glob(“icons/*.*”); $colCnt=0; echo ‘<table border=”0″ style=”width:590px;”>’; for ($i=1; $i<count($files); $i++) { $colCnt++; if ($colCnt==1) echo ‘<tr>’; echo ‘<td width=”25%” style=”font-size:8.5px; font-family:arial”>’; $num = $files[$i]; echo ‘<img src=”‘.$num.'” align=”absmiddle” /> ‘; print substr(substr($num,6,100),0,-4); echo ‘</td>’; if ($colCnt==4) { echo ‘</tr>’; $colCnt=0; } } echo ‘</table>’; ?>

Continue Reading

অভ্রতে নতুন কি-বোর্ড ইনস্টল করা

Rumi, September 10, 2010September 10, 2010

আপনারা অনেকে ইতিমধ্যে জেনে গেছেন অভ্র থেকে ইউনিজয় কি-বোর্ড বাদ দেয়া হচ্ছে অচিরেই। তাই আসুন অভ্রতে কিভাবে নিজের পছন্দমত কি-বোর্ড ইনস্টল করে নেয়া যায় তা জেনে নেই। মাত্র কয়েকটি ধাপ। যে কেউ খুব সহজে এটি করতে পারবেন। এটি করার জন্য অভ্রর সাম্প্রতিক ভার্সন ৪.৫.১ ব্যবহার করাই ভাল। আমি পুরনো ভার্সনে…

Continue Reading

Mail relaying with Virtualmin

Rumi, August 30, 2010

In a typical Virtualmin configuration, email for domains that you host will be delivered to mailboxes on the system for reading by users using Usermin or an IMAP client like Outlook or Thunderbird. However, in come cases you may want mail ultimately delivered to another server, such as an Exchange box…

Continue Reading

Raid Controller for Dell T-300 Servers- PERC 5, 6

Rumi, August 30, 2010

A handy doc, better preserve before dell thinks this is obsolete… 😉 Dell PERC 5, PERC 6 and CERC 6 RAID Controller Device Driver for Windows 2003 i386 Version 2.14.0.32 TABLE OF CONTENTS ================= 1.0  Introduction 2.0  Compatibility / Minimum Requirements 3.0  Install Instructions 3.1  Installing the Driver During Operating…

Continue Reading
  • Previous
  • 1
  • …
  • 109
  • 110
  • 111
  • …
  • 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 squid SSH SSL Ubuntu Ubuntu 16 Ubuntu 18 Ubuntu 20 Varnish virtualbox vpn Webmin XCP-NG zimbra

Topics

Recent Posts

  • 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
  • Enabling Nested Virtualization In Proxmox March 8, 2025
  • How to Modify/Change console/SSH login banner for Proxmox Virtual Environment (Proxmox VE / PVE) March 3, 2025
  • Install Proxmox Backup Server on Debian 12 February 12, 2025

Archives

Top Posts & Pages

  • Install Jitsi on Ubuntu 22.04 / 22.10
©2025 Bots! | WordPress Theme by SuperbThemes
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