In this tutorial: Command structure Commands Examples Sed (short for ‘stream’ ‘editor’ is a special editor that is used for modifying files automatically. It is not an interactive editor, so it can be used if you are wanting to write a program to make changes in a file. Follow along below as we go through Read More >
Scott Mitchell
Automating your Logaholic Stats
Once you have installed Logaholic onto your account, you may want to set it to run automatically every 24 hours. Below we describe how to do this so you can keep track of your website stats on a daily basis. How to Automate Logaholic Log into your cPanel admin dashboard. Locate and click on the Read More >
Planned Maintenance 10-29-2014
We have a planned maintenance window scheduled for the evening of October 19, 2014. We make every effort to minimize downtime as a result of maintenance. However, maintenance is sometimes necessary to ensure the stability and security of our hosting environment. Find out what server your account is on. cPanel Upgrades The following servers will Read More >
cp command
In this tutorial: Command structure Examples At first, the cp command seems like a very straightforward command. While it is certainly a simple concept to copy a file or directory from one location to another, it has many different options involved to tailor the process. The cp command is also one of the most used Read More >
Ways to easily manage your site with SSH
SSH (Secure Shell) Access is now available for all shared hosting, reseller hosting, VPS, and Dedicated server accounts. Those that use SSH frequently find that managing their website can be faster than trudging through a GUI (Graphical User Interface). GUIs are often aesthetically pleasing and organized into many different sections or pages. This is good Read More >
Planned Maintenance on 10/15/14
We have a planned maintenance window scheduled for the evening of October 19, 2014. We make every effort to minimize downtime as a result of maintenance. However, maintenance is sometimes necessary to ensure the stability and security of our hosting environment. Find out what server your account is on. MySQL 5.6 Upgrades The following servers Read More >
Force non-www version for all sites on your account
When working with redirects in your htaccess, you are able to do specific things such as force a www or non-www version of your site. But since the .htaccess file is recursive, why not have some code that you can create once and have it work for all the sites on your account? This article Read More >
How to create a basic profile in Logaholic
After installing Logaholic onto your hosting account, you will need to create a profile in order to use it properly. The instructions below will guide you on how to create your first profile in Logaholic. Creating a profile in Logaholic Log into the Logaholic dashboard. The first page is a list of profiles. Read More >
Setting your log file path in Logaholic
After installing your Logaholic program, you will need to set the path for your logfiles. This article will guide you on how to do that. How to set your log file path in Logaholic Log into your Logaholic application. Once you have arrived at the main page, locate your profile on the profile list and Read More >
Logging into Logaholic
After installing your Logaholic stats program, you will want to know how to log into it for the first time. This article explains how to do that. How to log into Logaholic When you installed logaholic, you likely entered a directory name where it was installed. This name will be part of the URL you Read More >
aspell command
Everyone needs a little spell checking in their routine. Even the best of us make mistakes. This article goes over the ‘aspell‘ Linux command for spell checking the contents of files that you specify. Command: aspell Synopsis: aspell [options] ] Commands: Command Long Name Description -? help Displays the help information. -c check filename Spell Read More >
alias command
When working with SSH and the command line interface, you may want to begin trimming down the number of keys you hit by creating aliases for the commands you use most often. This can help you move along faster when working on your site. This article goes over the alias command and how to use Read More >
Installing Logaholic via Softaculous
Logaholic is a program that allows you to track statistics for your website. These stats allow you to see things such as how many hits your site gets on a daily, weekly, or monthly basis. You can use these stats to compare and see trends to help your site become more efficient. This article guides Read More >
Emergency File System Recovery on biz123
Issue: Emergency Filesystem Recovery on ld123 Status: Our Systems team is having to perform emergency filesystem recovery on the ld123 server. Who is impacted? Users on the ld123 server. This will affect all services (email, websites, database access)You can find what server you are on here. Estimated time until resolution: Update as of 12:50pm. The Read More >
Resetting your admin password in PrestaShop 1.6
If you happen to forget your admin password (you know, the one that you made so complex no one including yourself can remember it?) never fear! PrestaShop has an easy way to reset it so you can access your admin dashboard once again. How to reset your admin password Visit your PrestaShop admin dashboard login Read More >
Emergency systems check on ecbiz122
Issue: ecbiz122 is currently undergoing an emergency file system check. Status: Our System Administrators are currently working to resolve the issues. Who is impacted? Users on the ecbiz122 server. You can view what server you are on in cPanel. This will affect all services on the server (email, website, databases). Estimated time until resolution: As Read More >
Adding an Image or Logo to Your Signature in Horde Mail
With the new upgrade to the Horde mail interface, you can now have images in your signature. For companies, the most common image to add is the company logo. Follow along with the instructions below as we demonstrate how to add your logo (or any other image) to your email signature in Horde. Note that Read More >
Connecting to SFTP for Shared Accounts
We recently added Secure FTP (SFTP) to our Shared plans. SFTP, different than FTP access, doesn’t use the normal cPanel login to access your account. Below is our guide on using FileZilla and connecting to SFTP for shared accounts. Generate access keys via cPanel The first step is creating your public and private keys. If you Read More >
Emergency File System Recovery on biz112
Issue: Emergency Filesystem Recovery on biz112 Status: Our Systems team has successfully completed emergency filesystem recovery on the biz112 server. Who is impacted? No one should be experiencing any issues at this time.. Estimated time until resolution: At this time all services have been restored with no loss or corruption of data.
How to move your Joomla application from a subfolder to the root folder.
It is always a good idea to test your new site in a non-live location so that you can work with it, test, and make changes prior to making it live. Most often this is done in a subfolder, for instance https://example.com/test when example.com is the live site that visitors will see. However, once you Read More >