Posts tagged as:

Plugin

News : Memepress (Yahoo! Meme) Wordpress Plugin Version 0.3 is available

November 6, 2009
Memepress (Yahoo! Meme) Wordpress Plugin

Memepress is a wordpress plugin which provides wordpress widgets for displaying public posts from Yahoo! Meme. Memepress is SEO ready and provides options to noindex/nofollow your Meme posts. New version fixes a few bugs and provides enhanced style control for the widget.
You can download memepress version 0.3 from wordpress plugin page.
For details on usage/installation instructions, [...]

Read the full article →

How To: Save yourself from stupid Tech Support Questions

September 25, 2009
Tech Support Frustration STFW Pidgin Plugin

Almost every other geek is pwned by his friends or people he/she knows by their stupid tech support questions. And sometime they drag you to the limits that you get frustrated enough to shoot yourself and bang your head onto your computer screen How on earth can someone be so stupid [...]

Read the full article →

Memepress Ready to be Translated (Supports Turkish now)

September 18, 2009
Yahoo Meme Memepress Wordpress Plugin

Thanks for an awesome response to the Memepress (Yahoo! Meme) Wordpress plugin. A lot of people have blogged about it and contacted me via email for enhancements. New version also fixes the bug regarding image size in posts. I have also updated the plugin to support internationalization(i18n). Now you can translate about 20 strings in [...]

Read the full article →

News: Memepress (Yahoo! Meme) Wordpress Plugin is out!

September 11, 2009
Yahoo Meme (Memepress Wordpress Plugin)

Yahoo! Meme is a new Twitter like service in testing by Yahoo!. But its much better than Twitter. It has got facility to post text, photos, video and music. The best thing about Meme is the user interface. I am just loving it. Such a clean interface I liked twitter’s web interface very [...]

Read the full article →

IntelligentMirror: RPM and DEB Caching Improved (0.5)

November 19, 2008

After spending a lot of time with youtube cache, now I am trying to devote some time to update intelligentmirror with required features and enhancements that youtube cache already enjoys. In the same direction here is version 0.5 of intelligentmirror.
Improvements

Added max_parallel_downloads options to controll the maximum threading fetching from upstream to cache the packages.
Fine grained [...]

Read the full article →

IntelligentMirror Gets Even More Intelligent (1.0.1)

September 23, 2008

Warning : This version of IntelligentMirror is compatible with only squid-2.7 as of now. It is NOT compatible even with squid-3.0.
IntelligentMirror Version 1.0.1
I have been following squid development regularly (at least the part in which I am interested) and they have introduced a new directive in squid-2.7 known as StoreUrlRewrite (storeurl_rewrite_program). Using this directive you [...]

Read the full article →

IntelligentMirror: RPM and DEB Caching Improved (0.4)

September 19, 2008

IntelligentMirror version 0.4 is available now. There have been significant improvements in intelligent mirror since last release.
Improvements

Fixed defunct process problem. You will not see defunct python processes hanging around anymore. Previously every forked daemon used to got defucnt because parent never waited for the forked child to finish.
IntelligentMirror now supports caching of Debian packages just [...]

Read the full article →

IntelligentMirror: Available for Testing

August 19, 2008

Note : A newer version of intelligentmirror is available now. Please check this.
Intelligent Mirror is basically a tool or squid plugin (redirector) to cache rpm packages so that the subsequent requests for the same package can be served from the local cache which will eventually save a lot of bandwidth and downloading time.
Who needs Intelligent [...]

Read the full article →

IntelligentMirror: GSOC Project Update

June 2, 2008

Brief Introduction
IntelligentMirror can be used to create a mirror of static HTTP content on your local network. When you download something (say a software package) from Internet, it is stored/cached on a local machine on your network and subsequent downloads of that particular software package are supplied from the storage/cache of the local machine. This [...]

Read the full article →

How To: Write Custom Redirector or Rewritor Plugin For Squid in Python

April 30, 2008

Mission
To write a custom Python program which can act as a plugin for Squid to redirect a given URL to another URL. This is useful when already existing redirector plugins for Squid doesn’t suit your needs or you want everything of your own.
Use Cases

When you want to redirect URLs using a database like mysql or [...]

Read the full article →