Home

Installing Debian on BeagleBone Black MicroSD Card

Last Updated on May 30, 2019 EDT by Jordan First step is to grab the BeagleBone Debian image that you can drop on your SD card. http://beagleboard.org/latest-images Now you will need to flash this image to your MicroSD card, I’m using Mac OSX so here’s a fly by.   sudo su – diskutil list diskutil …
Read More

Tips and Tricks for Building Ubuntu Packages and Compiling

Last Updated on May 27, 2015 EDT by Jordan If you’re about to build packages apt-get install build-essential If you can’t find debbuild apt-get install devscripts You receive the following error dh: unable to load addon quilt: Can’t locate Debian/Debhelper/Sequence/quilt.pm in @INC (you may need to install the Debian::Debhelper::Sequence::quilt module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 …
Read More

Creating ISO Partition on Local Disk for XenServer/XenCenter 6.5

Last Updated on February 28, 2016 EST by Jordan I just started playing with XenServer/XenCenter 6.5 and found a couple of templates required ISO images. Specifically Ubuntu 14.04 LTS Trusty Tahr due to a bug, you can google it. Other Images like Ubuntu 12.04 Precise Pangolin didn’t require an ISO and just needed a URL to …
Read More

CrashPlan Error “Cound not Initialize class com.code42.jna.inotify.InotifyManager”

Last Updated on February 8, 2015 EST by Jordan I had a host that wasn’t backing up at all and found the following error message within the CrashPlan engine_error.log located in /usr/local/crashplan/log Exception in thread “W87903837_ScanWrkr” java.lang.NoClassDefFoundError: Could not initialize class com.code42.jna.inotify.InotifyManager at com.code42.jna.inotify.JNAInotifyFileWatcherDriver.<init>(JNAInotifyFileWatcherDriver.java:21) at com.code42.backup.path.BackupSetsManager.initFileWatcherDriver(BackupSetsManager.java:393) at com.code42.backup.path.BackupSetsManager.startScheduledFileQueue(BackupSetsManager.java:331) at com.code42.backup.path.BackupSetsManager.access$1600(BackupSetsManager.java:66) at com.code42.backup.path.BackupSetsManager$ScanWorker.delay(BackupSetsManager.java:1073) at com.code42.utils.AWorker.run(AWorker.java:158) at …
Read More

CloudFlare Cache Purge Plugin Logs to Posts

Last Updated on February 7, 2015 EST by Jordan You might have seen the following Posts in your WordPress blog after installing the CloudFlare Cache Plugin. SUCCESS : automatic purge url cache for wordpress plugin This is actually something the plugin is suppose to do, but there is no option to turn it off. And …
Read More

Active Directory Authentication with NConf

Last Updated on January 5, 2015 EST by Jordan So I had to help someone else with getting NConf working with Active Directory LDAP on a Windows Domain, If you don’t understand the difference between DistinguishedName and sAMAccountName, then you will have some issues. Currently NConf will only use a DN for successful authentication and authorization (2 …
Read More

Remove iThemes Security Lockouts Script

Last Updated on December 9, 2014 EST by Jordan I decided to create a command line PHP script that would list the current iThemes Security Logs and also allow you to remove them based on IP Address. Here is the script which I’ve called “ithemes-clearip.php” and it’s Github link, its dirty and really was made …
Read More

Nagios NRPE Disk Check Error on Plesk

Last Updated on June 24, 2014 EDT by Jordan If you’re monitoring a server with Nagios NRPE that is running Plesk, you might have run into the following issue. The disck_check command may return the following lovely error message. DISK CRITICAL – /var/named/chroot/etc/named is not accessible: Permission denied The fix is rather simple, you just …
Read More

Setting up MikroTik/RouterOS with Conditional DNS Forwarding (UnoTelly/UnblockUS)

Last Updated on November 28, 2014 EST by Jordan I have a MikroTik RouterOS device that has some custom DNS settings and therefore I cannot change the DNS servers it provides to clients, which is a requirement to use UnoTelly or Unblockus. Instead I found the following article very helpful, it allows you to configure …
Read More

How to Disable the Displet Pop WordPress Plugin on Specific Pages

Last Updated on November 28, 2014 EST by Jordan You won’t find much within the support forums in-regards to how to stop the Displet Pop plugin from loading on specific pages. However, I was able to find some pre-created code that does accomplish the task and just modified it for the Displet Pop plugin. function …
Read More