June 27, 2006

Software and Projects

Category: Uncategorized — by Amit Chaudhary @ 4:18 pm

TuxCards 2.1.1

A software for linux for taking notes, allowing organization in a tree format. Supports encryption for security. It is released under GPL.

This release fixes
A screenshot is below, you make click on it for a larger version.

TuxCards Screenshot

Downloads:

Executable: tuxcards-2.1.1.tar.gz (Tested on Ubuntu Linux)

Source: tuxcards-2.1.1-src.tar.gz (Build with qt3)

bot-check 1.2: Wordpress anti-spam comment plugin

bot-check is a Wordpress anti-spam comment plugin originally developer by Brian at Blue Eye web development.

botcheck-image.png

I have made changes to get it working with the latest Wordpress, version 2.0.5 which is used to host this blog. It requires GDlib and MCRYPT.
Download: bot-check-1.2.tar.gz

Changes:

-Make bot-check work for Wordpress 2.0.5 by correcting the add_filter call in bot-check.php

-Fixed the occassional corrupt image being displayed

-Fixed the comment being wiped out incase of incorrect or empty number (Captcha) field.

See install.txt in the file above for installation and license details (GPL, v2.)

PS: From what I know, bot-check works only with Wordpress 2.0.x. I do not have any plans right now for Wordpress 2.x or later.

PF_RING: Packet capture software for Linux

PF_RING is a packet capture software for Linux. It is written and maintained by Luca Deri, Brad Doctor and others. The official page contains details on how one can get the official from cvs. It is available as a kernel module and requires using libpcap to access the captured packets.
The version here is based on a older pf_ring (from cvs as of around Dec 30 2005) and is provided for the following reasons:

-There have been requests on the mailing list ntop-misc in the past of providing a tarball containing the source as an alternative to cvs access.

-Since this is maintained as part of my work for my employer, GraniteEdge Networks, we tend to upgrade slower and keep the version stable. You get older, but hopefully well tested version.

-GraniteEdge Networks as a company has strived to return our changes back to the Open Source community, earlier as patches to the ntop-misc mailing list and now this. Our changes are being released under the original license, GPLv2 which includes no warranty. Please see the link or code for details.

What it contains

pfring-gen/linux-2.6.16-1.2096-pfring.patch: A kernel patch with the PF_RING code, tested and applied against the Fedora Core 4 kernel, 2.6.16-1.2096
pfring-gen/libpcap-0.9.4.tar.gz and pfring-gen/pcap.spec: Updated libpcap required to work with the above pf_ring and the pcap.spec file contains changelog for libpcap changes.

Download:

pfring-3.1-gen1.tar.gz

Google Gadget for Zillow’s ZIndex Graph

Google Gadget for Zillow’s ZIndex Graph
This gadget allows adding a graph for ZIndex (which is derived from median prices of homes sold) for a specific location such as All of the USA, any state (WA, CA, etc), any city or zip code. I found this to be nifty way to track home prices in a location of interest. It can be added to the Personalized Google Homepage, Desktop, and Pages.
A screenshot is below, you make click on it for a larger version.

Screenshot of Google Gadget for Zillow ZIndex graph.

Try it out (shorter version):

Add to Google

Try it out (longer version):

To try it out on your Personalized Google Home, please follow the following steps:

-Go to the Google Personalized Home.

-Click on the link in the top left corner, “Add more to this page >>”.

-Click on the “Add by URL” link near the top next to the Search button

-Paste or type the following url, http://www.rajgad.com/files/zindexgraph_ggadget.xml

-Click on Ok to continue and add. You can press “Add” again to add multiple instances of the same gadget.
-Click on the link at the top of the page, “<< Back to homepage".

-The gadget will by default show the Zillow ZIndex 1 year graph for the zip code 98008 in percentage .

-Use the "edit" link at the top menu of the gadget to change parameters such as Location type (Zipcode, city, state, all of USA), the city, state or zip if applicable, type of graph(dollars or percentage) and duration of graph(1, 5 and 10 year(s)). Click the "Save" button when done.

Blowfish C++ code 1.1

Originally by Jim Conger and available through Bruce Schneier’s website. The source code for v1.1 is below. It includes fix for data corruption in encode when in and out buffer is same. If using for the first time, also note warning about lack of inter-operability with other blowfish algorithm
blowfish-cpp-v1.1.tar.gz

blowfish-cpp-v1.1.zip

Technorati Tags: Google Google Gadgets Linux Tuxcards Notes Software Encryption Blowfish

• • •

8 Comments »

  1. A minor problem during make:

    src/gui/dialogs/optionsDialog/IOptionsDialog.cpp:26:23: error: ccolorbar.h: No such file or directory
    make: *** [output/bin/IOptionsDialog.o] Error 1

    I solved it by copying src/gui/colorbar/CColorBar.h to src/gui/dialogs/optionsDialog/ccolorbar.h (all lower-case)

    I’ve been using Tuxcards everyday since three years ago and it’s good to see the project active again. Thank you.

    Comment by Tuxfreak — June 29, 2006 @ 4:47 pm
  2. Compilation works for me both on Linux Fedora Core 4 and Ubuntu 5.10 with no changes.

    Comment by Amit D. Chaudhary — June 29, 2006 @ 5:24 pm
  3. I had the same problem as Tuxfreak & fixed it the same way. Further, the Makefile didn’t install the executable anywhere. It made a link from /usr/local/bin/tuxcards to /usr/local/bin/tuxcards (itself), but that is all. I fixed this by deleting the link & copying the executable to /usr/local/bin. BTW, I a using Slackware -current, qt-3.3.6 & g++-3.4.6. After my minor repairs, the program is functioning flawlessly. Thanks for the effort.

    Comment by Bill — July 24, 2006 @ 12:06 pm
  4. Nevermind. Neither of the problems I described in the above post are unique to v.2.0. I downloaded & installed v.1.2 this morning & it does exactly the same thing. I wrote a SlackBuild script for v.2.0 that installs things appropriately. The program still works flawlessly. Regards.

    Comment by Bill — July 25, 2006 @ 7:47 am
  5. Bill,

    I will keep an eye on this when I do a minor release, maybe some file permissions (different user account) or filesystem (I use ext3) issue.
    It did not happen, but thanks for the note, it will guide other users.

    Amit

    Comment by Amit D. Chaudhary — July 25, 2006 @ 8:04 am
  6. […] Software and Projects […]

    Pingback by Life in Balance»Blog Archive » PF_RING 3.1 GEN1: Packet capture software for Linux — October 11, 2006 @ 5:56 pm
  7. Amit,

    I have been a Tuxcards user for a long, long time and I have not found anything else that works for me. I wanted to thank you very much for your update of the code. It looks great and I can tell you it works great on Ubuntu 8.04.

    I really liked all of the new updates to the code, the UI looks better and I really like the new search. If you could add images, then the program would be perfect!

    Thanks again, and I hope you keep working on it for a long time.

    Regards,

    Manuel

    Comment by Manuel — May 19, 2008 @ 9:15 am
  8. Hi Manuel,

    Glad you like it. Even I have not found a good replacement on linux, though hope Basket Notes can do it, though currently it does not scale well.

    I am not actively developing it, but if I do, I will release it.

    Thanks
    Amit

    Comment by Amit D. Chaudhary — May 24, 2008 @ 11:23 am

Comments RSSTrackBack URI

Leave a comment

Bot-Check

Powered by: WordPress Theme based on Sharepoint like theme from: ADMIN-BG