Posts maching category 'Linux'
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 - 0 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
After one too many compilation errors due to a missing quote/brace/bracket/etc., I finally enabled Vim syntax highlighting. The rabbit hole:
:syn on. These colors suck. Look for themes.
4 bit themes suck. Let’s set up an 8 bit color terminal.
Leopard’s Terminal.app fails, install iTerm 0.9.6.
iTerm works, but I use GNU screen all day. Recompile screen with --enable-colors256.
screen [...]
/776/a-vim-of-a-different-color - Linux, macosx - 0 Comments - 2009-03-26
Running a mail server is almost worth all the trouble.
/402/smtp - Linux - 0 Comments - 2007-04-13
All the fun without all the work.
/401/slackbuilds - Linux - 0 Comments - 2007-04-12
Not that kind of tape. Well, actually, it is that kind of tape...
/305/tape - Linux - 1 Comments - 2005-04-19
Short version: even Evolution can't make Exchage not suck.
/225/evolution - Linux - 0 Comments - 2004-06-23
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