KNOWNHOST KNOWLEDGE BASE

Hosting Question? Find the Solution - Browse our Guides, Articles, and How-To's

PHP OPcode Cache Install Guide

Category: Guides
Tags: # # # # # # #

Overview Each time when PHP script executes on the server it goes through the following stages: tokenizing, parsing, compilation, and interpretation. PHP opcode caching allows skipping the first 3 stages by storing pre-compiled scripts in shared memory and reusing them. This significantly increases the performance of running PHP scripts. 
 It is important to know […]

How to use Dynamic DNS to automatically whitelist your IP?

Category: Guides
Tags: # # #

Dynamic DNS offers a resolution to a common problem that many users have. ISP’s constantly change their IP, and for one reason or another, they get blocked by their server’s firewall. Often, it’s not the user’s fault. Its not that they are logging in 40 times with the wrong password, but rather they’ve simply exceeded the firewall’s […]

How to Compress and Uncompress Files with cPanel

Introduction When transferring files to or from your server, it’s always best to compress them to make the transfer slightly smaller, and most importantly guard against corruption during the transfer process. What is compression? Any Windows, Linux and Apple computer are able to compress files. There are several different kinds of compression, but we’ll focus […]

cPanel deprecated Ruby on Rails in cPanel & WHM version 66 since it is not supported on CentOS 7 servers. Rails is a Ruby application, and they support Ruby applications via cPanel’s Application Manager interface (Home » Software » Application Manager), so this can technically be done. However, I cannot promise that it will run seamlessly forever […]

How to Manage Users on a Dedicated Server?

Managing users on a dedicated server means getting comfortable with a few basic concepts and commands, including the fact that users belong to one or more groups. Add or remove users, assign or unassign their group membership and you’re in business! The steps below assume that you’re either logging in as root, so commands don’t […]

How to Install Java on a Dedicated Server?

Category: Guides
Tags: # # #

Installing Java on a dedicated server isn’t quite the same as a desktop machine where visiting a URL, clicking and confirming, then voila you’re done. Installing Java on a KnownHost dedicated server hosting account isn’t a huge undertaking, but there is a bit more to it. Installing Java Prerequisites Before running through the steps to install, […]

How to use PHPMyAdmin to change themes and plugins for WordPress

Category: WordPress
Tags:

In this guide we’ll be showing how to do the following two things through PHPMyAdmin. This process is rather straightforward but due to the nature of editing databases we do recommend that you create a backup prior to beginning any work! Deactivating WordPress Plugins This process may be a little intimidating for those who are […]

How to Reset a WordPress (Admin) Password

Category: WordPress
Tags: #

Occasionally, it is necessary to reset a WordPress password. Sometimes you still have access with the old password, and simply want to make a new password to keep potential attackers guessing. Other times, you might have forgotten the old password, and need to set a new one in order to access your account on the […]