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.

Tweaking Afterlogic Webmail Pro 6

Rumi, November 6, 2011

Removed the default footer texts and added up usermin module like this 😉 in inc.footer.php file- <!– Powered by <a href="http://www.afterlogic.com/products/webmail-pro" target="_blank"> AfterLogic WebMail Pro</a><br /> Copyright &copy; 2002-2010 <a href="http://www.afterlogic.com" target="_blank">AfterLogic Corporation</a> –> <?php $domain= $_SERVER['SERVER_NAME']; echo ":: CLICK BELOW LINK TO :: <BR /> <a href= https://$domain:20000>Change Password…

Continue Reading

Redirect site using a .htaccess file

Rumi, November 6, 2011

Instructions Create an empty text file using a text editor such as notepad, and save it as htaccess.txt. Edit the contents of the file. Check the following examples:  Point an entire site to a different URL, such as domain.net redirected to domain.com: # This allows you to redirect your entire…

Continue Reading

Apple Jobs!

Rumi, October 6, 2011

My deep condolences to the loss of one of the most visionary leader on earth…. Steve Jobs, the visionary who led a mobile computer revolution with the creation of wildly popular devices such as the iPhone, was mourned Thursday by admirers and competitors as much of the world awoke to…

Continue Reading

Enable Directory Listing in Nginx Webserver

Rumi, October 1, 2011

Here is a simple way to enable directory listing in Nginx Webserver. I have a subdomain repository.wowtutorial.org and i want repository.wowtutorial.org to have ability to listing a directory. All we need to do just modify the vhosts or nginx.conf Add autoindex on; Please see the example below Example : #nano…

Continue Reading

Nginx Virtualhost Example

Rumi, October 1, 2011

Two Virtual Hosts, Serving Static Files http { index index.html;   server { server_name www.domain1.com; access_log logs/domain1.access.log main;   root /var/www/domain1.com/htdocs; }   server { server_name www.domain2.com; access_log logs/domain2.access.log main;   root /var/www/domain2.com/htdocs; } }

Continue Reading

Bridge to Terabithia (2007)

Rumi, September 22, 2011September 22, 2011

Jesse Aarons trained all summer to become the fastest runner in school, so he's very upset when newcomer Leslie Burke outruns him and everyone else. Despite this and other differences, including that she's rich, he's poor, and she's a city girl, he's a country boy, the two become fast friends….

Continue Reading

Linux Distributions

Rumi, September 20, 2011

A must read to learn and know the origins of different flavors of Linux distros. You'l end up wondering 'why didn't I notice this before?…'  🙂 http://en.wikipedia.org/wiki/List_of_Linux_distributions http://www.webmin.com/support.html

Continue Reading

PowerDNS Cache dump in CSV

Rumi, September 17, 2011

The objective is simple, a periodic cron cache dump of powerdns recursor on a setup. 1. create a shell code as below using nano- #nano /usr/local/bin/pdns-cache-dump.sh #!/bin/sh DAY=`/bin/date +%Y%m%d` TFILE="/var/log/pdns-cache/$(basename $0).$DAY.csv" rec_control dump-cache $TFILE echo "cache dump completed, dump script by rumi (hasan.emdad@mango.com.bd)"

Continue Reading

Virtuabox: Quick installation on Debian Linux

Rumi, September 17, 2011

step-1 ====== install debian step-2 ======= checking if 'synaptic' 'gedbi' are installted step-3 ====== install xrdp for remote installation step-4 ======== installing webmin

Continue Reading

Canon scanner N340P/ N640P problem on windows 7 or vista Operating System

Rumi, September 15, 2011

I was trying to use my old scanner Canon flatbed scanner "CanoScan N 640P ex" model. The driver installation didn't give any compatibility issue. However, after the OEM driver installed and tried to scan something- I was receiving this error- canocraft cs-p 3.8 profile not found error code 0x24050010 After…

Continue Reading
  • Previous
  • 1
  • …
  • 97
  • 98
  • 99
  • …
  • 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