Server Management Blog2024-12-31T13:00:39+00:00

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

April 27th, 2014|

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

April 26th, 2014|

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

April 19th, 2014|

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

March 4th, 2014|

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

March 4th, 2014|

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

February 27th, 2014|

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 [...]

Useful Commands

February 11th, 2014|

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 [...]

Go to Top