You can install softaculous in cpanel from WHM and also from command line without having to visit cPanel/WHM. Before starting the softaculous installation please make sure that the ‘ionCube Loader’is enabled on the server. To install from WHM ================== 1. Log into server via ssh. 2. cd /usr/local/cpanel/whostmgr/docroot/cgi 3. wget -N http://www.softaculous.com/ins/addon_softaculous.php 4. chmod 755 addon_softaculous.php 5. Then go to WHM –> Plugins–>softaculous– Instant Installs Install from command cline ========================== 1.Log into server via ssh. 2.cd /usr/local/cpanel/whostmgr/docroot/cgi 3. wget -N http://www.softaculous.com/ins/addon_softaculous.php 4. chmod 755 addon_softaculous.php 5. /usr/local/cpanel/3rdparty/bin/php /usr/local/cpanel/whostmgr/docroot/cgi/addon_softaculous.php You can …
Microsoft Office with Google Cloud Connect is a deadly combination for collective multiple users experience. The feature highlight is users can simultaneously edit Microsoft Office documents, users can also share and backup too. The main features are: Collaborative Editing – At the same time multiple persons can edit the same document. The person is added as editor. The document is then shared using Gmail. The other persons have to download the document for editing. Any change made by one person will be reflected in all of the collaborators. Revision History …
By enabling ‘concurrent mailbox access’ option on server, you can access the mailbox from your local PC and using iPhone at same time. To enable this on MailEnable please follow the bellow steps: 1. Log into MailEnable Administrator. 2. Go to MailEnable Management 3. Click on Servers–>services. 4. Rightclick on POP, select ‘properties’–>advanced 5. Select the option “Allow concurrent mailbox access”. 6.Then restart MailEnable. log into MailEnable Administrator–> MailEnable Management–>Servers–>Services->POP (properties)–> advanced–> allow concurrent mailbox access If you require help, contact SupportPRO Server Admin
On August 25, 2011, Linux marked an important milestone – its 20th anniversary. What began as a small personal experiment eventually transformed into one of the most powerful and widely used operating systems in the world. The Beginning of Linux In 1991, Finnish computer science student Linus Torvalds shared a message on a Usenet newsgroup announcing a hobby project. He described his work as a free operating system designed for 386 AT computers and invited feedback from the developer community. At the time, he modestly explained that the project would …
To enable ppp feature for a VPS, first we need to check wether the modules ppp_async and ppp_deflateare loaded in the kernal or not. You can check this by executing the following commands. # modprobe ppp_async # modprobe ppp_deflate or You can list the active modules using the command lsmod. # lsmod | grep ppp ppp_deflate 39168 0 zlib_deflate 52760 1 ppp_deflate ppp_async 45184 0 crc_ccitt 6337 1 ppp_async ppp_generic 20165 6 ppp_deflate,ppp_async slhc 30561 1 ppp_generic Steps to enable PPP feature. 1. # vzctl set VEID –features ppp:on –save …
You can install litespeed on a WHM/Cpanel server by simply following the bellow steps. 1. Log into server via SSH as ‘root’ user. 2. Go to /usr/src cd /usr/src 3. Download the installation file using wget. wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.sh 4. chmod 700 lsws_whm_plugin_install.sh 5. sh lsws_whm_plugin_install.sh ( ./lsws_whm_plugin_install.sh) 6. rm -rf lsws_whm_plugin_install.sh 7. Log into WHM. Go to manage pluggins section. 8. Start the installation procedure by clicking on ‘Install LiteSpeed’. 9. This will ask you to enter your license information and admin password. Enter these information and click on ‘Build …
SMTP (Simple Mail Transfer Protocol) is the standard protocol used to send emails across the internet. It acts as a bridge between email clients and mail servers, ensuring that outgoing messages are transmitted to the recipient’s mail server efficiently. SMTP typically operates on ports 25, 465, and 587, and is responsible only for sending emails. For receiving emails, protocols like IMAP and POP3 are used. A properly configured SMTP service is essential for smooth email delivery. This includes correct port settings, authentication, and server permissions. If any of these are …
How to Fix “PHP Is Not Recognized as an Internal or External Command” in Windows
If you see this error in Command Prompt: it means Windows cannot find the PHP executable file. This happens when the PHP installation directory is not added to the system PATH environment variable. Let’s understand why this happens and how to fix it properly. Why This Error Occurs Windows uses a special environment variable called PATH to locate executable files when you run commands in Command Prompt. If PHP was: then its installation directory may not have been added to PATH. When that happens, Windows doesn’t know where php.exe is …
You can recreate qmail’s queue by following the steps given below, but while recreating all the current messages will be removed from the queue and cannot be restored. So it is better to take backup of messages before starting. Steps: 1. log into server and stop qmail #/etc/init.d/qmail stop 2. cd /var/qmail/queue 3. rm -rf info intd local mess remote todo 4. mkdir mess 5. for i in `seq 0 22`; do mkdir -p mess/$i done cp -r mess info cp -r mess intd cp -r mess local cp -r …
Email providers are services that allow users to send receive and store email messages over the internet They offer secure mail servers spam filtering user authentication and access through webmail mobile apps and email clients Popular email providers support protocols like IMAP POP and SMTP to ensure reliable communication across devices. Follow the steps below to create an email account on an Android mobile device. From the Home screen, tap the Apps icon. Open the Email app (or Mail, depending on your device). Tap Add Account or Next. Enter the …