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.

How to empty Table in MySQL database Daily with cronjobs

Rumi, September 3, 2013

you can create a php script. truncatetable.php Example: <? $db_host = "localhost"; $db_user = "username"; $db_pass = "password"; $db_name = "databasename"; $connect = @mysql_connect($db_host,$db_user,$db_pass); @mysql_select_db($db_name); // Empty table $query = "TRUNCATE TABLE TableName01"; mysql_query($query); ?> Then setup the cronjob

Continue Reading

Sticky header and footer CSS

Rumi, July 24, 2013

HTML Code- <!– BEGIN: Sticky Header –> <div id="header_container"> <div id="header"> Header Content </div> </div> <!– END: Sticky Header –> <!– BEGIN: Page Content –> <div id="container"> <div id="content"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sit amet ipsum magna, et convallis sem. Nunc pulvinar magna vitae orci…

Continue Reading

How do I line up 3 divs on the same row

Rumi, July 24, 2013

Part one- <div> <h2 align="center">San Andreas: Multiplayer</h2> <div align="center" class="float-left">CONTENT OF COLUMN ONE GOES HERE</div> <div align="center" class="float-left">CONTENT OF COLUMN TWO GOES HERE</div> <div align="center" class="float-left">CONTENT OF COLUMN THREE GOES HERE</div> </div> And inside CSS file- .float-left { float:left; width:300px; // or 33% for equal width independent of parent width…

Continue Reading

Configure NFS shares in Openfiler

Rumi, July 13, 2013

In this article I’ll explain how-to configure a NFS share in Openfiler and then add it as a datastore to your vSphere servers. I’ll take for granted that you already have an Openfiler server up and running. 1 – Enable NFS service As always point your browser to https://<openfiler_address&gt;:446, login…

Continue Reading

Debian CDs/DVDs archive Old Debian releases on CD/DVD

Rumi, July 12, 2013

This is where we store older CD/DVD releases of Debian. If you want to download the current release, look in the release area. The following releases are currently available here: 3.0_r0 to 3.0_r6 (Woody) 3.1_r0 to 3.1_r8 (Sarge) 4.0_r0 to 4.0_r9 (Etch) 5.0.0 to 5.0.10 (Lenny) 6.0.0 to … (Squeeze)…

Continue Reading

BD now member of Asia PKI Consortium

Rumi, June 22, 2013

Bangladesh has been accepted as a member of the Asia PKI Consortium in its General Assembly (GA) Meeting held in Bangkok recently. The GA Meeting was chaired by Philip Leung, Chairman of Asia PKI Consortium and attended by member countries. The GA unanimously approved the membership of Bangladesh in the…

Continue Reading

Install PHPize on Debain-Ubuntu

Rumi, June 20, 2013

Just install a bunch of package- apt-get install autoconf automake libtool m4 apt-get install php5-dev apt-get install libcurl3 php5-dev libcurl4-gnutls-dev libmagic-dev apt-get install php-http make pecl install pecl_http And adding "extension=http.so" to php.ini (Normally located at /etc/php5/apache2/php.ini) Then restart Apache (sudo service apache2 restart). If in doubt, check your apache…

Continue Reading

আব্বা- আনিসুল হক

Rumi, June 16, 2013

  আব্বা মারা গেলেন যখন, তখন আমি বুয়েটে ফার্স্ট ইয়ারে পড়ি। সেকেন্ড সেমিস্টার পরীা চলছিল। স্কুল-কলেজের অভ্যাসবশত আমি খুবই মন দিয়ে পড়ছিলাম, যদিও ফার্স্ট সেমিস্টারে রেজাল্ট ভালো হয়নি তেমন। সামনে ফিজিক্স পরীা। মধ্যখানে কয়েকদিনের বিরতি। সন্ধ্যার সময় শহীদ স্মৃতি হলের টিভি রুমে বসে আছি বন্ধুদের সঙ্গে, রেসলিং দেখাচ্ছিল, আমি রেসলিংয়ের…

Continue Reading

তুই কি আমার দুঃখ হবি?

Rumi, June 8, 2013

  তুই কি আমার দুঃখ হবি? আনিসুল হক …………….. তুই কি আমার দুঃখ হবি? এই আমি এক উড়নচন্ডী আউলা বাউল রুখো চুলে পথের ধুলো চোখের নীচে কালো ছায়া। সেইখানে তুই রাত বিরেতে স্পর্শ দিবি। তুই কি আমার দুঃখ হবি? তুই কি আমার শুষ্ক চোখে অশ্রু হবি? মধ্যরাতে বেজে ওঠা টেলিফোনের…

Continue Reading

Stories of Date of Birth- an exceptional alternate Horoscope

Rumi, June 7, 2013June 7, 2013

STORY BEHIND YOUR DATE OF BIRTH If U were born on the 1st, 10th, 19th, 28th of any month U r number 1…. If U were born on the 2nd, 11th, 20th, 29th of any month then U r number 2… If U were born on the 3rd, 12th, 21st,…

Continue Reading
  • Previous
  • 1
  • …
  • 79
  • 80
  • 81
  • …
  • 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