Main > Free Download Search >

Free flowd 0.9 software for linux

flowd 0.9

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 929
flowd 0.9

flowd 0.9


flowd application is a fast, small and secure NetFlow collector. more>>
flowd application is a fast, small and secure NetFlow collector.
Main features:
- Understands NetFlow protocol v.1, v.5, v.7 and v.9 (including IPv6 flows)
- Supports both IPv4 and IPv6 transport of flows
- Secure: flowd is privilege separated to limit the impact of any compromise
- Supports filtering and tagging of flows, using a packet filter-like syntax
- Stores recorded flow data in a compact binary format which supports run-time choice over which flow fields are stored
- Ships with both Perl and Python interfaces for reading and parsing the on-disk record format
- Is licensed under a liberal BSD-like license
- Supports reception of flow export datagrams sent to multicast groups (IPv4 and IPv6), thereby allowing the construction of redundant flow collector systems
flowd works with any standard NetFlow exporter, including hardware devices (e.g. routers) or software flow tracking agents, such as my own softflowd and pfflowd. Please refer to the README for more information.
The flowd daemon follows the Unix philosophy of "doing one thing well" - it doesnt try to do anything beyond accepting NetFlow packets and storing them in a standard format on disk. In particular, it does not include support for storing flows in multiple formats or performing data analysis. That sort of thing is left to external tools. The source distribution includes several example tools including a basic reporting script and one to store flows in a SQL database.
Enhancements:
- This release includes major improvements to performance and functionality.
- In particular, the flow format has been modified to store more information and be faster to read, input and output buffering has been improved, new flow filtering options have been added, and the Python API has been rewritten and extended to be many times faster.
<<less
Download (0.17MB)
Added: 2006-02-27 License: BSD License Price:
1337 downloads
FDDA 0.9

FDDA 0.9


