Home

WordPress Plugin Wordtwit Add Twitter Account Not Working (Setup Instructions)

Last Updated on July 12, 2013 EDT by Jordan If you’ve recently upgraded Wordtwit, you’ll notice some changes which are specifically to address the old Twitter API being deprecated. You will need to create a Twitter Application for Wordtwit to be able to add a Twitter account. The developer has provided some instructions on how …
Read More

Receiving Windows 7 File In Use Errors or File Locked By Process Errors

Last Updated on July 12, 2013 EDT by Jordan For some reason I’ve been getting issues with applications trying to update themselves, file lock errors will occur. Today it started happening with Steam, it downloaded an update and tried to run but was unable to remove the Steam.exe file stating that it was in use. …
Read More

Export DHCP Leases to HTML or CSV in Windows Server 2003/2008

Last Updated on November 28, 2014 EST by Jordan If you’re looking to export your DHCP leases on your Windows Server into a readable format, then the following article will help. http://theadminguy.com/2009/10/14/export-dhcp-leases-to-html-using-powershell/ You can also simply run the following command and copy and paste it into excel and it should match the columns correctly. netsh …
Read More

Exporting DHCP Leases to HTML or CSV in Windows Server

Last Updated on May 30, 2019 EDT by Jordan If you’re looking to export your DHCP leases on your Windows Server into a readable format, then the following article will help. http://theadminguy.com/2009/10/14/export-dhcp-leases-to-html-using-powershell/ You can also simply run the following command and copy and paste it into excel and it should match the columns correctly.   …
Read More

How to Access CrashPlan on Command Line Only Linux Server (Headless Client)

CrashPlan has documented this information in their support wiki. http://support.crashplan.com/doku.php/how_to/configure_a_headless_client
Read More

OpenClinica Tomcat Error When Setting JAVA_OPTS on Ubuntu 10.04

Last Updated on November 28, 2014 EST by Jordan I’ve setup OpenClinica a number of time and never really touched the JAVA_OPTS for Tomcat because I’ve never really had any issues. On the OpenClinica Installation Documentation it states that the JVM performs well when using the following JAVA_OPTS https://docs.openclinica.com/3.1/installation/installation-linux#content-title-5460 export JAVA_OPTS=”$JAVA_OPTS   -Xmx1280m -XX:+UseParallelGC -XX:ParallelGCThreads=2 …
Read More

Apache Tomcat Native library Not Found Error on Ubuntu

Last Updated on November 28, 2014 EST by Jordan Sometimes you might get the following error message in your logs for your Tomcat instance under Ubuntu. The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found   To fix this issue, simply run the following command to install …
Read More

Dual or Triple Monitors and Multiple Taskbars for Windows 7

Last Updated on April 4, 2013 EDT by Jordan If you have a dual or a triple monitor setup, and you wish to have a taskbar on the second or second and third monitor. Then you should take a look at Dual Monitor Taskbar. It’s a free opensource program for Windows 7 that puts a …
Read More

Apache Error Log mod_fcgid: can’t apply process slot for /usr/local/cpanel/cgi-sys/php5 (cPanel/CloudLinux)

Last Updated on May 30, 2019 EDT by Jordan I was getting the following error message in apaches error log on a cPanel machine with CloudLinux mod_fcgid: can’t apply process slot for /usr/local/cpanel/cgi-sys/php5 Looking into the issue, it seemed that a couple of sites were reaching the max EP (Entry PRocess). If you read the …
Read More

Nagios Plugin for Monitoring CrashPlan Pro on Linux

Last Updated on April 1, 2013 EDT by Jordan I’ve taken an existing plugin for monitoring CrashPlan on Linux and modified it to work with CrashPlan Pro. You can access it on Github. https://github.com/jordantrizz/nagios-crashplan-linux
Read More