Category Archives: VPS

Bash Tips and Tricks

This article introduces some lesser known Bash Functions and Commands which are also included in the subject area of the LPI certifications. Please use the feedback function at the end of this article to share any other tips not discussed here. cd – change to the previous directory set +o history turn off Bash History […]

Accelerating Apache

Server Limitations The MaxClients setting determines the number of Apache processes, and thereby the number of client connections, that can be made (pre-requisite: the pre-fork MultiProcessing Modules or MPM). If the MPM worker is running, it will restrict the number of threads that will be available for clients. The default Apache setting for MaxClients is […]

Rescue mode for VPS

his guide will enable you to put your VPS in rescue mode in the event of needing to resize a partition, or simply to troubleshoot a problem on it. It also enables you to change your system’s kernel. This mode also enables your VPS partition to be mounted in order to access its data at […]

Reinstall your VPS

This guide will explain how to reinstall your VPS step-by-step (for any model). Reinstallation enables you to change the virtual server operating system, and to benefit from the latest distributions offered by servermeister. Warning, this could delete all data and personal settings on the server. Connecting to the manager Simply go to the following URL […]

Make Linux backups with Duply

Installation On Ubuntu or Debian Duply can be installed using the following command: aptitude install duply Configuration By using the duply <backupname> create command, a new Duply profile is created. Because read access is required for a full backup of all files in a directory, duply should be run with root user privileges. A duply […]