Using mtpaint of Fedora to modify your images and make them look different.

2010-07-31 3 min read Fedora Photo

Here is the description of mtpaint :

mtPaint is a simple painting program designed for creating icons
and pixel-based artwork. It can edit indexed palette or 24 bit <a class="zem_slink" title="RGB color model" rel="wikipedia" href="http://en.wikipedia.org/wiki/RGB_color_model">RGB
images and offers basic painting and palette manipulation tools.
Its main <a class="zem_slink" title="File format" rel="wikipedia" href="http://en.wikipedia.org/wiki/File_format">file format is <a class="zem_slink" title="Portable Network Graphics" rel="wikipedia" href="http://en.wikipedia.org/wiki/Portable_Network_Graphics">PNG, although it can also handle <a class="zem_slink" title="JPEG" rel="wikipedia" href="http://en.wikipedia.org/wiki/JPEG">JPEG, <a class="zem_slink" title="Graphics Interchange Format" rel="wikipedia" href="http://en.wikipedia.org/wiki/Graphics_Interchange_Format">GIF,
TIFF, <a class="zem_slink" title="BMP file format" rel="wikipedia" href="http://en.wikipedia.org/wiki/BMP_file_format">BMP, <a class="zem_slink" title="X PixMap" rel="wikipedia" href="http://en.wikipedia.org/wiki/X_PixMap">XPM, and <a class="zem_slink" title="X BitMap" rel="wikipedia" href="http://en.wikipedia.org/wiki/X_BitMap">XBM files.

Continue reading

Shape Collage – Simple software to create collage with a java application.

2010-07-31 1 min read Linux Photo

Download from <a href="http://www.shapecollage.com/download.html">here.

Very useful utility to create collage in variety of ways. Here are some screenshots to give you a idea of how this works.

<a href="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/wp-content/uploads/2009/10/screenshot_0011.bmp"><img src="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/wp-content/uploads/2009/10/screenshot_0011.bmp" alt="Shape Collage Settings" title="Shape Collage Settings" class="aligncenter size-full wp-image-1292" />

<a href="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/wp-content/uploads/2009/10/screenshot_002.bmp"><img src="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/wp-content/uploads/2009/10/screenshot_002.bmp" alt="Shape Collage Settings" title="Shape Collage Settings" class="aligncenter size-full wp-image-1293" />

<a href="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/wp-content/uploads/2009/10/screenshot_003.bmp"><img src="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/wp-content/uploads/2009/10/screenshot_003.bmp" alt="Shape Collage Settings" title="Shape Collage Settings" class="aligncenter size-full wp-image-1294" />

<a href="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/wp-content/uploads/2009/10/screenshot_004.bmp"><img src="http://blog.amit-agarwal.com/wp-content/uploads/amit-agarwal.co.in/wp-content/uploads/2009/10/screenshot_004.bmp" alt="Shape Collage Settings" title="Shape Collage Settings" class="aligncenter size-full wp-image-1295" />

Continue reading

Auto Key press fill forms through simulating key presses | Linux.com

2010-07-31 2 min read Bash Linux

This script can be used to repeatedly press <a class="zem_slink" title="Electronic keyboard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Electronic_keyboard">keys on the <a class="zem_slink" title="Keyboard (computing)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Keyboard_%28computing%29">keyboard, it was used to fill out 100 odd entries on a <a class="zem_slink" title="Web page" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_page">web page while testing without having to physically enter the data.

Save the code below some where like <a class="zem_slink" title="Filesystem Hierarchy Standard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard">/usr/bin/ with what ever file name you like, set the file to be <a class="zem_slink" title="Executable" rel="wikipedia" href="http://en.wikipedia.org/wiki/Executable">executable with <a class="zem_slink" title="Chmod" rel="wikipedia" href="http://en.wikipedia.org/wiki/Chmod">chmod +x /usr/bin/keyrepeat

Continue reading

Adding a sub-menu in the wordpress admin menu :)

2010-07-29 2 min read Wordpress

For the impatient ones, first the code:
(in wp-admin folder, open the file menu.php) and locate the code:

$submenu[&#8217;edit.php&#8217;][10]Ā  = array( _x(&#8217;Add New&#8217;, &#8217;post&#8217;), &#8217;edit_posts&#8217;, &#8217;post-new.php&#8217; );

and add the below:

$submenu[&#8217;edit.php&#8217;][7]Ā  = array( _x(&#8217;Pending&#8217;, &#8217;post&#8217;), &#8217;edit_posts&#8217;, &#8217;edit.php?post_status=pending&post_type=post&#8217; );

And now the explanation and why do you need this šŸ™‚

Problem:

There is no direct mechanism to access the pending posts in WP admin. I generally post through email and mark them as pending. So, whenever I go to my admin POSTs page, I will look through the list of pending items and post them as and when required. For this, when I am done with changes in one item, I need to either modify the address bar or need to go to posts link and then click the Pending items.

Continue reading

Find who is using my network – top for network utilization

2010-07-27 1 min read Fedora Linux

Ok here is something that I have been looking for something.Ā  Now that I have conky installed, so I can see the bandwidth usage on my desktop but was wondering for sometimes, where actually so much is being used. So did some quick search to see if I can get that info and did not have to go too far šŸ™‚

There is sĀ  utility called iftop in the Fedora repo and at the <a href="http://www.ex-parrot.com/~pdw/iftop/" target="_blank">URL. Oh and how to use it, just type sudo iftop or if you have multiple network interface then you can do &#8221;iftop -f &#8221;. Thats pretty simple and cool.

Continue reading

Over 50 Free, Must-Have Open Source Resources

2010-07-27 0 min read Linux
\"no
Image via Wikipedia

OStatic: &#8221;n this post, you&#8217;ll find an updated set of more than 45 collections and resources. Hopefully, you&#8217;ll find something to learn from here, and the good news is that everything found in this post is free.&#8221;

<a class="zem_slink freebase/guid/9202a8c04000641f800000000003f3a0" title="Uniform Resource Locator" rel="wikipedia" href="http://en.wikipedia.org/wiki/Uniform_Resource_Locator">URL: <a href="http://linuxtoday.com/news_story.php3?ltsn=2009-11-23-003-35-RV-SW">http://linuxtoday.com/news_story.php3?ltsn=2009-11-23-003-35-RV-SW<h6 class="zemanta-related-title">Related articles by Zemanta <ul class="zemanta-article-ul"> <li class="zemanta-article-ul-li"><a href="http://technology.johnsamuel.in/main/index.php/2009/10/25/bit-ly-more-than-just-a-url-shortener/">bit.ly: More than just a URL shortener (technology.johnsamuel.in) <div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/01000062-d486-42d2-bd70-1cb729684b22/"><img class="zemanta-pixie-img" src="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/reblog_b18.png" alt="Reblog this post [with Zemanta]" /><span class="zem-script more-related more-info pretty-attribution paragraph-reblog">

Continue reading
Older posts Newer posts