Server Management Blog
Welcome to Our Blog
At iServerSupport, we understand the challenges that come with managing servers, whether they’re in the cloud, virtualized, or self-hosted. Our blog is here to provide you with practical insights, expert advice, and the latest trends in server management.
From troubleshooting server performance issues to optimizing cloud resources and ensuring top-notch security, our goal is to empower businesses and developers to navigate the complexities of server environments with confidence.
Whether you’re looking for quick fixes, detailed guides, or industry news, you’ll find valuable content tailored to your needs. Dive in, explore, and let us help you keep your servers running smoothly, securely, and efficiently.
Your servers, simplified – the iServerSupport way.
How to enable spdy on plesk nginx web server
Stop worrying about your server. cPanel/Plesk Server Management for just $59/mo with Unlimited tickets, Unlimited admin hours, Security audits, 24x7 monitoring and lot more cPanel Server Management $59/mo Click here Plesk Server Management $59/mo Click here Plesk Nginx default version dont support spdy so we are going to [...]
How to List Installed Perl Modules on Your Server
Perl is a powerful and versatile scripting language widely used for various applications, including web development, system administration, and data manipulation. As you work with Perl, it’s essential to know which [...]
Enable Perfect Forward Secrecy
If you are looking to prevent from Heartbleed and enable Perfect Forward Secrecy please check this link After Heartbleed alert everyone is trying to enabled Perfect Forward Secrecy and here is what you should all to [...]
Enable Compression & Leverage browser caching on a Plesk Apache Nginx
Stop worrying about your server. cPanel/Plesk Server Management for just $59/mo with Unlimited tickets, Unlimited admin hours, Security audits, 24x7 monitoring and lot more cPanel Server Management $59/mo Click here Plesk Server Management $59/mo Click here To enable Compression & Leverage browser caching [...]
Enable SSL for mail server in Plesk
Lets assume that you already have a working ssl for plesk URL vi /etc/courier-imap/imapd-ssl Edit TLS_CERTFILE=/usr/share/imapd.pem Now open vi /etc/postfix/main.cf Edit smtpd_tls_cert_file = /etc/postfix/postfix_default.pem Now Open the file vi /etc/courier-imap/pop3d-ssl Edit TLS_CERTFILE=/usr/share/pop3d.pem Now copy cp [...]
Find Spammer on cPanel exim server
Stop worrying about your server. cPanel/Plesk Server Management for just $59/mo with Unlimited tickets, Unlimited admin hours, Security audits, 24x7 monitoring and lot more cPanel Server Management $59/mo Click here Plesk Server Management $59/mo Click here Top 5 users sending maximum emails [...]
Upgrade MySQL 5.5 to MySQL 5.6 on CentOS for PCI compliance
Most affordable 24x7 server management plan including 24x7 monitoring, security audit and much more Server Management Services If you are teying to upgrade MySQL on cPanel server check this link Upgrade MySQL on cPanel Server Below [...]
Useful Commands
Command to find the no of process running by each user ps aux |awk '{$1} {++P[$1]} END {for(a in P) if (a !="USER") print a,P[a]}' | sort -k 2 Command to find total no of [...]