by CBrown | Apr 8, 2019 | MikroTik, Training
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...
by CBrown | Feb 28, 2018 | MikroTik, Training
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...
by CBrown | Nov 2, 2017 | MikroTik, Networking, Training
2 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...
by CBrown | May 3, 2016 | Ham Radio, Servers
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...
by CBrown | Nov 19, 2015 | Servers, Uncategorized, Work
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...
by CBrown | Nov 19, 2015 | Servers, Web Sites, Work
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...