Gnome Icons, themes and window decorator.

2010-07-14 1 min read Fedora Linux

Yesterday, I had tried fusion theme, but that did not work our that good for me. Reasons multifold:

  1. I like the features of GNome
  2. I am used to GNome
  3. Other window managers did not look that lucarative to me.
  4. Compiz was chocking my CPU..
    and so on..

So I went back to my GNome but wanted to change the looks so searched enough today to get the right set of Icons and themes. I think I finally got some decent ones and here are the links for the icons that I liked:
<a href="http://www.junauza.com/2008/08/10-really-cool-icon-sets-for.html" target="_blank">http://www.junauza.com/2008/08/10-really-cool-icon-sets-for.html
and this one <a href="http://www.ubuntu-unleashed.com/2008/05/ultimate-gnome-icon-theme.html" target="_blank">here.

Continue reading

Configurable Linux Distro You Might Want To Try – Fedora

2010-07-14 2 min read Fedora Linux

Rounding out the fall releases from the big cheeses in Linux comes <a class="zem_slink freebase/en/fedora" title="Fedora" rel="homepage" href="http://fedoraproject.org/">Fedora 12. <a href="http://fedoraproject.org/">Fedora is a popular <a class="zem_slink freebase/en/linux_distribution" title="Linux distribution" rel="wikipedia" href="http://en.wikipedia.org/wiki/Linux_distribution">Linux distribution funded by <a href="http://www.redhat.com/">Red Hat, the most profitable Linux <a class="zem_slink freebase/guid/9202a8c04000641f8000000006ae3af5" title="Company" rel="wikipedia" href="http://en.wikipedia.org/wiki/Company">corporation active today. Fedora usually sits within the top three or four most popular distributions at <a href="http://distrowatch.com">distrowatch.com.

Much of the company and community work that goes into Fedora will find its way into <a href="http://www.redhat.com/rhel/">Red Hat Enterprise Linux, the commercial Linux version used by governments and <a class="zem_slink freebase/guid/9202a8c04000641f800000000004e02d" title="Business" rel="wikipedia" href="http://en.wikipedia.org/wiki/Business">businesses around the world. You might compare the relationship between Red Hat and Fedora to <a href="http://www.novell.com/linux/">Novell and <a href="http://www.opensuse.org/en/">openSUSE.

Continue reading

Are you swapped? Increase the performance of Linux machine.

2010-07-14 2 min read Fedora Linux

With the ever increasing cost of the Hardware, the amount of physical RAM available on the system is increasing day by day. For example, couple of years back, I had a system which was very high end Desktop with 256MB RAM and today I have a 2GB RAM Desktop. So, whats the point.

The Linux systems (right word should be kernel) are desiged to use both RAM and swap partition. Swap partition is a partition on Hard disk and is used mostly like RAM. Problem is that HDD access is always slower than RAM access and hence inherently, the system will work little slower even if you have enough RAM not to use swap. The term &#8221;swappiness&#8221; is used to determine how the kernel should try to seam-balance between the use of RAM and swap. By default, most of the distro&#8217;s have a swappiness of 60. A higher value of swappiness means that the RAM will be swapped out faster.

Continue reading

gnomecc color scheme - my favourite.

2010-07-11 1 min read Fedora

my favourite <a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/06/gtkrc-2.0-gnome-color-chooser">gtkrc-2 file.

Snapshot of how it looks.

<a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/06/desktop.jpg"><img class="size-medium wp-image-796" title="desktop" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2009/06/desktop-300x187.jpg" alt="desktop" width="300" height="187" /><div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/zemified_e1.png" alt="Enhanced by Zemanta" /><span class="zem-script more-related pretty-attribution">

CLI Color and bash prompt.. some colored fun with prompts in bash

2010-06-29 5 min read Bash Fedora Linux

There are two ways to do it, one is with tput command. We will see that some other time, today we will consider the escape sequence way.

First we need to understand the colors as understood by bash. Some time back a fried of mine gave me this little script to find the colors. You can download it <a href="http://blog.amit-agarwal.co.in/2009/03/bash_colors" target="_blank">Script bash colors. Here is the script

#!/bin/bash

T=&#8217;amit agarwal&#8217;   # The test text

Continue reading

Recovering Deleted Files With lsof

2010-06-29 1 min read Fedora Linux

Quick update, found this nice article on how to recover deleted file, if its still open by some process.
<a href="http://www.serverwatch.com/tutorials/article.php/3822816">Recovering Deleted Files With lsof

wordpress blog stats monitoring from remote using curl and bash and send it in mail.

2010-06-25 3 min read Bash Fedora Linux

Here&#8217;s something that I had been planning to do for sometime now. I have my blog on wordpress and have Statpress plugin installed. The plugin does give me a good idea of the visits to my site. Now, I have to keep logging in every now and then to check the stats. Also since I did not want to spend some more amount 🙂 so I do not have the shell access to the server, too bad 🙁

Continue reading
Older posts Newer posts