FDDA project is a framework for the demonstration of distributed algorithms. more>>
FDDA project is a framework for the demonstration of distributed algorithms. (such as flooding or election algorithms), meant for learning and teaching.
After you program an algorithm, you may model a small network and FDDA will show how it works, mainly by visualizing the messages sent in the network
Main features:
- Program the algorithm, using the framework capabilities
- Model a small network on which the algorithm will run
- Then, you can demonstrate it, see how it reacts to errors, look at some statistics, ...
<<less
Download (0.65MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1096 downloads
FluxConf 0.9.9

FluxConf 0.9.9


FluxConf is a set of 3 programs for configuring fluxbox. more>>
FluxConf is a set of 3 programs for configuring fluxbox. FluxConf project is simple but you can configure almost everything.
HOWTO:
fluxconf:
Run fluxconf, then make your changes. When you want to apply your changes press the "Save" button, go to the fluxbox menu (configuration section) and press "Restart". This is needed to make fluxbox reading your changes.
Once everything Ive just wrote is done, you can press "Let fluxbox change the conf" button then quit the app ("Quit" button)
fluxkeys:
Nothing complicated, to add a keybind line press the "Add" button, fill the entry as desired. To remove an entry just let the first textbox of the line blank. Once youre done, press "Save" button.
fluxmenu: Gtk2 ONLY !!
Its heavily based on drag&drop, you can edit each entry, add or del what you want. "Save" will just save, the changes are made instantly.
Enhancements:
- This release adds recent actions for fluxkeys.
<<less
Download (0.22MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1370 downloads
kFlickr 0.9

kFlickr 0.9


kFlickr is a standalone Flickr uploader for KDE. more>>
KFlickr is a standalone KDE application that allows for easy upload of your favourite photos to your Flickr.com account.
Main features:
- drag and drop from other applications (such as Konqueror and DigiKam)
- easy editing of your photo properties (title, description, privacy, tags)
- access to your Flickr.com list of tags
- support for more than one user
- image preview
- support for the new Flickr.com authentication
KFlickr was created and designed to meet my requirements but does not have to stop there. If you have any features that you feel would make KFlickr a better product please let me know.
Visit the KFlickr project page and leave your suggestion in one of our forums. Or better yet join the KFlickr dev team and help me add your feature.
Enhancements:
- Add feature: session management
- Add feature: use JPEG or EXIF comment for default photo description
- Fix bug that causes crash on batch edit
- No longer use file extension in default photo title
- A little progress on the manual
<<less
Download (0.074MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
821 downloads
InfoBox 0.9

InfoBox 0.9


InfoBox is a notification tool based on specifications from http://www.galago-project.org/. more>>
InfoBox is a notification tool based on specifications from http://www.galago-project.org/. It waits for DBUS messages, and if theyre correct it displays it.

It was inspired by FVWM-Crystals InformationBox, but since it was so limited I decided to write InfoBox. Its meant for FVWM-Crystal but should work on everything else.

Configuration:

InfoBox looks for config file at ~/.infobox/infoboxd.cfg, and if it wont find it it uses the default config.
But you are also able to setup InfoBox at runtime, using an InfoBox client – more in “4. Usage”. The configuration file is described in infoboxd.cfg.example.

Usage:

When you left-click on the window, it will be above all other windows, middle-click closes it, and right-click sends it below.

If a program use this standard InfoBox will display its messages, but if not you could use InfoBox client instead (for example with Song Change plugin for XMMS):
infobox [-a app_name] [-i app_icon] [-s summary] [-m msg] [-g image] [-c config]
-a name of the application sending the message
-i path to applications icon, or name of themed icon
-s short message
-m long message
-g image/animation that will be showed at left (path or name of themed icon)
-c config is in the same format that the config file, see "5. Examples"

<<less
Download (0.086MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1525 downloads
XLogo 0.9.25

XLogo 0.9.25


XLogo is an interpreter for the Logo programming language. more>>
XLogo is known to work successfully with LINUX (Debian, Mandrake 9.*, SUSE 8.2)
XLogo is a Logo interpreter written in Java. This program is therefore free as in freedom and free as in beer.
Logo is a language developed in the 70s by Seymour Papert. It is an excellent language to begin learning programming with, and teaches the basics of things like loops, tests, procedures, etc.
The user is able to move an object called a "turtle" around the screen using commands as simple as forward, back, right, and so on. At each move, the turtle leaves a trail behind it, and it is therefore possible to create drawings. Operations on lists and words are also possible.
For example, forward 100 right 90 will make the turtle move 100 steps forward, and then turn the turtle 90° to the right.
This graphical approach makes Logo an ideal language for beginners, and especially easy for children!
Enhancements:
- Several bugs were fixed.
<<less
Download (0.24MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
887 downloads
LnBlog 0.9.0

LnBlog 0.9.0


LnBlog is a simple Weblog with some basic site management features. more>>
LnBlog is a simple Weblog with some basic site management features that is designed to work well in low-cost shared hosting environments.
LnBlog has support for multiple authors, multiple Weblogs, reader comments, trackbacks, auto- generated RSS feeds, permanent articles, and file uploads.
It has a flexible PHP-based theme and template system that generates standards-complaint sites. All data is stored in flat files, and the file access module can be easily configured to work when PHPs safe mode is enabled.
Enhancements:
- Most data files are now XML.
- Old formats are still supported (no need to convert).
- Running blogs on multiple subdomains from a single installation is supported.
- The per-blog PHP wrapper scripts were consolidated.
- Support was added for saving draft entries to be published later.
- A Linksleeve anti-spam plugin was added.
- Support for blogging APIs was improved, including support for the Moveable Type API.
- Reply management pages were added for bulk listing or deleting of replies.
- Improvements were made to file writing configuration.
<<less
Download (0.31MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
926 downloads
fpcbol 0.9.4

fpcbol 0.9.4


fpcbol is a desktop user interface written for children and people who want simplicity and speed. more>>
fpcbol is a desktop user interface written for children and people who want simplicity and speed. fpcbol project is designed to be as beautiful and simple as possible.
It has no menus, just icons to click. It features parental control for children. It has been tested successfully on Debian, Mandriva, and Gentoo.
It works well on computers with low system resources (such as a 500Mhz Pentium). 3D acceleration is necessary for the optional transparency feature.
Enhancements:
- This release fixes an error when opening a file that no longer exists.
<<less
Download (3.3MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
856 downloads
daloRADIUS 0.9-2

daloRADIUS 0.9-2


daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. more>>
daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. The project features user management, graphical reporting, accounting, a billing engine and integrates with GoogleMaps for geo-locating.

daloRADIUS is written in PHP and JavaScript and utilizes a MySQL database. It is based on a FreeRADIUS deployment with MySQL serving as the backend. Among other features it implements ACLs, GoogleMaps integration for locating hotspots/access points visually and many more features.

<<less
Download (0.17MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
834 downloads
TECOAS 0.9

TECOAS 0.9


TECOAS project is an application to interactively browse and discuss a document. more>>
TECOAS project is an application to interactively browse and discuss a document.

It is intended to assist with the co-authoring of papers with remote partners, but is also adapted to small seminars and online discussions.

Its main functions are shared browsing of a document, the sharing of annotations, and a chat system with support for mathematical formulae (using LaTeX).

It works on any system with JRE1.4 and Ghostscript.

<<less
Download (0.47MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1101 downloads
AVFS 0.9.8

AVFS 0.9.8


AVFS is a system, which enables all programs to look inside gzip, tar, zip, etc. files. more>>
AVFS is a system, which enables all programs to look inside gzip, tar, zip, etc. files or view remote (ftp, http, dav, etc.) files, without recompiling the programs.
It currently supports floppies, tar and gzip files, zip, bzip2, ar and rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a few other handlers are implemented with the Midnight Commanders external FS.
AVFS can be installed in two ways. These are:
Avfscoda
This method in theory works on any Linux system which has the
coda filesystem compiled in the kernel or as a kernel module.
In practice it works best with glibc-6.1 or higher, and it has
been tested on 2.2.X and 2.4.X kernels.
Preload
Currently this works on solaris systems. There are problems
making the preload method work for GLIBC version 6.1 or
higher, so systems using GLIBC are not supported.
Using AVFS is very similar in both cases. Differences will be indicated.
The installation method is different. For installation instructions
see the files INSTALL.preload and INSTALL.avfscoda respectively.
Enhancements:
- utar supports long names in POSIX ustar archives
- fixed truncation of 100 byte long file names in tar archive
- fixed crash in zlib code
- fixed deadlock in extfs code
- updated bzlib to 1.0.3
- updated avfsd to use fuse API version 26
several extfs fixes:
- fixed ucpio script
- fixed bug in extfs symlink handling (patch from Tanmoy Bhattacharya)
- fixed ftplist to output correct symlinks and to support http/ssh (patch from Tanmoy Bhattacharya)
- extfs scripts rpm and trpm outputs correct file sizes (important for fuse) (patch from Tanmoy Bhattacharya)
- ftppass/davpass checks for additional base avfs directories. Environment variable AVFSBASE can be set for non-default directory. (patch from Tanmoy Bhattacharya)
- ftp module supports @ in usernames (patch from Tanmoy Bhattacharya)
- the avfs library is built and installed by default additionally to fuse/avfscoda/preload depending on the actual system
- added RPM spec file for avfs-fuse (patch from Tanmoy Bhattacharya)
<<less
Download (0.70MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
877 downloads
Miro 0.9.8

Miro 0.9.8


Miro (ex Democracy Player) is a cross-platform Bittorrent-enabled RSS aggregator with built-in video playback. more>> <<less
Download (MB)
Added: 2007-07-19 License: Freeware Price:
3197 downloads
wmmisc 0.9

wmmisc 0.9


wmmisc is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, etc. more>>
This is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, the number of running (or alive) processes, the total number of forks and the system load average.
Installation:
make
su
make install
This will install the binary (wmmisc) in /usr/X11R6/bin.
Enhancements:
- src/dockapp_util.c: Properly get the user count.
- src/*.c: Clean-ups, removed unused/dead code, etc
<<less
Download (0.016MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
SofK 0.0.9

SofK 0.0.9


SofK is a KDE theme based on the Serenity theme. more>>
SofK is a KDE theme based on the Serenity theme.

Idea is to do smooth theme with not too many gradients (light and nice). The theme may look good with dark colors, too.

I would be very happy if you all post comments and suggestions.

Here are some color themes that look nice with SofK style: http://www.kde-look.org/content/show.php?content=44657

<<less
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
TkWiCe 0.9

TkWiCe 0.9


TkWiCe is a free wine cellar software. more>>
TkWiCe is a free wine cellar software. As it is written in native Tcl/Tk, youve got a real chance to use it on any operating system with that interpreter on it (you can get Tcl/Tk for any Unix like Mac OS X, Linux, *BSD, AIX, HP-UX or Solaris as well as for PowerPC and Windows).
If you want to get a fast overview about your bottles (perhaps youve got to choose one?), this might be what you are looking for.
If youre more interested in writing intellectual tasting notes take a wordprocessor like LyX or OpenOffice instead. And if 100 points are the most important thing to you, please choose other points of interest than wine (and bestow the saved money). Such things never will be added to this software:
Aims
- Focus is on pleasure, not on charts.
- Function conquers eyecandy.
- Own plain text files for each wine.
- Everything about one wine fits on 1024x768 pixel at once.
- Old computers are new enough.
- No more dependencies than Tcl/Tk (not: operating system).
- Free (means: liberty *and* free of charge).
- Dont replace wine literature (as commercial solutions try).
Enhancements:
- Bugfixes in startup, the cellar book/history window, and the country selection buttons in the main window.
<<less
Download (0.45MB)
Added: 2007-08-02 License: BSD License Price:
814 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5