Knowledge Base
Browse guides and tutorials about hosting, servers, and AlexHost services.
GNU Screen is a terminal multiplexer that lets you create, manage, and persist multiple shell sessions from a single terminal window. When you detach from a Screen session, every process running inside it continues executing — surviving SSH disconnections, network…
LILO (Linux Loader) is a legacy bootloader for Linux and Unix-like operating systems that loads the kernel directly from a disk address stored at install time, without requiring filesystem driver support during the boot sequence. It operates at the pre-OS…
The error `ping: command not found` appears in Ubuntu when the iputils-ping package is absent from the system. This is common on minimal installations, cloud VPS images, and Docker containers where non-essential utilities are stripped out to reduce image size.…
Vi and Vim (Vi Improved) are modal, keyboard-driven text editors that operate entirely within the terminal, making them indispensable for server administration, remote configuration editing, and scripting workflows on Ubuntu and other Linux distributions. Vim extends Vi with syntax highlighting,…
NET::ERR_CERT_AUTHORITY_INVALID is a browser-level TLS handshake failure that occurs when the certificate presented by a web server cannot be traced back to a root Certificate Authority (CA) trusted by the browser's built-in trust store. The browser terminates the connection before…
Docker is an open-source containerization platform that packages applications and their dependencies into isolated, portable units called containers. Unlike virtual machines, containers share the host OS kernel, making them significantly lighter, faster to start, and more resource-efficient — a critical…
Samba is an open-source implementation of the SMB/CIFS (Server Message Block / Common Internet File System) protocol that enables Linux and Unix-based servers to share files, printers, and other resources with Windows clients — and with other Linux machines. It…
The "Server IP address could not be found" error means your browser submitted a DNS query for a domain name and received no valid IP address in response — so no TCP connection was ever attempted. The root cause is…
Ubuntu's APT package management system is one of the most reliable in the Linux ecosystem, but it is not immune to failure. When `apt-get upgrade`, `apt-get dist-upgrade`, or `do-release-upgrade` throws an error, the root cause almost always falls into one…
smartctl is the primary command-line interface of the smartmontools package, designed to query, test, and interpret S.M.A.R.T. (Self-Monitoring, Analysis, and Reporting Technology) data embedded in the firmware of HDDs, SSDs, and NVMe drives. It communicates directly with drive firmware over…
on All Hosting Services
