Support Guides

Extended

In-depth articles combining step-by-step instructions with broader context.

What is VPS hosting and do you need it?

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…

How to check system uptime in Linux

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…

Build an automated mail responder with n8n

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…

How to clear cache and free memory in Linux

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…

How to check your Windows version in Command Prompt

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…

How to schedule automatic server reboots with cron

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…

Managing your VPS with Claude Code

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…

How to fix WordPress Images not displaying

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…

How to set up SSH agent

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…

How to install Ghost on cPanel using Node.js

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…