About
Technically speaking, I love web development (services, web applications, useful widgets) especially in Ruby and Rails. I have recently became excited about fitness and nutrition. Rest assured that this is my opinion place, views and text posted on this blog are only my opinions.
-
@jancel on Twitter
Error: Twitter did not respond. Please wait a few minutes and refresh this page.
History
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- January 2010
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
Sites
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