Enable the GD PHP Module in cPanel

Solution Log into your server via WHM/cPanel via url like ‘https://10.20.30.40:2086/’ Selecte ‘Update Apache’ under the ‘Software’ section of WHM on the left side near the bottom. Next put a check beside ‘GD’ on the right side of WHM and selected ‘Start Build’. Once it’s finished rebuilding Apache, you’re done!

Can you provide/recommend any tools for managing MySQL databases?

Solution: There is a multitude of administration tools ranging from ssh’ing into the server and directly issuing commands to commercial GUI software. phpMyAdmin is very commonly used because it’s easy to use and can manage your database through a web page. It is also a fairly large security liability so

How do I manage web users?

A web user is a user account within web server. It is used to define locations for personalized web pages with individual FTP access. The result of creating a web user is a subdirectory within your domain (e.g. domain.com/~webuser). Creating a web user account To create a new web user

How do I access Microsoft FrontPage Web Administrator?

You can access the Microsoft FrontPage Web Administrator directly from the Control Panel, using the FP Webadmin icon, or FP-SSL Webadmin if you wish to access it over secure SSL connection. These icons are located at the bottom of the Domain Administration page, provided that hosting is set up for

Webalizer is giving errors

Webalizer produces: error while loading shared libraries: libgd.so.2 When you run the following, you get: [root@server]# webalizer webalizer: error while loading shared libraries: libgd.so.2: cannot open shared object file: No such file or directory That means that the program is unable to find the gd library required to run it.

How and where do I setup more the 2 dns servers?

With Hosting Controller you cannot specify more than 2 nameservers. If you use DNS software such as Simple DNS Plus, you can set it to do an automatically do a Zone Transfer to additional servers. Even though you cannot enter these additional servers into HC, they will still work for

How Do I Remove a Package in Debian?

Debian is a popular operating system based on the Linux kernel and GNU software. It is known for its stability, security, and large community of developers and users. One of the main features of Debian is its package manager, which allows users to easily install, update, and remove software from

Operating the YUM Package Manager

YUM is a package manager for RPM-based Linux distributions such as Fedora, CentOS and Red Hat Enterprise Linux. It allows users to install, update, remove and search for software packages from various repositories. YUM also resolves dependencies and handles configuration files automatically. YUM stands for Yellowdog Updater Modified and was

How do I update my system with yum?

Use the update option to upgrade all of your Fedora system software to the latest version with one operation. To perform a full system update, type this command: su -c ‘yum update’ At the prompt, enter the root password. If you want to automatically update your system The yum package

What is Kernel Panic?

A kernel panic could be a serious error that occurs when the Linux kernel detects a problem that it might not recover from. When this happens, the system may freeze, crash, or reboot. A kernel panic can be caused by various factors, such as hardware failure, corrupted files, incompatible drivers,