Month: March 2012
Finding old test packages in Koji.
After I answered a question on the devel list today about getting one’s hands on an old testing package for Fedora that had been obsoleted or removed, Josh Boyer one-upped me by providing some easy instructions. I figured I would tip my fedora to him by building a blog post …
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 …
Snake for great justice.
I took some time last night to make a couple additional fixes and changes to the irssi-libnotify project I posted about a few days ago. Among other things, I changed the upstream VCS from Subversion to git, which ended up being pretty simple. I’m much happier keeping the code at …