Reset a MySQL root password for Debian Rumi, July 14, 2016 Use the following steps to reset a MySQL root password by using the command line interface. Stop the MySQL service (Ubuntu and Debian) Run the following command: sudo /etc/init.d/mysql stop (CentOS, Fedora, and Red Hat Enterprise Linux) Run the following command: sudo /etc/init.d/mysqld stop Start MySQL without a password Run… Continue Reading
Install ioncube on Linux server Rumi, July 14, 2016 Begin by downloading the latest loaders to your computer from http://www.ioncube.com/loaders.php Extract the contents of the archived file on your local PC to a folder of your choice. Upload the folder IONCUBE via FTP to your domain webspace Now establish an SSH connection with server using a suitable client (e.g…. Continue Reading
ip_conntrack table full, dropping packet Rumi, July 3, 2016 Last week, I found myself with a server under low load, but it couldn’t make or receive network connections. When I ran dmesg, I found the following line repeating over and over: ip_conntrack: table full, dropping packet I’d seen this message before, but I headed over to Red Hat’s site… Continue Reading
MDaemon firewall ports to be opened Rumi, June 24, 2016 Ports to be opened: SMTP inbound / outbound port – 25 MSA inbound port – 587 ODMR inbound port – 366 SMTP SSL port – 465 ActiveSync port – 80 ActiveSync SSL port – 443 BlackBerry Enterprise Server – 3101 POP3 inbound / outbound port – 110 IMAP inbound port… Continue Reading
Auto installation of Zenoss on CentOS 6 Rumi, June 19, 2016 The simplest way to install Zenoss Core 4.2 on a newly-deployed RHEL/CentOS 64-bit 5/6 system is to use our auto-deploy script, which downloads all required files for you. To use the script, first set up a new server running one of our supported operating systems. Then, as root, run the… Continue Reading
Very Generic Linux Service Watchdog script Rumi, June 16, 2016 A strong watchdog script- indeed! #!/bin/bash # # watchdog # # Run as a cron job to keep an eye on what_to_monitor which should always # be running. Restart what_to_monitor and send notification as needed. # # This needs to be run as root or a user that can start… Continue Reading
User Management in Proxmox Rumi, June 16, 2016 Proxmox VE authentication server This is a unix like password store (/etc/pve/priv/shadow.cfg). Password are encrypted using the SHA-256 hash method. Users are allowed to change passwords. Terms and Definitions Users A Proxmox VE user name consists of 2 parts: <userid>@<realm>. The login screen on the GUI shows them a separate… Continue Reading
413 Request Entity Too Large Rumi, June 9, 2016 If you’re getting 413 Request Entity Too Large errors trying to upload with nginx.net/, you need to increase the size limit in nginx.conf . Add ‘client_max_body_size xxM’ inside the server section, where xx is the size (in megabytes) that you want to allow. http { include mime.types; default_type application/octet-stream; sendfile… Continue Reading
Understanding NAT, Direct Routing & Tunneling Rumi, May 3, 2016 Virtual Server via NAT The advantage of the virtual server via NAT is that real servers can run any operating system that supports TCP/IP protocol, real servers can use private Internet addresses, and only an IP address is needed for the load balancer. The disadvantage is that the scalability of… Continue Reading
ওমরাহর নিয়ম Rumi, April 30, 2016 ১. ওমরাহর ইহরাম (ফরজ) · পরিষ্কার-পরিচ্ছন্নতা সেরে গোসল বা অজু করে নিতে হবে · মিকাত অতিক্রমের আগেই সেলাইবিহীন একটি সাদা কাপড় পরিধান করুন, অন্যটি গায়ে জড়িয়ে নিয়ে ইহরামের নিয়তে দুই রাকাত নামাজ পড়ে নিন · শুধু ওমরাহর নিয়ত করে এক বা তিনবার তালবিয়া পড়ে নিন Continue Reading