Posts maching category 'Scripting'
What does it look like when you try to mysqlhotcopy, but don't have a high enough open files ulimit?
/1698/mysqlhotcopy-error-24 - Scripting - 0 Comments - 2011-10-21
I've had an ever-growing need to automate the minification and compression of CSS and JavaScript files on my web server, and while I'd written some rudimentary Makefiles in the past, I finally found time to write a kick-ass general purpose Makefile that can be applied to any project with very little modification.
/1380/makefile-for-css-and-js-minifycompress - Scripting, Web - 3 Comments - 2010-11-02
It would be difficult to not like bash's programmable completion. It's too bad I've had such a hard time wrapping my head around the programmable completion toolkit.
/867/bash-completion - Scripting - 3 Comments - 2009-06-04
Google has added some search options to pages, including date-based searches, a variety of ways to find related information, and more options for displaying images with your results. Good stuff.
/827/google-search-options - Scripting, Web - 0 Comments - 2009-05-13
Ever want to test command line arguments in bash, mixing arguments and execution options? I have. Here's one way to do it.
/173/bash-tips-testing-arguments - Scripting - 15 Comments - 2003-08-11
I did some scripting for work yesterday, and came up with this little snippet to ensure important scripts will run as root.
/163/root - Computers, Scripting - 2 Comments - 2003-06-28