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!

টেলিফোন সংলাপ আড়িপাতার বিধান কার্যকর হচ্ছে

Rumi, February 7, 2011

জননিরাপত্তা নিশ্চিত করতে সরকার টেলিফোনে আড়িপাতার জন্য স্বরাষ্ট্র মন্ত্রণালয়ের অধীনে ন্যাশনাল টেলিকমিউনিকেশন মনিটরিং সেন্টার (এনটিএমসি) নামে একটি সংস্থা গঠন করেছে। ইতিপূর্বে গঠিত ন্যাশনাল মনিটরিং সেন্টার (এনএমসি) এর স্থলে নতুন এ সংস্থা কার্যকর হবে। রাষ্ট্রপতি ও প্রধানমন্ত্রীর নিরাপত্তা বিধান, যুদ্ধাপরাধীদের চলমান বিচারকার্য নির্বিঘ্নে সম্পন্ন করা, মোবাইল ফোনে চাঁদাবাজি রোধ এবং আইন-শৃঙ্খলা…

Continue Reading

Enabling SquirrelMail For Your Web Sites On An ISPConfig 3 Server (Debian Lenny)

Rumi, January 29, 2011January 29, 2011

SquirrelMail's Apache configuration is in the file /etc/squirrelmail/apache.conf, but this file isn't loaded by Apache because it is not in the /etc/apache2/conf.d/ directory. Therefore we create a symlink called squirrelmail.conf in the /etc/apache2/conf.d/ directory that points to /etc/squirrelmail/apache.conf and reload Apache afterwards: cd /etc/apache2/conf.d/ ln -s ../../squirrelmail/apache.conf squirrelmail.conf /etc/init.d/apache2 reload…

Continue Reading

Errror on VMWare on my CentOS box- vmware is installed, but it has not been (correctly) configured, for this system

Rumi, January 28, 2011January 28, 2011

"vmware is installed, but it has not been (correctly) configured, for this system. To (re-) configure it, invoke the following command: /usr/bin/vmware-config.pl" I've been receiving this error since I've been trying to setup VMWare workstation ver 5.0 on my Centos box. It is now resolve after issueing the command- VMWARE_DEBUG=yes…

Continue Reading

ডিজিটাল সই প্রদানকারী কর্তৃপক্ষের লাইসেন্স পেল ছয় প্রতিষ্ঠান

Rumi, January 20, 2011January 20, 2011

যেকোনো ধরনের ইলেকট্রনিক প্রমাণপত্র বা দলিল তৈরির জন্য দেশে ডিজিটাল সই চালু করার জন্য সরকার ছয়টি প্রতিষ্ঠানকে সনদ প্রদানকারী কর্তৃপক্ষ (সারটিফাইং অথরিটি—সিএ) হিসেবে কার্যক্রম পরিচালনার লাইসেন্স দিয়েছে। গতকাল বুধবার ঢাকায় বাংলাদেশ কম্পিউটার কাউন্সিল ভবনে আয়োজিত এক অনুষ্ঠানে বিজ্ঞান এবং তথ্য ও যোগাযোগপ্রযুক্তি প্রতিমন্ত্রী ইয়াফেস ওসমান আনুষ্ঠানিকভাবে লাইসেন্স হস্তান্তর করেন। এর…

Continue Reading

আমরা কি ব্যাঙের ভূমিকা নিতে যাচ্ছি?

Rumi, January 18, 2011

স্বর্ণকেশী বা স্বর্ণকেশিনীদের নিয়ে অনেক কৌতুক পশ্চিমে প্রচলিত আছে। এসব কৌতুকের একটাই বিষয়, প্রমাণ করার চেষ্টা যে, এদের মাথায় বুদ্ধি কম। যেমন একজন স্বর্ণকেশিনী ইলেকট্রনিকসের দোকানে ঢুকে বলল, ওই টেলিভিশনটার দাম কত? দোকানি উত্তর দিল, আমরা স্বর্ণকেশিনীর কাছে জিনিস বেচি না। স্বর্ণকেশিনী দোকান থেকে বেরিয়ে সোজা গেল একটা বিউটি পারলারে।…

Continue Reading

Create logout link in WordPress

Rumi, January 11, 2011

To create your own proper WordPress logout (or sign out) link, you need PHP.   PHP Default usage <a href="<?php echo wp_logout_url(); ?>" title="Logout">Logout</a>  Logout and Redirect to Current Page <a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="Logout">Logout</a>  Logout and Redirect to Homepage <a href="<?php echo wp_logout_url( get_bloginfo('url') ); ?>"…

Continue Reading

A highfly view of Jatrabari-Gulistan Fly over!

Rumi, January 10, 2011
Continue Reading

Cloud computing goes mainstream- Repost from bdnews24- Opinion

Rumi, January 9, 2011

Cloud computing has been with us since the dawn of the global Internet. We use cloud computing anytime we use services and storage over the Internet. The cloud refers to the Internet, the vast network of servers, software and data whose location is irrelevant (it is somewhere in the cloud)…

Continue Reading

Debian Mail Server with Exim as MTA

Rumi, January 7, 2011

Install LAMP Base System: # installed: (L)inux – apt-get install apache2 # installs (A)pache – apt-get install mysql-server # installs (M)ySQL – apt-get install php5 phpmyadmin # installs (P)HP and mySQL Webtool – Installation of the webmin system-administration webapplication (cgi-perl with its own webserver): -> since etch, there is no…

Continue Reading

Install & Configure Popasswd in Debian (for Horde)

Rumi, January 7, 2011

$ apt-get install poppassd # installs server-side mechanism for changing the password $ cd /var/www-ssl/horde/passwd/config $ cp -p backends.php.dist backends.php $ vi backends.php: – delete all but 'poppassd' ########################################### # note: # My poppassd service didnt start, because the deb-package put the startup command in # the /etc/inetd.conf superserver file,…

Continue Reading
  • Previous
  • 1
  • …
  • 106
  • 107
  • 108
  • …
  • 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