In this article, I will show you how to preinstall WP-CLI for jailed users in ISPConfig 3 on Debian Jessie. It is assumed that you already have a working ISPConfig 3 environment setup and running....
Delete Mail Queue If you are trying to delete your mail queue in Postfix for ISPConfig 3, try the flush command first before deleting all the mail in the queue. The flush command option will attempt to deliver every message in the deferred mail queue. To list all mail...
Stop the container. vzctl stop 101 Mount the containers ploop image. ploop mount /vz/private/101/root.hdd/DiskDescriptor.xml Find the partition for the ploop container. fdisk -l /dev/ploop12345 Run the file system check and correct an errors. fsck /dev/ploop12345p1...
Add the following to the websites root .htaccess file. Redirect to non-www version: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ http://yourwebsite.com/$1 [L,R=301,NC] </IfModule> Redirect to www version: <IfModule mod_rewrite.c>...
Cloning a container in OpenVZ is a great way to backup your server before making any changes. If something goes wrong, you can easily turn on the cloned container and have your server back to where you started. In this example, the old container will be CT111, and the...
To create a new user in Debian / Ubuntu you will need to be logged in as the root user. There are two options I will explain that you can choose from when creating a new user. Creating A New User With The Command adduser This is the command that is used when you want...