Try all colors in xterm with script before setting the color

2011/03/18

If you are looking for testing the colors on how they would look like in the xterm before you set the color then here is a small script for you. […] <td> <div class="text …

what is vim in 6Kb..

2011/03/16

If you thought that vim is very bloated and nothing abuot this editor can be small, then you are not alone. I was myself in the same bandwagon. Well, I never thought that there could be anything about …

Thumbnail

cd across parallel directories

2011/03/14

Image via Wikipedia […] Here is a simple and fast way to cd across parallel directory.

All in one solution for all the scripts of vim from vim.org

2011/03/09

For quite sometime now, I was looking for some console based program which would help me get the scripts from vim.org. A simple solution would have been to do a wget for the scripts. But since there …

configuration for afraid-dyndns on Fedora and other similar distro.

2011/03/04

First install afraid-dyndns with the command: […] <td> <div class="text codecolorer"> sudo yum install afraid-dyndns </div> </td> </tr> Now open the …

print every nth line

2011/03/01

Some time back I was working with lot of data and wanted to analyze only the every 10 line sometimes and sometimes every 20th line. I had to keep doing these changes in vim or otherwise so finally I …

/bash debugger

2011/02/27

In this section we’ll develop a very basic debugger for bash.[10] Most debuggers have numerous sophisticated features that help a programmer in dissecting a program, but just about all of them include …

Gnome Tips

2011/02/25

Add/Edit GDM Sessions Each session is a *.desktop file located at /usr/share/xsessions. […] You can change background image, gtk/icon theme by hands (as described at …

install all solaris software from http

2011/02/23

If you are behind a firewall and install some software like top or wget then you can not use sunfreeware, and why because ftp is blocked. Now that is not the case any more, you can go the http mirror …

Using ssmtp to send mail using gmail.

2011/02/19

First install the package ssmtp using the command: […] <td> <div class="text codecolorer"> sudo yum install ssmtp </div> </td> </tr> Open the …

using gnuplot for time plotting

2011/02/17

Couple of days back, I was working with some data and wanted to plot it. I had couple of options Excel, ploticus and then our own gnuplot. My choice here was gnuplot, as this is most commonly …

some bash exercise for you

2011/02/15

Here is some teaser for you, can you figure out how this works:


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