New Universal Analytics Upgrade & userId
September 19th 2014Universal Analytics is out, and it's time to upgrade!
Linux Banning IPs
August 13th 2014Cpanel has a Deny Manager for banning IP's on each individual account/site. Which is great if you have a handful of domains hosted on the box. But, maybe you have one domain with 100+ subdomains setup as their own account within cpanel or a ton of domains in general. So you need a way to ban an IP quickly across the whole servers server (and it's not in Cpanel).
Linux Startup Scripts
August 12th 2014To a lesser degree, this is somwhat like Windows Scheduled Tasks, but in Linux, you create sartup scripts or automatic service/application lauching in rc.local.
System CPU Process & Thread ntoskrnl.exe RtlSidHashLookup
June 10th 2014Just trying out Windows 8.1 and it seems like the system process was constantly at 10-20%. Not nice (literally, it was bogging the machine down too).
Finding a MongoDB GUI Admin
June 9th 2014Compiling research for MongoDB GUI admin options. Again, I'd like to find something like phpmyadmin but for mongo.
Disable Process EvernoteClipper.exe Task At Startup
June 6th 2014If you use or need the firefox/ie/outlook integration with Evernote you can get rid of the extra EvernoteClipper process that runs when you boot your machine.
Finding a Redis GUI Admin
June 5th 2014Compiling research on Redis GUI admin options in order to determine the most functional and most supported open source option.
MongoDB GUI Admin With Rockmongo on Nginx
June 4th 2014A few projects and tools require mongodb. If you don't have the command prompt handy at all times or don't want to memorize all of that stuff you can use one of the best GUI tools for MongoDB: RockMongo.
TMP Clearing & Finding Large Files To Cleanup
April 28th 2014It's important to do spring cleaning every once in a while and ensure automated processes.
Scripts Running in PHP FPM Process Status
April 28th 2014Show the scripts that are running at any given time on php-fpm with nginx in centos 6. This is helpful if you need to troubleshoot a script that is being bombarded by bots, has bugs, or is causing excessively high load.