Personal Page and space.

2008-11-30 1 min read Uncategorized

Now that my other <a href="http://amit.themafia.info/" target="_blank">url is working, I can afford to share some space. If you want to try something on web programming or something else, mail me and I will personally try to see if I can arrange to make some permission chages for you. I am not launching anything for a free service, but for my readers, this is exclusive offer. I will try to arrange something.

Continue reading

My HomeGrown Free web address with unlimited space for no charge.

2008-11-23 1 min read Uncategorized

I have a broadband connection and have been trying to do this for a while. I wanted to setup a URL that could link to my system at my home at &#8221;no extra cost&#8221;. To start with this is for fun and finally for profit. As you know, buying a space on the web now a days is costly and I believe saving money is earning money and thus did the setup so that I have a URL that can go directly to my system behind the ADSL router.

Continue reading

My Linux book posted on ethicalhackers.in

2008-11-20 1 min read Uncategorized

Today I found out that the Linux book I published sometime back is also linked on the following <a href="http://www.ethicalhackers.in/2008/10/simple-linux-user-guide-amit-agarwal/" target="_blank">Link

Thanks Robin for putting this on.. And yes, ethicalhackers.in is definately quite good with contents on Hacking (Ethical).

Add border to images from command line using montage.

2008-11-20 1 min read Linux Photo

Adding a border to the images from command line is quite simple. But if you have couple of images in a directory that you want to add border to then it may become quite painful 🙂

So what is the solution. You can simply use a one liner to do the job for you.

for i in *.jpg; do montage -geometry 720Ă—576 -background black -quality 100 $i conv-$i; done

Feed URL changed.

2008-11-12 1 min read Uncategorized

This post is to inform all my readers that I will be changing my Feed URL to <a href="http://blog.amit-agarwal.co.in/feed">http://blog.amit-agarwal.co.in/feed/ from http://amit-agarwal.co.in/wordpress/feed/. Please make the necessary changes in your readers.

I was testing these changes and thus my feed was unavailable for some time.

Thanks for understanding and co-operating.

Create Custom Manufactured By Logo in System Properties

2008-11-10 1 min read Uncategorized

Find the article <a href="http://www.windowhaxor.net/2008/03/26/create-custom-manufactured-by-logo-in-system-properties/">here.

Could not resist posting this, just because of the second image.

    • *<p align="center"><a title="1 by pavsma, on Flickr" href="http://www.flickr.com/photos/10304942@N08/2365752180/"><img src="http://blog.amit-agarwal.co.in/wp-content/uploads/2008/11/2365752180_38b4051ca3_m.jpg" alt="1" width="214" height="240" />

The process of creating a custom “Manufactured and Supported by” logo involves two parts.

Continue reading
Older posts Newer posts