Operating Systems
Delete all files in a folder that don’t match a certain file extension
2010/04/30
$ rm !(.foo|.bar|*.baz) Deletes all files in a folder that are NOT *.foo, *.bar or *.baz files. Edit the pattern inside the brackets as you like. […] <a …
Upgrade to Fedora 13 from your existing version using yum.
2010/04/21
Well. this time it seems to be very simple : […] yum –releasever=13 upgrade […] update 22/April/2010: The key file will not be there so there are two options for you in this case: …
Advanced Sed Substitution Examples
2010/04/11
This article is part of the on-going Unix Sed Tips and Tricks series. In our previous sed articles we learned — sed printing, sed deletion, sed substitute , sed file write, and sed multiple commands. …
gnome-blog — Deskbar applet for blogging
2010/03/25
Chanced upon utility called gnome blog. A nifty nice deskbar applet that can be used to post your blogs quickly.<h6 class="zemanta-related-title">Related articles by Zemanta <ul …
How to Install KDE in Windows]
2010/03/12
For over a decade, <a class="zem_slink freebase/guid/9202a8c04000641f8000000000021de6" title="KDE" rel="homepage" href="http://www.kde.org/">KDE has …
Short Information about loaded kernel modules
2010/01/24
There are couple of ways you can find the information on the <a class="zem_slink" title="Loadable kernel module" rel="wikipedia" …