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

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 …

Enrichment day 4.

This week was the last enrichment class for my group of fifth graders.  As I reported in the last installment, the syllabus ended up changing a bit to adapt for the unexpected difficulty of some of the concepts.  Variables in particular were difficult, but eventually the students started to understand …