eEcho blog

A journey of a thousand miles starts with a single step.

Archive for the ‘Links’ Category

SFG

0. Introduction
1. July Project of the Month: Piwik
2. August Project of the Month: eyeOS
3. Policy Change: Advertising In Project Web Space
4. Mail Alias Opt-Out
5. Statistics and Top Projects
This email is sponsored by: Adobe
——
Create RIAs more quickly with the Adobe® Flex® software
framework and Adobe Flex Builder™ software. Now it’s easy
to build engaging, cross-platform web apps when […]

Atmel AT76C503A based wireless USB devices (50 in total, 36 chipsets verified)

http://atmelwlandriver.sourceforge.net/usbtable.html# Get the new open sourced driver here.
# Most success with the GPL drivers has been reported with kernel v2.4.19, GCC2.95 and GCC3.0, and the UHCI kernel module. The USB-UHCI module sometimes causes problems. The GPL driver is reported working just fine with Redhat 8.0.

Debian Etch on LVM2 on software RAID 1

1. Introduction
This howto briefly describes how to install Debian Etch on LVM2 on software RAID 1.
This can be done directly from the official Etch DVD, without having to install the OS on a classical partition and then move it to a LV residing on RAID.
If you need more information about LVM, you might be […]

Conversion of a 32bit IPv4 IP

http://www.kloth.net/services/iplocate.php
* Conversion of a 32bit IPv4 IP address between 4 formats: dotted quad decimal octet string (classic standard notation), decimal (base 10), hex (base 16) and binary (base 2).
* Reverse DNS lookup (PTR) with the host utility and another host lookup on that result — to […]

speedtest

http://www.speedtest.nl/TestSuite/TestController.asp?TestTypeID=,3, Download, Upload , Connection

smoothgallery

http://smoothgallery.jondesign.net/what/
Using mootools v1.11, this javascript gallery and slideshow system allows you to have simple and smooth (cross-fading…) image galleries, slideshows, showcases and other cool stuff on your website…

RST to Google wiki

http://code.google.com/p/wikir/
* Summary
* Installation
* How Much reStructuredText Is Supported?
* Using Wikir In Your Project
o The publish_wiki Command
o Publishing RST To […]

docutils links

http://docutils.sourceforge.net/docs/user/rst/quickref.html
To install reStructuredText, install docutils:
$ easy_install docutils
You will get a set of scripts starting with rst2, to be able to render reST in
various formats.

http://meyerweb.com/eric/tools/s5 […]

Planet RDF, RSS

http://www.planetplanet.org/
Planet is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.
It uses Mark Pilgrim’s Universal Feed Parser to read from RDF, RSS and Atom feeds; and Tomas Styblo’s templating engine to output static files in any […]

JUnit Automated Testing links

One of the core features of GWT is testability, which means we can easily test our applications using a set of tried-and-true testing tools. Testability for GWT applications breaks down into the three following types of testing components:
* Standard JUnit TestCases
* GWTTestCases (subclasses of the JUnit TestCase)
[…]

Java Mocks

http://easymock.org/
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java’s proxy mechanism. Due to EasyMock’s unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.
EasyMock is open source software available under the terms of the MIT […]

oxid.it

Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of various kind of passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, recovering wireless network keys, revealing password boxes, uncovering cached passwords and analyzing routing protocols. The […]

Ettercap

Ettercap is a suite for man in the middle attacks on LAN. It features sniffing of live connections, content filtering on the fly and many other interesting tricks.
It supports active and passive dissection of many protocols (even ciphered ones) and includes many feature for network and host analysis.

Aircrack WEP/WPA

: The fastest available WEP/WPA cracking tool
Aircrack is a suite of tools for 802.11a/b/g WEP and WPA cracking. It can recover a 40 through 512-bit WEP key once enough encrypted packets have been gathered. It can also attack WPA 1 or 2 networks using advanced cryptographic methods or by brute force. The suite includes […]

A Fast network authentication

http://freeworld.thc.org/thc-hydra/
A Fast network authentication cracker which supports many different services
When you need to brute force crack a remote authentication service, Hydra is often the tool of choice. It can perform rapid dictionary attacks against more then 30 protocols, including telnet, ftp, http, https, smb, several databases, and much more. Like THC Amap this release is […]

dsniff Frequently Asked Questions

http://www.monkey.org/~dugsong/dsniff/faq.html
dsniff is a collection of tools for network auditing and penetration testing. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and webspy passively monitor a network for interesting data (passwords, e-mail, files, etc.). arpspoof, dnsspoof, and macof facilitate the interception of network traffic normally unavailable to an attacker (e.g, due to layer-2 switching). sshmitm and webmitm implement active […]

The Linux Wacom Project

http://linuxwacom.sourceforge.net/
The Linux Wacom Project manages the drivers, libraries, and documentation for configuring and running Wacom tablets under the Linux operating system. It contains diagnostic applications as well as updated kernel drivers and XFree86/Xorg XInput drivers.
Install
X.Org X server — Wacom input driver
This package provides the X.Org driver and udev support for Wacom tablet
devices.
Note that it […]

The SimpleTest PHP unit tester

The SimpleTest PHP unit tester is available for download from your nearest SourceForge. It is a PHP unit test and web test framework. Users of JUnit will be familiar with most of the interface. The JWebUnit style functionality is more complete now. It has support for SSL, forms, frames, proxies and basic authentication. […]

List of object-relational mapping software

http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software
List of object-relational mapping software
From Wikipedia, the free encyclopedia
Jump to: navigation, search
This is a list of well-known object-relational mapping software. This list is neither up-to-date nor all-inclusive.
Contents
[hide]
* 1 C++
* 2 Delphi
* 3 Groovy
* 4 Java
* […]

Software design

Software design is a process of problem-solving and planning for a software solution. After the purpose and specifications of software are determined, software developers will design or employ designers to develop a plan for a solution. It includes low-level component and algorithm implementation issues as well as the architectural view.
http://en.wikipedia.org/wiki/Software_design