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

Types of DNS records

2008-11-03 3 min read Uncategorized

<span style="font-family: verdana; font-size: x-small;">Type: A – Point subdomain.domain.com to a hard coded IP Address. Most direct and straight forward option, also note any change you make in the FreeDNS program is reflected on the internet and made live immediately. The only way you will not see immediate results is if you have cached a query on your computer by looking it up PRIOR to configuring it in the FreeDNS program.

Continue reading

Open-ID integration for login.

2008-11-02 1 min read Uncategorized

I have been thinking about this for quite sometime now. So here it is finally. I have integreted OpenID login for my blogs, what it would basically mean is that you would be able to see the stats for my site after logging into to my blog site with your OpenID. You are not bothered with captcha if you are logged in.

I think that should make leaving a comment more simpler. Comments please. 🙂

Continue reading

Windows visitor more than Linux visitor :)

2008-10-30 1 min read Uncategorized

I installed the StatPressCN plugin sometime back, just for fun and to see the stats on the visitors of my blog. Yesterday I was reading a blog entry(dont remember whose), who mentioned that the number of visits on his website was more from windows and thus I thought I will check out the stats on my site. Guess what 🙂

<a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/screenshot.jpg"><img class="size-full wp-image-234" title="Stats for my visitors" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/screenshot.jpg" alt="Stats for my visitors" width="500" height="297" />

Continue reading
Older posts Newer posts