September 2008
NoiseRiver ยป
You're an addicted user of FriendFeed, and we understand you! isn't it just so Magic!. NoiseRiver is not intended to replace FriendFeed, it's an experimental service still in Beta stage of developement that aims to extend friendFeed with some cool features like ranking on your interests and/or your feelings about other friendfeed's users. Give it a try, login with your nickname and remote Key!
April 2008
How to Change the Default Text Editor on Ubuntu With Nautilus | Webmaster Tips
Just edit your ~/.local/share/applications/defaults.list (create it if you don't have one) and add the following text:
[Default Applications]
text/plain=gvim.desktop
That is, if you plan on using gvim, of course. Replace gvim with the appropriate filename otherwise (e.g., scite.desktop).
March 2008
January 2008
ASPN : Python Cookbook : sed/awk : Python script to rename subdirectories of a directory tree, replace strings in files
(via)I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.
Frequently-Asked Questions about sed, the stream editor
(via)ssed and Perl solution
The best solution for multiple files in a single directory is to use ssed
1
(5 marks)