Linux

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 …

Linux Installation Guide

2009/11/25

Paradise for Linux Installation Guides on laptops is <a href="http://tuxmobil.org/mylaptops.html" target="_blank">here. Can you imagine that this tuxmobile page hosts around …

Some good and nice open source books worth downloading.

2009/11/22

There is a nice article <a href="http://www.tectonic.co.za/?p=4491" target="_blank">here b<span class="byline">by Alastair Otter. He has given links to …

5 Sites To Find Free Alternatives To Popular Software

2009/11/21

And sometimes there are software you find irksome and think things could have been better. In any case, I always like to try out a few alternative software choices before I settle with any particular …

Add current date and time in vim

2009/11/20

Last few days I was quite busy. So this time very quick tip 🙂 Add the following to the ~/.vimrc file imap dt :r! dateA And now whenever you type dt in the insert mode in vi, date will be inserted.

Multiple search in vim

2009/11/19

I was looking at a log file and needed to highlight multiple search items to make the logs more readable. I got into multiple threads suggesting various cryptic vim commands but I was in no mood to …

Linux xdg-open — replacement for start in windows

2009/11/05

if you want to open any document with the default document handler from the bash prompt or command prompt in linux then the simplest way to do that is use &#8221;xdg-open&#8221;. This can also …

Photo Resizing

2009/11/04

for i in * do mogrify $i -resize 640×480 i done

Citibank Doesn\’t Want Your Business, Linux Users

2009/11/03

This is an article from the Citibank customers in US. The Consumerist: &#8221;Citibank won&#8217;t let customers using Linux computers log in to their online accounts. Adam argues that in 2009 …

Using autologin for ftp sessions.

2009/10/30

A simple example of the .netrc file. Keep this file in your homedir and then chmod to 600. […] machine skyware login raj password ******** macdef init ls -lRt […] macdef hello bye


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