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.

Nameserver not showing in WHM IP address list

March 6th, 2013|

Nameserver not showing in WHM IP address list: If the nameservers are not showing in the WHM Ip address list, you can perform the following steps to resolve the issue: Login to the server using [...]

How to Turn Off Innodb Engine in Mysql

March 6th, 2013|

How to Turn Off Innodb Engine in Mysql The most commonly used storage engine in MySQL are MyISAM and InnoDB. With these storage engine there are some advantages and disadvantages according to application needs. The [...]

Adding MX entry for goolgle app in kloxo from backend

March 6th, 2013|

You can easily switch to google apps from kloxo, You just have to edit this file from backend   ====================================== vi /var/named/chroot/var/named/iserversupport.com ====================================== iserversupport.com.       IN  MX 5 ALT2.ASPMX.L.GOOGLE.COM.(*) iserversupport.com.       IN  MX 5 ALT2.ASPMX.L.GOOGLE.COM.(*) iserversupport.com.       IN  MX 10 [...]

Got a packet bigger than ‘max_allowed_packet’ bytes

March 6th, 2013|

While restoring database "ERROR 1153 (08S01) at line 233: Got a packet bigger than 'max_allowed_packet' bytes" ------------------------------------------------------------------------------------------------- Open a terminal. Type mysql to get a mysql prompt, and issue these commands mysql> set global max_allowed_packet=1000000000; [...]

Go to Top