Linux

Bash histoy – common history in different terminals

2010/03/04

I have been looking to do this for sometime. The bash history is per session basis and the last session to quit overwrites the bash_history file and thus all other terminals started between the time …

Happy New year and invitation to become author.

2010/03/03

Wish all of you a happy and prosperous new year.. Now I am opening inivitation for authors. If you like linux and want to write on the same, please register yourself and leave a comment on this post …

Minimize the download size for updates.

2010/02/10

Fedora has rolled out presto repositories. What this means to the users is that the download size for the updates would be greatly reduced. To use the feature, first install the yum plugin: […] …

Top 10 most ridiculous Windows Vista error messages – priceless though!!!

2010/02/10

Windows Vista is always in the news on the blogosphere about how effective it performs. No matter what version of Vista you may be running, it’s possible that you may have already seen these error …

Openoffice.org and/or Excel useful tips.

2010/02/10

Today I was working on Excel sheets and had to do quite a lot of manipulations. Here are some of those: […] You can use the indirect function. Here is example: <a …

Annotating the photograph with comments.

2010/02/10

There is a nice Linux command called convert. This command can be used in various ways to do image manipulation. One of them is to embark your image with some text. Here is how to do it. **echo …

Script to Watch for Ubuntu 9.10 Launch – can be used in other scenarios.

2010/02/10

I know ubuntu is out already but this is something that you can use to monitor a webpage. This script will run check a for the Ubuntu 9.10 launch once every 5 mins and let you know when it&#8217;s …

bash script with sql to get the number of records from multiple tables.

2010/02/10

Here is the bash script: […] #!/bin/sh names[1]=errorlog names[2]=amit1log names[3]=amit2log names[4]=amit3log names[5]=amit4log j=1 echo $1 for i in $( sqlplus amit/passwd@tns @get_count.sql …

How To Build A Self-hosted WordPress Blog For Free

2010/02/04

A blog is a layman-friendly variation of a website, and having a blog is one of the many ways to state your presence in the virtual world. While there are many hassle-free blog services out there that …

Splitting strings with IFS

2010/02/04

Today I want to discuss splitting strings into tokens or “words”. I previously discussed how to do this with the <a …

Kill processes that have been running for more than a week

2010/02/04

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category <span style="font-size: x-large;"><a …

Color in grep output to distinquish the matching entries

2010/02/04

Most of the times I end up spending a lot of time to look for the string in the grep output when I do a search. This is quite frustrating and thus I looked at the options for grep command that would …


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