<< More Crimm: Carruth.me | Two Divas and a Dude | GeekSmash.me | Ideal Tech LLC | Debugge >>

[Linux] Bash script to monitor file creation/modification – Perfect for checking backups

shell

I have script that monitors MS SQL backups on a Windows server and thought I would share it with everyone. Here it is in it’s entirety, and I’ll explain some of the details below. (more…)

RegExr: A site to help you build RegEx/Pattern Matching statements!

I was just passed this and it’s SWEET! I have to share. (more…)

Scheduled Tasks involving BAT files and Windows Server 2003/Win XP

Recently, I had issues running a scheduled task as a generic user. The contents of the BAT file aren’t important, but the error is.

“XXXXX.job” (XXXXX.bat) **ERROR**
0×80070005: Access is denied.
Try using the Task page Browse button to locate application.
(more…)

Simple Access Logging Script [PHP]

I needed to make a script that logged the hour, minute, day and year of a user connecting to a website. I was able to accomplish this using PHP and wanted to share it with you. (more…)

Change the default admin USERNAME in Wordpress

wordpress
(more…)