Fedora
coproc help - a new feature in bash
2010/05/10
In the <a class="zem_slink freebase/en/bash" title="Bash" rel="homepage" href="http://tiswww.case.edu/php/chet/bash/bashtop.html">bash version 4.0, there …
Download with browse with bash and wget
2010/05/09
Been pretty busy for last couple of days. Will be busy for another few days, but here’s something to munch in the meantime (Script may need changes depending on the type of file you want to …
Transfer all the google feed URLs to rss2email.
2010/05/09
Next step in restoring my settings was to get the working rules and all the blogs into rss2email. I have subscribed to more than 150 blogs. So, adding all of them manually was difficult. For a time …
bash script to periodically change the cursor theme.
2010/05/07
#!/bin/bash [[ ”$1” == ”” ]] && time=5 || time=$1 [[ ”$2” == ”” ]] && ( cd ~/.icons …
top - looks better and is more useful with a rc file…
2010/05/07
top is a very useful command to find out who is eating up the <a class="zem_slink freebase/en/central_processing_unit" title="Central processing unit" rel="wikipedia" …
Solved – Errors with afraid-dyndns in Goddard (Fedora 13)
2010/05/06
Since I updated to the <a class="zem_slink freebase/en/fedora" title="Fedora" rel="homepage" href="http://fedoraproject.org/">Fedora 13, I was getting …
xterm – select font name and size from command line and set it as default
2010/05/05
I have been very busy last week and specially yesterday with 20 hours of continueous work, but managed to get this working :). When you right click on Xterm with Ctrl pressed, there pops up a menu for …
Find out why a program can’t seem to access to a file
2010/05/05
$ strace php tias.php -e open,access 2>&1 | <a class="zem_slink freebase/en/grep" href="http://en.wikipedia.org/wiki/Grep" title="Grep" …
Download youtube video directly from the command line with youtube-dl
2010/05/03
If you keep searching for applications to <a class="zem_slink freebase/en/uploading_and_downloading" title="Uploading and downloading" rel="wikipedia" …
Local DNS Server for faster DNS response time
2010/04/30
Here’s a quick tip for faster DNS response time. I installed a local DNS server which can contact the remote DNS server and enabled caching for the local DNS server. This ensures that the …
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 …
25 Awesome GIMP Brush Sets (Download 1000+ FREE Brushes)
2010/04/29
Tech Source From Bohol: ”To help you further enhance the functionality of GIMP, I have here a huge collection of awesome, high-quality brushes that can be utilized for whatever projects you …