Linux

Ubuntu Tips – Boot Faster

2009/12/24

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category Ubuntu Tips – Boot Faster LinuxLinks: &#8221;With just a few modifications and some experimentation, …

Finding all numbers that are bigger than 1 in vim

2009/12/24

/^([2-9]d*|1d+) If we have a csv like structure The trick here is simple, lets look at the regex from the begining: ^ – start from the begining () – start and end of block [] – digits within this. So …

Initialization or clearing of log files

2009/12/22

Like all Unix file systems, open log files can cause a real problem when they get too large and need to be deleted. The problem is, if you delete an open file, the link is removed, but all of the …

7 Examples for Sed Hold and Pattern Buffer Operations

2009/12/22

<a href="http://www.flickr.com/photos/35237104750@N01/259102613"><img id="kwiclick-temp-0" title="txt e-book" …

Change information for the user on Linux machine.

2009/12/19

Today I have couple of hours to spare and thus thought might as well spend it on my blog. The finger command in *nix systems is used to display the information on the users. This information is taken …

Yahoo adds Glue to make search more useful

2009/12/19

The article is so good in itself that I need not say anything more than giving the <a href="http://www.guardian.co.uk/technology/blog/2008/nov/20/yahoo-glue" …

Compiz/Beryl issue on Fedora.

2009/12/15

Since quite some time I was getting the below error when I am trying to run compiz. I was busy and also was not working in Gnome so did not look at this until today. […] compiz (core) – Fatal: …

Tip: Using find Command in Linux

2009/12/10

Ok this I was planning for quite sometime.. but found this <a href="http://www.pinoytux.com/linux/tip-using-find-command-in-linux" target="_blank">here. Worth reading for …

One click install for Linux systems.

2009/12/08

There has been this concept for quite sometime that there should be one click install for the applications in Linux. This applies to the themes and widgets of wordpress too 🙂 and quite some …

Pipeing linux commands and their output

2009/12/08

As a system administrator, I always worry about certain things, like who's doing what, what processes are running, what the network traffic looks like, etc. One day I decided to create a simple alias …

Change phpMyadmin theme.

2009/12/08

Changing the phpMyAdmin theme is as easy as downloading a theme from <a href="http://www.phpmyadmin.net/home_page/themes.php" target="_blank">here. Then look at your …

View the newest xkcd comic.

2009/12/07

This function displays the latest comic from xkcd.com. One of the best things about xkcd is the title text when you hover over the comic, so this function also displays that after you close the comic. …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it