FastestfoxLite - Disable prefetching and make firefox really fast.
2010/06/14
If you are stuck with firefox performance, then you should try this addon: https://addons.mozilla.org/en-US/firefox/addon/9148/<h6 class="zemanta-related-title">Related articles by …
First Fedora 13 Features Listed: NFSv4, DisplayPort
2010/06/11
Fedora 12 will not see the light of day for a few more weeks still, but the first features for Fedora 13 are now known. On the Fedora Project Wiki is now the Fedora 13 feature list. Added so far to …
Let the cow speak what you want it to – ascii art with cowsay
2010/06/11
A picture is worth a thousand words. So here’s the thousand word posting. <a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/cowsay.jpg"><img …
for loop in bash script on solaris without seq
2010/06/11
Today I was working on a solaris box and wanted to do a watch. watch command is not available on Solaris 8 by default and I did not want to install it just for this small one time job. So I wrote …
Configuration of my home desktop - updated
2010/06/11
Here is the list of components of my Desktop : <a class="zem_slink freebase/en/nvidia" title="Nvidia" rel="geolocation" …
email with templates (with variables) from the command line with sendmail or any other MTA.
2010/06/09
I was trying to get templates to work on evolution and found that although templates are there in evolution mail client, its not that efficient to use. What I thus wanted was to have something that …
Default files and settings for new users on most Linux distribution – Linux Ubuntu
2010/06/09
For most common distributions of Linux the default settings for the newly created user with GUI or useradd command is taken from the directory /etc/skel All the files (including the hidden files) are …
http://dmartin.org/content/things-i-can-do-linux-i-cant-do-windows
2010/06/09
<a href="http://dmartin.org/content/things-i-can-do-linux-i-cant-do-windows" target="_blank">Here’s a nice article on Windows vs Linux. I have been reading on these …
Biggest free shell account list
2010/06/09
Biggest shell account list is <a href="http://www.red-pill.eu/freeunix.shtml" target="_blank">here.
using mypaint on Linux
2010/06/09
Here is description of mypaint. […] Mypaint is a fast and easy/simple painter app focused on the painter, so you can only focus on the art and not the program itself. Currently MyPaint does not …
Scripts to create logins from bash command – for creating multiple accounts
2010/06/09
Heres the script: […] cat «EOF > login.sh for i in `cat logins` ; do login=`echo ”$i”|awk -F”:” '{print $2}’`; …
Browser or User agent identification with php.
2010/06/09
<a href="http://apptools.com/phptools/browser/source.php">Link This is a link to very nice code to identify the browser used by the user. I have put a test program with this <a …