Support Guides
In-depth articles combining step-by-step instructions with broader context.
Choosing the wrong type of hosting is one of the most common reasons websites underperform or become difficult to manage. VPS hosting offers a different level of control and resource allocation compared to shared hosting, but it also comes with different…
Knowing how long your Linux server has been running helps you confirm that a reboot completed successfully, track availability and spot unexpected restarts. Several commands expose this information directly from the terminal, each presenting it in a slightly…
Manually replying to routine enquiries takes time away from higher-value work. By connecting an IMAP inbox to an AI pipeline in n8n, you can automatically read incoming emails, classify them, generate a professional reply and send it, all without human…
Linux uses spare RAM to cache recently accessed files, directory paths and file metadata. This speeds up normal operation, but when you are troubleshooting performance, running memory benchmarks or diagnosing an application that is not releasing memory, you…
Knowing your exact Windows version, edition and build number is useful when troubleshooting problems, checking software compatibility or confirming that system updates have applied correctly. Command Prompt gives you several ways to retrieve this information…
Servers can accumulate memory leaks, stale processes and temporary file build-up over time. Scheduling a periodic reboot clears these issues automatically, without requiring manual intervention at unsociable hours. You will edit the root crontab to add a…
Claude Code is Anthropic’s AI coding assistant a CLI tool that runs in your terminal, reads your actual files and executes commands on your behalf. Rather than searching for answers and manually piecing together fixes, you describe a problem in plain…
When WordPress images stop displaying, visitors see blank spaces or broken image icons where your content should be. The cause is rarely obvious at first glance because several unrelated issues produce the same symptom. This guide walks through the most…
SSH agent is a background process that holds your decrypted private keys in memory for the duration of a session. Loaded into an SSH agent, connect to remote servers or push to Git repositories without entering your passphrase each time. This guide covers…
Ghost is a Node.js-based publishing platform that runs on shared hosting through cPanel’s Node.js App selector. This guide walks you through creating a Node.js application environment, installing Ghost via the command line and configuring it to serve…