WP-CLI for Jailed users in ISPConfig 3 on Debian Jessie
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 … Read More
More articles from my blog for you to enjoy.
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 … Read More
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 … Read More
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> RewriteEngine On RewriteRule ^(.*)$ … Read More
Myths About Electrical Grounding Mike Holt explains about myths related to electrical grounding. A lot of people (including myself at one point) believe some, or all of these electrical grounding myths. All … Read More
Grounding Rods & Safety If you are doing ANY grounding on your station, watch this video.
Exterior Bonding/Grounding for HAM Radio Here is some helpful information for everyone who wants to know about communications grounding. I personally use #6 bare copper (where allowed) for all bonding/grounding electrode conductor … Read More
Understanding Bonding & Grounding Mike Holt puts out another great video that is a must watch.
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 … Read More
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 … Read More
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 … Read More