Knowledge Base
Browse guides and tutorials about hosting, servers, and AlexHost services.
Google Public DNS is a free, globally distributed Domain Name System resolver operated by Google, reachable at 8.8.8.8 (primary) and 8.8.4.4 (secondary). Replacing your ISP's default DNS servers with these addresses can reduce DNS lookup latency, harden your resolver against…
Linux package management is the mechanism by which software is installed, updated, configured, and removed on a Linux system. apt (Advanced Package Tool) handles `.deb` packages on Debian-based distributions such as Ubuntu and Linux Mint, while yum (Yellowdog Updater Modified)…
Python's multiprocessing module enables true parallel execution by spawning independent OS-level processes, each with its own memory space and Python interpreter — completely bypassing the Global Interpreter Lock (GIL). Unlike threads, which share a single interpreter state and are serialized…
Apache's `htpasswd` authentication provides HTTP Basic Authentication — a server-side access control mechanism that challenges any browser request with a username/password prompt before serving content. It requires zero application-layer code, operates entirely within Apache's module system, and is enforced at…
Faker is a PHP library that generates statistically realistic fake data — names, addresses, emails, phone numbers, UUIDs, and more — for use in automated testing, database seeding, and development environment population. In Laravel, Faker ships as a first-class citizen…
WHM (Web Host Manager) is a server-level administrative control panel developed by cPanel, LLC, that runs on Linux-based web servers. It provides root-level and reseller-level access to manage multiple cPanel accounts, configure server-wide settings, control security policies, and administer core…
A FileZilla connection timeout error occurs when the FTP client fails to establish or maintain a connection to the remote server within the configured time threshold. The root cause is almost always one of four categories: misconfigured client settings, network-layer…
The `public_html` directory is the document root of your website — the server-side folder from which your web server (Apache, Nginx, LiteSpeed) reads and serves all publicly accessible files when a visitor loads your domain. The `www` directory, in most…
A WHOIS lookup is a query-and-response protocol used to retrieve registration data associated with a domain name, IP address, or Autonomous System Number (ASN) from a publicly accessible database. The result includes registrant identity, administrative contacts, registration and expiration dates,…
MVC (Model-View-Controller) is a software architectural pattern that separates an application into three distinct, interconnected components — the Model (data and business logic), the View (presentation layer), and the Controller (request handler and orchestrator). This separation allows development teams to…
on All Hosting Services
