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!

Category: Configurations (Linux)

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

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

Installing Horde in Debian 5

Rumi, January 7, 2011

Default installation is with Apache + mod_php5 + php-mysql:   # aptitude install horde3 Packages installed looks like: apache2-mpm-prefork apache2-utils apache2.2-common fckeditor horde3 libapache2-mod-php5 libmcrypt4 php-cache php-date php-db php-file php-http-request php-log php-mail php-mail-mime php-mail-mimedecode php-net-dime php-net-ftp php-net-smtp php-net-socket php-net-url php-pear php-services-weather php-soap php-xml-parser php-xml-serializer php-xml-util php5-cli php5-common php5-gd php5-mcrypt php5-mysql…

Continue Reading

Install SquirrelMail

Rumi, January 6, 2011

To install the SquirrelMail webmail client, run apt-get install squirrelmail Then create the following symlink… ln -s /usr/share/squirrelmail/ /var/www/webmail … and configure SquirrelMail: squirrelmail-configure

Continue Reading

Creating SSL certificates using openssl

Rumi, November 26, 2010

Here was my requirements- I need one of my domain (it was actually an IP redirection) with SSL setup on my IIS 6 (windows 2003 server) system. The IIS have several virtual hosted domains already and one of them needed this SSL setup For some reason- Windows openssl didn't give…

Continue Reading

Howto Install VMware Workstation 6.5 in Ubuntu

Rumi, November 25, 2010

Thought it might e quite useful on setting up vmware on my network-

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

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
  • Previous
  • 1
  • …
  • 69
  • 70
  • 71
  • …
  • 75
  • 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