Linux, musical road-dogging, and daily life by Paul W. Frields
 
Author: <span>Paul Frields</span>

Not dead yet.

Why has it been so hard to update my blog lately? Probably because my free time has dropped again recently, what with the band getting back together. I’m back to playing with my friends Steve and Rich, for the first time — not counting two spurious shows in 2010 — …

Not why but why not.

When you’re working on any project that’s Fedora related, and you need to ask questions of a team, the default should be to communicate the question on a public forum. If the conversation isn’t open and transparent, there needs to be a good reason why not. “Default to open” is …

Discoveries, no. 577.

This past week I discovered the following awesome things: Moving from a 10-year-old DOCSIS 2.0 modem to a DOCSIS 3.0 modem, assuming your cable ISP is remotely in tune with the times, will make your bandwidth better. Moving from a 7-year-old (?) Linksys WRT54GL a/b/g wireless router to a new …

Autotitles in screen.

This comes in really handy in ~/.screenrc: shelltitle ‘$ |bash’ Then add this in ~/.bashrc: export PROMPT_COMMAND='[ “$TERM” == “screen” ] && echo -n -e “\033k\033\\\”‘ Restart screen in a fresh bash session and enjoy. UPDATE: I stupidly screwed up the screenrc line because I did it from memory instead …