Exim command line
Exim is a powerful MTA. Exim is highly configurable, and therefore has features that are lacking in other MTAs. It has always had substantial facilities for mail policy controls, providing facilities for the administrator to control who may send or relay mail through the system. Exim also comes with powerful utilities to manage mail queue […]
bash: fork: retry: Resource temporarily unavailable
In cPanel users with SSH access may sometimes get below error on running commands. This happens because of “Shell Fork bomb Protection” which prevent users with terminal access (ssh/telnet) from using up the server’s resources. It’s for crash protection of server by users. -bash: fork: Resource temporarily unavailable To solve this problem you can simply […]
Setup multiple shared IP’s in cPanel/WHM Server
By default cPanel only allows one shared IP per server. But sometime you may need to multiple shared IP’s for e.g. assign different group of domain to different class IP. cPanel doesn’t provide any direct option for this but can be done easily via shell. First of all reserve the IP’s. echo “1.1.1.1” >> /etc/reservedips […]
What is outsourced web hosting support?
In outsourced web hosting support the support provided to the clients is handled by an outside company. Companies providing outsourced technical support for web hosts offer support via helpdesk/email, phone, and/or chat (some companies). Outsourced technical support company may be providing support either part time or full time. Reliable and reputed technical support companies that […]
Setup new cPanel/WHM Server
First of all setup below recommended partitions while installing the CentOS/RedHAT operating system. Partition Size Comment / 80GB OS Base /boot 500MB boot loader /usr 32GB used by cPanel, Apache, PHP and other applications /var 64GB MySQL, cPanel config and log files /tmp 4GB swap twice the size of RAM 4GB max is ok for […]
How to install MP4box on CentOS 6
MP4Box is a MP4 multiplexer. It can import MPEG-4 video, DivX, XviD, 3ivx, h264 etc, audio streams and subtitles into the .mp4 container. The end result is a compliant MP4 stream. It can also extract streams from a .mp4. MP4Box is a command line tool, but can be used with graphical user interfaces such as […]
How to fix the missing Databases in cPanel
Sometimes you may find that the databases are missing in cPanel. But when you check it via shell, you will see that the database are present and it’s working perfectly. It’s just missing is cPanel interface. To fix it, you should run the below two commands /scripts/update_db_cache /usr/local/cpanel/bin/setupdbmap