Main > Free Download Search >

Free fprobe 0.4 software for linux

fprobe 0.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 946
fprobe 0.4

fprobe 0.4


fprobe is a small NetFlow probe which will listen on a network interface. more>>
fprobe is a small NetFlow probe which will listen on a network interface. It isusing libpcap, aggregate the traffic and export NetFlow V5 datagram to a remote collector for processing. A flow is identified by ip protocol, source ip, source port, destination ip, destination port.
Right now only ethernet interfaces are supported. Support for more media types (tunnel, ppp etc) will be added in nex versions.
/fprobe -t IP:PORT [ -i interface ] [ -s scan ] [ expression ]
-t IP:PORT NetFlow collector address
-i interface interface to listen for traffic (default eth0)
-s scan interval in seconds between two flow tables scans (Default: 10)
-c file file with MAC definitions
-p dont put the interface in promisc mode
-b go in background (daemon mode)
-l file log file name
expression a bpf expresion to filter traffic (See libpcap/tcpdump)
For example:
./fprobe -i eth2 -t 127.0.0.1:8182
This will sniff the traffic on interface eth2 and will send the NetFlow data to localhost (127.0.0.1) on UDP port 8182.
Internal flow table is parsed every scan seconds for expired flows which are sent to remote collector.
Enhancements:
- can handle IP fragments
- can set the snmp interface ID based on source/destination MAC address
- fixed uptime in exported flows
- new hash function for internal storage
- delay between udp datagrams emited
<<less
Download (0.020MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1214 downloads
wmpower 0.4.2

wmpower 0.4.2


wmpower is a Window Maker dock application allowing the user to graphically see the power management status of his laptop. more>>
wmpower is a Window Maker dock application allowing the user to graphically see (and set) the power management status of his laptop.
Main features:
- Battery status display (you choose the battery);
- Both APM and ACPI kernels are supported;
- On ACPI kernels you get fan status and a thermal sensor;
- Direct access to Toshiba hardware: you get fan status and LCD brightness management even without an APCI kernel;
- While on battery, it can stop your fan, HD, lin-seti service to make the battery last longer; if you have a Toshiba Laptop, it can also adjust your LCD brightness;
- Fast battery charge mode: you can keep on battery settings until your battery reaches 100%: this will make it recharge much faster;
- no-meddling option: if you want the program to display power manamenegt status, but not to take any action.
- On Toshiba laptops you can use your mouse wheel to adjust the brightness of your lcd screen.
- Support for Dell laptops for temperature and fan status
- Support for Compal hardware
- CPU frequency scaling support
Installation:
./configure
make
su root (if you are not root already)
make install
Enhancements:
- Fixed a memory allocation issue that on rare occasions could make wmpower crash.
- Fixed small bug that made wmpower print forever that it would not fast charge the battery as it was already at maximum capacity.
- When calculating battery time, and battery is charging, now wmpower displays time remaining until battery is fully charged instead of how much time would left if we were running on battery power.
<<less
Download (0.095MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1477 downloads
fget 0.4.0

fget 0.4.0


fget supports downloading a single URL (the first argument on the command line) from an FTP or HTTP server. more>>
fget supports downloading a single URL (the first argument on the command line) from an FTP or HTTP server. fget supports IPv4 and IPv6 (the IPv6 URL format for IP numbers is http://[::1]:80/file.tar.gz) transport. You can set the INTERFACE environment variable to the name of the network interface ("eth0") to use IPv6 link-local addresses. This program can acces URLs with username and password like http://bob:secret@download.com/file.tar.gz
Files are always written to stdout.

fget is meant for boot and rescue disks, so small size is the most important feature. It can be linked against diet libc and you can disable the built-in DNS routines to make the binary even smaller. On my x86-linux box, the diet libc statically linked fget binary without DNS weighs about 24k (update! dietlibc 0.5 reduces the size to 13k!)

<<less
Download (0.016MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1242 downloads
Ftpmap 0.4

Ftpmap 0.4


Ftpmap enables you to find what software/version a FTP server is running according to its fingerprint. more>>
Ftpmap enables you to find what software/version a FTP server is running according to its fingerprint.
Ftpmap scans remote FTP servers to identify what software and what versions they are running.
It uses program-specific fingerprints to discover the name of the software even when banners have been changed or removed, or when some features have been disabled.
IPv6 is fully supported.
Install>/b>
./configure
make
make install
Usage
Usage : ftpmap [-h] [-P ] [-u ] [-p ] -s
-h : help
-P : connect to port (default=21)
-u : login to the server as (default=ftp)
-p : use this password (default=mickey@disneyland.com)
-s : connect to FTP server running on (IP or name)
Whats New in This Release:
- Check for ESTP/ESTA.
- Dont give up when a command times out.
- More fingerprints.
<<less
Download (0.093MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 downloads
wxFontView 0.4

wxFontView 0.4


wxFontView is a font viewing/image creation/installer. more>>
wxFontView is a font viewing/image creation/installer. Uses wxPython to display system fonts and allows user to change font size, color, background color, font face and the diplayed text.

Handy to view fonts and styles quickly, or use to make "logo" graphics. Also can be used to install/uninstall fonts on a per-user basis. (Does not touch system fonts.)

<<less
Download (3.3MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1459 downloads
WmCdrom 0.4

WmCdrom 0.4


WmCdrom lets you mount, unmount and eject media from your mount, unmount and eject . more>>
WmCdrom is a dock application for WindowMaker. When launched WmCdrom creates a 48 x 48 pixel showing an icon (centered in a 64 x 64 pixel tile). To dock WmCdrom, left-click on the border of the tile and drag the tile to the dock area.
By clicking the icon you can mount,unmount,eject and launch a filemanager.
- The first left-click will mount the media.
- The second left-click will launch a filemanager on the mount point.
- The first right-click will unmount the media.
- The second right-click will eject the media (when supported).
Installation:
- Unpack the archive: tar xjf wmcdrom-0.x.tar.bz2
- Verify the PREFIX setting in the Makefile. wmcdrom will install to /usr/X11R6/bin
- Type make
- As root, type make install
- Launch wmcdrom and then drag the icon to the dock
You can test wmcdrom before install it by lunching (from source directory):
./wmcdrom -i cd /dev/hdc
(supposing your cdrom device is /dev/hdc)
WARNING: use the same device of your fstab ("less /etc/fstab" to verify)
<<less
Download (0.038MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1478 downloads
PjBOT 0.0.4

PjBOT 0.0.4


PjBOT is a fun-oriented irc bot. more>>
PjBOT is a fun-oriented irc bot. Theres no need to do an installation.
Just do it:
./pjbot.py &
The bot will enter #pjbot @ irc.debian.org. You can change this settings in the pjbot.py file.
Also there you must change saludo and quitmsg variables.

Here are some useful commands:
!trivial : sends a question.
!A phrase : where "phrase" is the phrase that gives the answer.
!opme : gives you @ in the channel.
!deopme : takes your @ out.
!off : bot quits irc

The questions and answers are read from the ./trivial/trivial.txt file and you can modify it to your needs.

The functionality of this version (0.0.3) is very poor, I just started the development.

<<less
Download (0.051MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1224 downloads
amaroKportable 0.4

amaroKportable 0.4


amaroKportable theme is based in iamarokPod. more>>
amaroKportable theme is based in iamarokPod:
http://www.kde-look.org/content/show.php?content=34241

You need pyXML in order to launch it.

Unpack, install eurostyle font and launch it.

Buttons:

*left button of digital joystick is preview
*right button of digital joystick is next track
*"sound" button is mute
*X button is play/pause
*vol + increase volume
*vol - decrease volume

<<less
Download (0.30MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1212 downloads
pyRenamer 0.4.1

pyRenamer 0.4.1


pyRenamer project allows you to change the name of several files at the same time easily. more>>
pyRenamer project allows you to change the name of several files at the same time easily.
Main features:
- You can use patterns to rename files.
- You can use search & replace to rename files.
- You can use common substitutions.
- You can manually rename selected files.
Installation:
tar xzvf pyrenamer-0.1.tar.gz
cd pyrenamer-0.1
./configure --prefix /usr
sudo make install
Enhancements:
- Now you can start pyRenamer in the directory that you want
- Preferences added to set default directories
- Added command line options to set directories
- Fixed bug on {num} pattern and syntax change from {num-2} to {num+2}
- Preview new filename when clicking PAGE_UP, PAGE_DOWN or RETURN on manual rename
- Add button to clear previewed filenames
- Better file selection filter
- Better unicode support
- Some GUI changes
- Bug fixes
- Check if directories set on Preferences are correct
- Remove debug info from console
- Fix bug reading preferences from gconf
- Activate Rename button on selection using keys
<<less
Download (0.066MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
805 downloads
vidiprinter 0.4

vidiprinter 0.4


vidiprinter provides a display of the BBCs vidiprinter for soccer fans. more>>
vidiprinter provides a display of the BBCs vidiprinter for soccer fans.

Please suggest/mail me any aesthetic improvements as Im no artist. Most alterations can be achieved in the global declarations of the python script. The background images are in the images directory.

<<less
Download (0.024MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1206 downloads
YASP 0.4

YASP 0.4


YASP project is a lightweight network protocol for micro controllers. more>>
YASP project is a lightweight network protocol for micro controllers.
YASP is a simple and open protocol for building networks with small microcontrollers. It is designed to have a small footprint for easy implementation with minimal hardware resources, but without sacrifice advanced features and future growth.
The protocol scalability is implemented using variable length fields.
The physical layer use the NRZ encoding as in RS-232, but using dominant and recessive bus states to provide a reliable way to detect collisions.
Main features:
- Node adresses: 1 to n bytes
- Medium access: CDMA/CS/NDA (Carrier Sense Multiple Access / Collision Detection / Non-Destructive Arbitration)
- Addressing modes: unicast, broadcast and multicast
- Smallest frame: 6 bytes
- Error detection: CRC16
- Bus signaling: 1-wire "open collector" or 2-wire diferential (CAN transceiver)
- Current PIC implementation: about 480 words of code and 25 bytes of RAM (interrupt driven)
Enhancements:
- Fixed minor framing bugs that affect reception of consecutive frames.
- Added sample code for analog inputs node using 16f876.
<<less
Download (0.19MB)
Added: 2007-01-16 License: LGPL (GNU Lesser General Public License) Price:
1014 downloads
exifDate 0.4

exifDate 0.4


exifDate is a service menu that lets you change modification date of jpeg images with the date from exif informations. more>>
exifDate is a service menu that lets you change modification date of jpeg images with the date from exif informations.

So your images will be dated with the shoot date and not the rotated/resized... date.

<<less
Download (0.006MB)
Added: 2006-09-24 License: GPL (GNU General Public License) Price:
1128 downloads
Konjue 0.4.0

Konjue 0.4.0


Konjue is a program to conjugate and deconjugate french verbs. more>>
Konjue is a program to conjugate and deconjugate french verbs.

Install:

./configure
make
su -c "make install"

<<less
Download (0.40MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1464 downloads
PieSpy 0.4.0

PieSpy 0.4.0


PieSpy is an IRC bot that monitors a set of IRC channels. more>>
PieSpy is an IRC bot that monitors a set of IRC channels. It uses a simple set of heuristic methods to infer relationships between pairs of users. These inferrences allow PieSpy to build a mathematical model of a social network for any channel. These social networks can be drawn and used to create animations of evolving social networks.
PieSpy has also been used to visualize Shakespearean social networks.This page got slashdotted on 11 March 2004, with the site getting 250,000 hits per hour. Thanks to Notnet for making sure it all stayed alive!
PieSpy was presented at the Information Visualization conference (IV04) in July 2004. Read the full paper online. It has also appeared in Computer Weekly, ct magazine, and I was interviewed live on BBC Radio Kent.
Enhancements:
- Now tracks nickname changes. Generates images five times faster. Removes formatting and colors from messages. The source code has been refactored to make it easy to add new InferenceHeuristics, which are used to work out who is talking to whom - if you create any good ones, let me know! The config file lets you apply different weightings to each InferenceHeuristic.
<<less
Download (0.143MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1226 downloads
OraRep 0.4.2

OraRep 0.4.2


OraRep is a PL/SQL snippet. more>>
OraRep is a PL/SQL snippet (embedded in a shell script) which creates a well-formatted HTML report on a given database instance, providing you with an overview on your instance(s), some hints for performance tuning, and more.
It has been tested with Oracle 8.1.7, 9.0.1, and 9.2. The script easily fits into a cron task to be run on a regular basis. Sample output (HTML) is included.
OSPRep does the same job for Oracle StatsPack Reports based on SnapShot Levels up to 7, and provides additional "plugins" for more detailed reporting on special issues.
The project also optionally creates a separate page with charts to visualize the results and more.
Enhancements:
- This release has working Oracle 10g support.
<<less
Download (0.17MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
837 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5