MTCNA TRAINING June 17-19 BUCKHANNON, WV

3 Day MTCNA in WV! Course Description & Syllabi This two day course will cover MikroTik official certification material plus much more! Real world examples will be shown and demonstrated as part of the class. Each student will obtain a base understanding of...

MTCRE-MTCTCE Training, Baltimore MD April 9-11

3 Day MTCRE and MTCTCE before the MUM! Course Description & SyllabiThis two day course will cover MikroTik official certification material plus much more! Real world examples will be shown and demonstrated as part of the class. Each student will obtain a base...

Allstar Functions

Defining Functions in Allstar   Define these functions in /etc/asterisk/rpt.conf in the functions section.   1=ilink,1 ; disconnect link = *1<node> 2=ilink,2 ; monitor link = *2<node> 3=ilink,3 ; connect link transceive = *3<node> 4=ilink,4...

Remove Old Kernels Ubuntu

Try to do a release upgrade I ran into the issue of /boot not having enough free space.  Here is how to resolve that.   Check which kernel you are actively using. DO NOT REMOVE THIS ONE! uname -r View all kernels installed on your system. dpkg –list | grep...

Run Vhosts Under Separate UIDs/GIDs Apache2

To run vhosts under separate UIDs/GIDs in apache is very easy with mpm-itk.  This will help secure your sites on your shared server. First install apache2-mpm-itk apt-get install apache2-mpm-itk Next add a group and user groupadd web1 useradd -s /bin/false -d...