Category Archives: Automation

Twice a Week Crontab

All I saw when I looked this was reference to docs. I just need a script that runs in the off hour of a day twice a week. To do this, I simply made my crontab go at 3 am, … Continue reading

Posted in Automation, Scripting | Leave a comment

Delete All Files Within Last Hour Bash Linux

This is a useful little command when trying to only delete the files that are more than an hour old. I use this tactic for true temporary directories where I don’t want to corrupt files that are currently writing or … Continue reading

Posted in Automation, Scripting | Leave a comment

Run Command Prompt as SYSTEM User Remote Desktop

I tried several things to execute and run the command prompt as a user to debug some Jenkins issues I have been having, primarily around using SSH, which I have installed. Jenkins runs as a SYSTEM user, so to debug … Continue reading

Posted in Automation, Windows | Leave a comment

Perfect Mac/Ruby Developer Setup

I reformat my Macbook Pro with a clean install often because I’m always looking for the perfect development setup. I use several different Ruby environments simultaneously and this can be troublesome with some of my past setups, but this time … Continue reading

Posted in Automation, Programming, Rails, Ruby | 2 Comments