Product Support

Initial Server Setup (Linux)
When you purchase a server (virtual or dedicated) from Intergrid with a Linux operating system installed, the first steps you should take are to secure the ...
Wed, 17 Nov, 2021 at 11:23 AM
Changing file limits on Linux
Open file limits can impact some high-resource applications.  To check the number of files currently open by all processes in the system, run: # lso...
Wed, 17 Nov, 2021 at 11:25 AM
Resetting MySQL Root Password
You can recover MySQL root user password with following steps: Login to your linux machine as a root user Stop MySQL by executing the following command: ...
Wed, 17 Nov, 2021 at 11:27 AM
Installing MySQL on CentOS
Login as root user and install MySQL server by executing following commands: # yum install mysql-server # service mysqld start # mysql_secure_in...
Wed, 17 Nov, 2021 at 12:11 PM
Using wget on Linux
Introduction wget is a Linux file downloader. It is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP pro...
Wed, 17 Nov, 2021 at 12:16 PM
Using Screen in Linux
Screen allows you to: Use multiple shell windows from a single SSH session. Keep a shell active even through network disruptions. Disconnect and re-conn...
Wed, 17 Nov, 2021 at 12:19 PM
Installing cPanel/WHM in CentOS
cPanel is a convenient application that allows users to administer multi-tenant web servers through a GUI interface instead of the traditional command line....
Wed, 17 Nov, 2021 at 12:22 PM
Diagnosing network issues - Ping, Traceroute & MTR
Ping and traceroute can be extremely useful in diagnosing and troubleshooting suspected connectivity issues with your servers. We can use these tools to det...
Wed, 17 Nov, 2021 at 12:26 PM
Mounting ISOs through IPMI
Mounting an ISO to your server can be useful for OS re-installations, or mounting a live-CD for troubleshooting issues. To mount an ISO: Connect to the In...
Wed, 17 Nov, 2021 at 12:28 PM