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
fsck – OpenVZ Ploop Container Debian
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
Redirect www to non-www, or Vice-Versa on Apache Server
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
Electrical Grounding Myths
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
Multiple Grounding Rods – Safety
Grounding Rods & Safety If you are doing ANY grounding on your station, watch this video.
HAM Radio – Bonding/Grounding Electrode Conductor
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 Electrical Bonding & Grounding
Understanding Bonding & Grounding Mike Holt puts out another great video that is a must watch.
Cloning A Container In OpenVZ
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
Create A New User In Debian / Ubuntu
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
Delete Mail Queue in Postfix for ISPConfig 3
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