Programming the Motorola Radius was not easy to learn. It took me about a week to figure out how to accomplish this dreadful task. Let’s jump right in and start programming your Motorola Radius series (GM300/GR300/M10/M120/M130) radio!
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>...
[kad_youtube url=”https://www.youtube.com/watch?v=qNZC782SzAQ” maxwidth=”1500″] 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...
[kad_youtube url=”https://www.youtube.com/watch?v=dXYYXAD9Alk” maxwidth=”1500″] 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...
[kad_youtube url=”https://www.youtube.com/watch?v=3vvvv5QVZoA” maxwidth=”1500″] 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 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...