• Free Checkup
  • Emergency Support
  • Login
  • Sign Up
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Server Management Tips
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Copyright 2021 - All Right Reserved
Softaculous
Linux Basics

How to Install Softaculous in cPanel Server

by SupportPRO Admin December 28, 2011
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
General Topics

Google Cloud Connect

by SupportPRO Admin December 27, 2011
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Technical Articles

How to enable concurrent mailbox access on MailEnable

by SupportPRO Admin September 21, 2011
written by SupportPRO Admin

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

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
The Growth and Future of Linux Operating System
General Topics

Linux: From a Hobby Project to a Global Operating System

by SupportPRO Admin September 7, 2011
written by SupportPRO 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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Technical Articles

How to enable PPP feature in a VPS/Container

by SupportPRO Admin September 4, 2011
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Technical Articles

How to install LiteSpeed on a WHM/cPanel Server?

by SupportPRO Admin July 28, 2011
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Message Not Sent
Technical Articles

How to Fix “Connection Refused (111) – Can’t Open SMTP Stream” Error

by SupportPRO Admin July 27, 2011
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
photo of a developer(Black shadow) using Windows Command Prompt on a desktop computer, environment variables window open on screen
Server Tweaking

How to Fix “PHP Is Not Recognized as an Internal or External Command” in Windows

by SupportPRO Admin July 13, 2011
written by SupportPRO Admin

 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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Technical Articles

How to recreate qmail`s queue:

by SupportPRO Admin April 28, 2011
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Technical Articles

How to Set Up an Email Account on an Android Device ?

by SupportPRO Admin April 28, 2011
written by SupportPRO Admin

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 …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Services

  • Outsourced hosting support
  • Server administration
  • Web Programming
  • Build a Web Hosting Business Using LLMs
    How to Build a Web Hosting Business Using Large Language Models (LLMs)?
    Over the last ten years, the web hosting industry has seen a significant change in its dynamics. The industry that started out as being mostly about servers and uptime is…
  • Linux server monitoring dashboard showing I/O wait and disk bottlenecks
    How to Troubleshoot High I/O Wait in Linux
    Linux servers can handle thousands of operations every second. However, they can still slow down when storage devices become overloaded. One of the clearest signs of a storage problem is…
  • How to Choose Server Infrastructure for Hosting Companies
    How to Choose the Right Server Infrastructure for a Growing Hosting Company ?
    Why Infrastructure Decisions Matter ? Running a hosting company becomes more challenging as your business grows. In the beginning, managing a few customers and servers may feel simple. However, your…

Categories

  • ansible
  • Artificial Intelligence
  • AWS
  • aws managed service provider
  • AWS Support
  • aws support services
  • Build Automation
  • Business
  • Case Study
  • Cloud
  • Cloud Managed Service
  • Cloud Support Services
  • Cloudflare
  • Compiling tools
  • cPanel
  • dedicated server support
  • Dedicated servers
  • Dedicated tech support
  • DevOps
  • Disaster Recovery
  • Docker
  • GCP
  • General Topics
  • JetBackup
  • Linux
  • Linux Basics
  • live chat
  • live chat support
  • Miscellaneous
  • Open source
  • Outsourced tech support
  • Recovery & Backup
  • Remote infrastructure Management
  • RunCloud
  • Security
  • server checkup
  • server management
  • server Migration
  • Server Monitoring
  • Server Security
  • server support
  • Server Tweaking
  • Technical Articles
  • Troubleshooting
  • web hosting
  • web hosting support
  • Windows Server
  • WordPress

CONTACT US

Sales and Support

Phone: 1-(847) 607-6123
Fax: 1-(847)-620-0626
Sales: sales@supportpro.com
Support: clients@supportpro.com
Skype ID: sales_supportpro

Postal Address

1020 Milwaukee Ave, #245,
Deerfield, IL-60015
USA

  • Industry Solutions
    • Web Hosting Services
    • Service Providers
    • E-Commerce Companies
    • Software Vendors
    • Web Developers
    • ISPs
    • Services
  • About Us
    • Company
    • Technical Blog
    • Careers
    • FAQ
    • Partners
    • Site Map
    • Affiliates
  • Popular Plans
    • Dedicated Team Support
    • Helpdesk Support
    • Hourly Administration
    • Legal
    • Privacy Statement
    • Terms of Use
    • How we work

©2022  SupportPRO.com. All Rights Reserved

X-twitter Facebook Linkedin Rss
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team