yEd Graph Editor
January 12, 2012 by christian · Leave a Comment
yEd is a powerful diagram editor that can be used to quickly and effectively generate high-quality drawings of diagrams. Create your diagrams manually or import your external data for analysis and auto-magically arrange even large data sets by just pressing a button. yEd is freely available and runs on all major platforms: Windows, Unix/Linux, and Mac OS.
FocusWriter: fullscreen, distraction-free word processor
September 24, 2010 by christian · Leave a Comment
FocusWriter is a fullscreen, distraction-free word processor designed to immerse you as much as possible in your work. The program autosaves your progress, and reloads the last files you had open to make it easy to jump back in during your next writing session, and has many other features that make it such that only one thing matters: your writing. The most important thing about writing is your words, and FocusWriter puts them front and center, without cluttering up your view with anything else. However, it’s good to have quick and easy access to the features of any program, so FocusWriter utilizes a hide-away interface: simply throw your mouse to the top, bottom, or right side of the screen to gain access to a number of customizable options and useful information, then flick it aside when you’re no longer interested.
Website: http://gottcode.org/focuswriter/
Interesting Link: http://www.omgubuntu.co.uk/2010/09/focuswriter-1-3-0-released/
GNS3 – Graphical Network Simulator
August 26, 2010 by christian · Leave a Comment
GNS3 is a graphical network simulator that allows simulation of complex networks. To allow complete simulations, GNS3 is strongly linked with : Dynamips, the core program that allows Cisco IOS emulation. Dynagen, a text-based front-end for Dynamips. Qemu, a generic and open source machine emulator and virtualizer. GNS3 is an excellent complementary tool to real labs for network engineers, administrators and people wanting to pass certifications such as CCNA, CCNP, CCIP, CCIE, JNCIA, JNCIS, JNCIE. It can also be used to experiment features of Cisco IOS, Juniper JunOS or to check configurations that need to be deployed later on real routers. This project is an open source, free program that may be used on multiple operating systems, including Windows, Linux, and MacOS X.
Website: http://www.gns3.net/
SQLite Manager: Manage any SQLite database on your computer
July 10, 2010 by christian · Leave a Comment
An intuitive heirarchical tree showing database objects. Helpful dialogs to manage tables, indexes, views and triggers. You can browse and search the tables, as well as add, edit, delete and duplicate the records. Facility to execute any sql query. The views can be searched too. A dropdown menu helps with the sql syntax thus making writing sql easier. Easy access to common operations through menu, toolbars, buttons and context-menu. Export tables/views/database in csv/xml/sql format. Import from csv/xml/sql (both UTF-8 and UTF-16). Possible to execute multiple sql statements in Execute tab. You can save the queries.
Website: http://code.google.com/p/sqlite-manager/
Firefox Extension: https://addons.mozilla.org/en-US/firefox/addon/5817/
Overlook: network and Service discovery tool
July 10, 2010 by christian · Leave a Comment
Born from the ashes of Look@LAN, Fing is the ultimate command line tool for network and service discovery. Taking advantage of a brand new cross-platform network engine, it reaches an impressive discovery sharpness and speed. Whether you’re a Look@LAN user or not, do not miss the chance to take a ride on Fing; it’s definitely worth it! You’re going to discover your whole network in few seconds and generate customized real-time reports.
- Network discovery with 100% hit in any ethernet-based network
- Supported operating systems: Linux, Mac OS (Snow Leopard included), Windows (Vista and Windows 7 included)
- MAC address gathering
- Faster and smarter than Look@LAN
Website: http://www.over-look.com
Interesting Article: http://www.addictivetips.com/windows-tips/discover-all-devices-including-those-behind-firewalls-with-fing/
SQLITE: self-contained, serverless, zero-configuration, transactional SQL database engine
July 4, 2010 by christian · Leave a Comment
SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private. SQLite is currently found in more applications than we can count, including several high-profile projects. SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform – you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format. Think of SQLite not as a replacement for Oracle but as a replacement for fopen(). SQLite is a compact library. With all features enabled, the library size can be less than 300KiB, depending on compiler optimization settings. (Some compiler optimizations such as aggressive function inlining and loop unrolling can cause the object code to be much larger.) If optional features are omitted, the size of the SQLite library can be reduced below 180KiB. SQLite can also be made to run in minimal stack space (4KiB) and very little heap (100KiB), making SQLite a popular database engine choice on memory constrained gadgets such as cellphones, PDAs, and MP3 players. There is a tradeoff between memory usage and speed. SQLite generally runs faster the more memory you give it. Nevertheless, performance is usually quite good even in low-memory environments.
Website: http://www.sqlite.org



