It’s time to say goodbye to Theme X3 for cPanel

Over the past year, we’ve talked prominently about the impending deprecation of X3, the previous generation user interface for cPanel. Today’s the day we are officially announcing a deprecation schedule and its eventual removal from the product. Here’s the schedule: In 11.52… Brand new installations of cPanel & WHM will consider Paper Lantern to be … Read more

Add space for swap and test the speed of IO

一:使用文件构建swap dd if=/dev/zero of=/home/test/swap bs=1M count=1024 mkswap /home/test/swap swapon /home/test/swap  来扩充swap . swapoff /home/test/swap 来卸载文件 二:测试Linux磁盘读写速度 测试磁盘的IO写速度time dd if=/dev/zero of=/test.dbf bs=8k count=300000 测试磁盘的IO读速度time dd if=/home/test of=/dev/null bs=8k 磁盘读写速度hdparm -Tt /dev/sda

Installing Softaculous in cPanel

Installing Softaculous Note: Before starting the installation make sure ionCube Loaders are enabled. You may refer to the following guide Enable_Ioncube_cPanel. Please make sure that the Ioncube loader is selected for the backend copy of PHP. Now SSH to your server and enter following commands: wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh Now go to : … Read more