Posts tagged with bash
Terminal Spelling
Dennis - September 17th, 2008
Published in Miscellaneous
There are a miriad of dictionary tools on the Internet and for desktops. If you want, you can even pull out the dusty dictionary on your shelf. I find myself often wanting to use the dictionary not for a word definition, but to find out if I’m spelling a word correctly. Finding [...]
No Comments
Keeping a process running
Dennis - January 4th, 2008
Published in System Administration
Tags: bash, cherrypy, gentoo, linux, process, ps-watcher, python, startup scripts, sysadmin, turbogears
Have you ever had a process that dies on occasion? For me, I hate that situation and prefer to fix the software as opposed to have a monitor that restarts the process when it dies. I’ve run into a case lately however, that has defied me for a solution to my dying process. [...]