Main > Free Download Search >

Free just 3 software for linux

just 3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3729
jwhois 3.2.3

jwhois 3.2.3


jwhois provides an Internet Whois client with support for Whois, Rwhois, and HTTP. more>>
jwhois provides an Internet Whois client with support for Whois, Rwhois, and HTTP.
jwhois is an Internet Whois client that contains an extensible configuration file, which defines its operation. The client supports queries to foreign hosts, either through the RFC 954 - NICNAME/WHOIS protocol, the RFC 2167 - Referral Whois 1.5 protocol, or HTTP using an external browser.
Upon execution, it searches through its configuration to find the most specific whois server to query. Depending upon the reply from that whois server, it can assume the query was successfull and display the result to the user, or optionally redirect the query to another server to find more specific information.
The configuration file is highly customizable and makes heavy use of regular expressions.
When making a query, JWHOIS looks at the @option{whois-servers} block to determine which host to send the query to. The option @option{type} can be set to change between two different kinds of matching; @option{cidr} or @option{regex}.
JWHOIS implements support for maintaining a cache of Whois data received from Whois servers. This is NOT enabled by default but has to be compiled into the client specifically. The design is such that a central database is maintained by the client and because all users should have access to that database, the program must have the set-group-on-execution bit set and the database must be both read and writable by the group.
The configuration options available are CACHEFILE and CACHEEXPIRE which sets the database filename and the expire time for cached object. When an object expires from the cache, it is reloaded from the Whois server the next time it is requested. The expire time is measured in hours.
Enhancements:
- Updated jwhois.conf
- Include host name in cache key
- Various bugfixes
<<less
Download (0.42MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
971 downloads
Qt 3.3.8

Qt 3.3.8


Qt is a GUI software toolkit. more>>
Qt is a toolkit for software developers. Qt project simplifies the task of writing and maintaining GUI (graphical user interface) applications. It is written in C++ and is fully object-oriented.
It is a multi-platform toolkit. When you implement a program with Qt, you can run it on the X Window System (Unix/X11), Apple Mac OS X, and Microsoft Windows NT/9x/2000/XP by simply compiling the source code for the platform you want.
One of the key design goals behind Qt is to make cross-platform application programming intuitive, easy and fun.
Qt achieves this goal by abstracting low-level infrastructure functionality in the underlying window and operating systems, providing a coherent and logical interface that makes sense to programmers.
The Qt API and tools are consistent across all supported platforms (see below for details), enabling platform independent application development and deployment.
Enhancements:
- http://www.trolltech.com/developer/notes/changes/changes-3.3.8
<<less
Download (16.6MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
616 downloads
ntop 3.3

ntop 3.3


ntop is a network probe that shows network usage in a way similar to what top does for processes. more>>
ntop is a network traffic probe that shows the network usage, similar to what the popular top Unix command does.
The project is based on libpcap and it has been written in a portable way in order to virtually run on every Unix platform and on Win32 as well.
ntop users can use a a web browser (e.g. netscape) to navigate through ntop (that acts as a web server) traffic information and get a dump of the network status.
In the latter case, ntop can be seen as a simple RMON-like agent with an embedded web interface. The use of:
a web interface
limited configuration and administration via the web interface
reduced CPU and memory usage (they vary according to network size and traffic)
make ntop easy to use and suitable for monitoring various kind of networks.
Main features:
- Sort network traffic according to many protocols
- Show network traffic sorted according to various criteria
- Display traffic statistics
- Store on disk persistent traffic statistics in RRD format
- Identify the indentity (e.g. email address) of computer users
- Passively (i.e. withou sending probe packets) identify the host OS
- Show IP traffic distribution among the various protocols
- Analyse IP traffic and sort it according to the source/destination
- Display IP Traffic Subnet matrix (whos talking to who?)
- Report IP protocol usage sorted by protocol type
- Act as a NetFlow/sFlow collector for flows generated by routers (e.g. Cisco and Juniper) or switches (e.g. Foundry Networks)
- Produce RMON-like network traffic statistics
Additional features of "ntop":
- Network Flows
- Local Traffic Analysis
- Multithread and MP (MultiProcessor) support on both Unix and Win32
- Perl/PHP/Python lightweight API for accessing ntop from remote
- Support of both NetFlow andsFlow as flow collector. ntop can collect simultaneously from multiple probes.
- Traffic statistics are saved into RRD databases for long-run traffic analysis.
- Internet Domain, AS (Autonomous Systems), VLAN (Virtual LAN) Statistics
- Network assets discovery and categorization according to their OS and users
- Protocol decoders for most of known P2P (Peer to Peer) protocols
- Advanced per user HTTP password protection with encrypted passwords
- RRD support for persistently storing per-host traffic information
- Passive remote host fingerprint (Courtesy of ettercap)
- HTTPS (Secure HTTP via OpenSSL)
- Virtual/multiple network interfaces support
- Graphical Charts (via gdchart)
- WAP support
<<less
Download (2.4MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
547 downloads
shntool 3.0.3

shntool 3.0.3


shntool is a multi-purpose WAVE data processing and reporting utility. more>>
shntool is a multi-purpose WAVE data processing and reporting utility. File formats are abstracted from its core, so it can process any file that contains WAVE data, compressed or not - provided there exists a format module to handle that particular file type. shntool is comprised of three parts: the core, mode modules, and format modules.
shntool has native support for .wav files. If you want it to work with other formats, you must have the appropriate helper program installed. The "Helper programs" section below contains links to helper programs for each format that shntool supports.
Enhancements:
- This version improves the use of exit codes across all modes.
<<less
Download (0.20MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
876 downloads
AutoRPM 3.3.3

AutoRPM 3.3.3


AutoRPM is a Perl program that automates RPM installation. more>>
AutoRPM is a Perl program that automates RPM installation. AutoRPM project is designed to be run from cron nightly and run interactively as necessary.
By default, every night, it will check for official Red Hat updates for your system. However, you can modify the configuration file to do much more... like automatically install the same RPMs on a cluster of machines.
The interactive mode lets you actually install the updates (by default, RPMs are not upgraded automatically, although they can be).
You can also use the interactive mode to process a directory of RPMs. AutoRPM will compare each file with your installed RPMs and allow you to decide which ones to install.
Options:
--version
Displays the version of AutoRPM and exit.
--debug
Enables very verbose debugging information.
--notty
Usually used from scripts (such as cron scripts) to guarantee
that AutoRPM does not try to interact with a user. When running
interactively, AutoRPM also will print everything to the screen
(i.e. bypassing any configuration in the config file to mail
reports). So, if you are running AutoRPM interactively and want
it to behave as if it is running from a cron job, then you can
use this parameter.
--pidfile
Overrides the default PID file location (particularly useful for
running as a normal user when only updating a directory and not
a system). The default value is /var/run/autorpm.pid.
--tempdir
Overrides the default temporary (spool) directory (particularly
useful for running as a normal user when only updating a direc-
tory and not a system). The default value is
/var/spool/autorpm.
cmd1 cmd2 ...
Any number of commands can be specified on the command line. If
specified, AutoRPM will run all of the commands in the order
given, and then exit. For a list of commands, run "autorpm
help". For help on a given command, run "autorpm help com-
mand_name".
Enhancements:
- Added Fedora Legacy update pool
<<less
Download (0.084MB)
Added: 2006-01-19 License: MIT/X Consortium License Price:
1373 downloads
IGSuite 3.2.3

IGSuite 3.2.3


IGSuite is an open source web-based groupware suite. more>>
IGSuite is an open source web-based groupware suite.
Main features:
- Contact CRM management
- Webmail
- full-featured and shared Calendar
- Digital documents archive
- ToDo management
- Fax system
- Wiki
- Project management
- Preferences per user
- PDA interface
- Available in different languages
- Different skins and layout
- Multiplatform (Linux & Windows)
<<less
Download (1.2MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
912 downloads
SiteBar 3.3.8

SiteBar 3.3.8


SiteBar is a multi-user, multi-group bookmark server. more>>
SiteBar project is a solution for people who use multiple browsers or computers and want to have their bookmarks available from anywhere without need to synchronize them or take them along. The bookmarks are stored on a server - this could be:
SiteBar server run by its authors (you dont need to install SiteBar software - just sign up our service);
another public server running our SiteBar software;
your own server running our free SiteBar software.
The bookmarks are displayable/modifiable in almost any standards compliant browser.
SiteBar allows you keeping links private (the default) while giving you possibility to grant access to your bookmarks to selected user groups or to everyone. You can maintain your personal, family, team, company or enterprise-wide bookmarks with flexible access rules, permissions and customizable design!
Using RSS feeds you may monitor what additions have been added to certain SiteBar folders or to the whole SiteBar installation.
Enhancements:
- Tree class and sanity module improved to consume less memory.
- Fixed display of the statistics for SQL queries.
- Group management functions should not be available to anonymous users.
- Fixed warning when filtering user groups using empty filter regexp.
- Improved code for adding page in IE so that it works with IE 6.0 (was showing error accessing external.menuArguments.document).
- Some keys for the MS IE integration installer were moved from HKEY_CURRENT_USER to HKEY_LOCAL_MACHINE. This solved problem experienced by some MS IE 6.0 users (and actually conforms to the tutorial from MS).
- Fixed "mobile" SiteBar writer - adapted to changed plugin API.
- Feed URL fixed again. Be warned, it does not seem granted it will work forwever.
- Use relative path for JavaScript - it should be found there.
- Private links were not loaded over AJAX.
- Feed URL fixed, URL is now encoded before sending to the reader.
- When "Auto Retrieve Favicon" was turned off, the URL has not been prefilled when adding a link.
- Folders loaded via AJAX were not using externally set target attribute.
- [B120] Language detection not working for nb_NO/no_NO.
- [B118] Remove "content" from "Add Page" bookmarklet.
- [B111] Enter key not working in the search field for searching web in IE. window.open is now used instead of trying to set proper window location.href
- Development releases now marked with svn after version number.
- Fixed wrong path composition when changing images in the JavaScript.
- [B112] entity incorrectly used in HTML output causing problems in IE.
- Do not force version check upon each execution of SiteBar Settings.
- Avoid using function mysql_real_escape_string with PHP less then 4.3.
- [B114] Online help URL should be encoded.
- [B113] "Create Group" - default moderator should be current user.
- Fixed web search URL (replaced %25 back to %).
- Frontend filtering is back - requested by users.
- Fix favicon handling when added a link.
- Rename no_NO to nb_NO (http://tinyurl.com/epozf).
- Replace menu expanding using "two lines" with graphics. Placing mouse over the line of the double arrow expands the collapsed context menu.
- Fixed accented characters for some locales in the language name.
- Fixed ru_RU locale - caused blank pages on some installations.
- Removed ampersand conversion to entity in text emails during account approval.
- Fixed toggling of class name of disabled items.
- Fixed declaration of new javascript variables.
- Fixed incorrect enabling of commands in context menus.
- Disable HTTP traffic loggin.
- Disable automated downgrade, only one release can be downgraded at a time.
- "Email Verified" and "Invalid Token" changed to inplace commands.
- Some account creation messages were using email instead of username.
- Fix update of translations.
<<less
Download (0.52MB)
Added: 2006-05-01 License: GPL (GNU General Public License) Price:
1275 downloads
nrsTable 0.3.3

nrsTable 0.3.3


nrsTable is a JavaScript script that will allow a developer to create HTML tables from arrays. more>>
nrsTable library is a JavaScript script that will allow a developer to create HTML tables from arrays.
The tables can be automatically sorted simply by clicking on the heading. A lot of customization can be done for the tables, such as colors, pages, captions, and more.
The following are some examples of how nrsTable can be used to make dynamic tables. Now, I have already entered the script declaration, which looks like:
< script type="JavaScript" src="nrs_table.js" >< /script >
In the head of this page. Now we can create different examples. Note that each table must have its own, unique id in order for this to work.
Ill also be using the same dummy data for all the tables, since I dont feel like writting more than one example.
The dummy data will look like this:
< script language="JavaScript" src="nrsTable.js" >
var header = new Array("First Name", "Last Name", "Income", "Date Hired");
var data = new Array( new Array ( "Joseph", "Smith", "$35,000", "2000"),
new Array ( "Aaron", "Zelzet", "$45,000", "1997"),
new Array ( "Michael", "Doe", "$55,000", "1965"),
new Array ( "Cindy", "Perez", "$44,345", "2004"),
new Array ( "Robert", "Williams", "$48,234", "1990"),
new Array ( "William", "Cohen", "$12,234", "2005"),
new Array ( "David", "Gross", "$34,563", "1998"),
new Array ( "Linda", "Mendez", "$46,975", "1988"),
new Array ( "Karen", "Anderson", "$124,345", "1978"),
new Array ( "Veronica", "OReiley", "$89,034", "1968")
);
< /script >
Enhancements:
- A small bug that would skip displaying a row at the beginning of a table was fixed.
- This was only the case in IE.
<<less
Download (0.031MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1346 downloads
pam_sotp 0.3.3

pam_sotp 0.3.3


pam_sotp PAM module provides support for One Time Passwords (OTP) authentication. more>>
pam_sotp PAM module provides support for One Time Passwords (OTP) authentication. The "s" in "sotp" stands for "simple"; pam_sotp aims to be a simple, easy to configure, module.
pam_sotp is still under early stages of development. Although it seems to work pretty well be warned that this software could contain severe bugs that may put at risk the security of your system. Until a stable release is reached you are advised to not use pam_sotp on mission-critical systems or production servers.
Having said that, it seems that the software is reaching an stable stage. Ive received several reports about pam_sotp being used without problems in several configurations.
This project is way too small to have a serious roadmap, but anyways I guess that some of you would like to know what are my short/medium term plans for pam_sotp, so here they are:
Release pam_sotp 0.4.0, with some patches I received and other improvements I have in mind
Maintain the 0.4.x branch until it becomes stable
Release a couple of 1.0 release candidates and then finally pam_sotp 1.0
Maintain the 1.0 branch
Enhancements:
- Added disable and enable commands to otppasswd
- Bugfix: SGID shadow applications could not authenticate against pam_sotp (some SUID code somehow remained in pam_sotp)
<<less
Download (0.10MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1260 downloads
Siteframe 3.2.3

Siteframe 3.2.3


Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites. more>>
Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites.

Siteframe™ is a lightweight content-management system designed for the rapid deployment of community-based websites. With Siteframe, a group of users can share stories and photographs, create blogs, send email to one another, and participate in group activities. Siteframe enables this by providing web-based content management so that anyone can create content without needing to learn HTML.

<<less
Download (0.66MB)
Added: 2007-04-25 License: Common Public License Price:
545 downloads
pkdump 3.3

pkdump 3.3


pkdump is a port scanning detection tool. more>>
pkdump is a port scanning detection tool. The program detect any TCP ,UDP port scanning or open connection attempt from foreign host over the internet with IP protocol version 4
or IP protocol version 6 .
The program can detect:
TCP connect , TCP syn , TCP fin , TCP xmas, TCP ack, TCP null(no flags), UDP port (connect) and UDP null (0 bytes, UDP packets lengt ) , whether the IP packet are fragmented or not. (Please consult "Nmap"... man Nmap).
The program make a directory like this : "Pkdump-[date][time]" and in this directory make a file "PKDATA" that contains all IP packet sent and received during the transmission ,and during scanning attack make files that contains the data of the attack ;the data of the port scanning will displayed on the screen with a short beep;
Enhancements:
- Fixed bug in read-write operation.
- Show the number of IP fragment.
<<less
Download (0.018MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1201 downloads
TrafIP 3.3

TrafIP 3.3


TrafIP provides a small solution for monitoring traffic and bandwith. more>>
TrafIP provides a small solution for monitoring traffic and bandwith.
TrafIP - its a small solution(3 files) for monitoring your traffic and bandwidth. Its available for using with PHP and Linux(or any type of unix/bsd etc).
Unlike other programs you will have all data updated at 6 seconds. The graphs are generated when you access them. Oh, its FREE!
Options:
- the name of file wich contains colected data
- ip address filtered/of interface
- the maximum speed than the line can download in 6 seconds. if you see black lines without interface to be down, then increase this value, it is just to detect line up/down
- the color for upload traffic
- the color for download traffic
- image type png recomended for small size and look(can be png, gif or jpg)
Installation is easy. Just add those lines to your firewall or put somewhere to start allways.
After this modify the collect.sh script with the result from your iptables -L -n. And of course put the .php files somewhere to access via www :) and make the directory writeable.
The output file must be in the directory where are the php files. By default without selecting anything will show last hour traffic. Its pretty live(update at 6 seconds, not like other programs).
Quick example:
[root@lair trafip]# iptables -A OUTPUT -s 0.0.0.0/0 -d 127.0.0.1
[root@lair trafip]# iptables -A INPUT -d 0.0.0.0/0 -s 127.0.0.1
[root@lair trafip]# iptables -L -n|grep 127|grep -v ACCEPT|grep -v LOG|grep -v DROP
all -- 127.0.0.1 0.0.0.0/0
all -- 0.0.0.0/0 127.0.0.1
Get the strings "127.0.0.1 0.0.0.0/0" and "0.0.0.0/0 127.0.0.1" and put in collect.sh. Must be exact like iptables shows(better you copy paste that part). The script collect.sh must be allways running to count.
In img.php modify:
$target variable with the name where you redirect the output from collect.sh(ex: $target="local";)
$ip variable with the IP(ex: $ip="127.0.0.1";)
$maxspeed variable with the maximum maxim traffic can be done in 6 seconds(ex: $ip="115200";). If you have black lines on your graph without stopping the interface/traffic the increase the value.
$upload variable with red or green(ex: $upload="red";)
$download variable with red or green(ex: $download="green";)
$imagetype variable with png, gif or jpg, if for output format of graph(ex: $imagetype="gif")
The output file must be something like:
11/12/02 05:57:26 10782702 149477806
11/12/02 05:57:32 10783170 149489806
11/12/02 05:57:38 10783810 149509426
(format: month/day/year[space]hour:minutte:second[space]INPUT_counter[space]OUTPUT_counter
Enhancements:
- New output formats
- an interface to see detailed traffic.
<<less
Download (0.005MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
963 downloads
mp3blaster 3.2.3

mp3blaster 3.2.3


mp3blaster provides interactive playing of audio files like mp3 on a text console. more>>
Mp3blaster is an mp3 player for computers running a UNIX-like operating system, e.g. Linux, Free/Net/OpenBSD, etc. mp3blasters interface is entirely text based, thereby eliminating the need for a graphical environment like X-Windows.
This does not limit the way you can control the player whilst playing though; just like any graphical mp3 player, there are cd-style buttons like play, stop, pause, next track, etc.
While hardly anyone had ever heard of mp3 back in early 1997, I began to build up my own mp3 collection. As a Linux (text console) adept, I was heavily frustrated by the lack of a decent mp3 player. There was a (at the time) very popular command-line based mp3 player though, called splay. I figured I could use its mpeg decoding library and write my own interface in ncurses to control it. The plan was there!
Thinking about how to implement this interface, I also wondered why all mp3players had such plain playlist functionality! I like the ability to chuck a bunch of CDs in a multi-CD cd player, and then play the CDs in random order. In such a way that the cd player selects one of the five CDs at random, and then plays the entire disc. This continues, until all discs have been played. No mp3 player could do this, so I decided to add it to mine.
Enhancements:
- A parallel build bug was fixed. make -j now works.
- Dynamic screen resizing was implemented.
- A race condition that caused 100% CPU consumption at the end of each song was fixed.
<<less
Download (0.30MB)
Added: 2006-08-06 License: GPL (GNU General Public License) Price:
1179 downloads
Munin 1.3.3

Munin 1.3.3


Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface. more>>
Munin is a tool for graphing all sorts of information about one or more servers and displaying it in a web interface. Munin uses the execellent RRDTool (written by Tobi Oetiker) and is written in Perl. Munin has a master/node architecture.
The master connects to all the nodes at regular intervals, and asks them for data. It then stores the data in RRD-files, and (if needed) updates the graphs. One of the main goals has been ease of creating own "plugins" (graphs).
Installation:
edit Makefile.config
- create the user "munin"
- make install-main
- create a cron-entry to run "munin-cron" as the user "munin" every 5 minutes
- if you want to use the dynamic graphs, configure the cgi directory (an example for apache can be found in README-apache-cgi).
<<less
Download (0.30MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1097 downloads
PyQt 3.17.3

PyQt 3.17.3


PyQt is a Python bindings for the Qt GUI toolkit. more>>
PyQt project is a set of Python bindings for the Qt toolkit. The bindings are implemented as a set of Python modules: qt, qtcanvas, qtgl, qtnetwork, qtsql, qttable, qtui and qtxml, and contains 300 classes and over 5,750 functions and methods.
PyQt also implements the qtext Python module. PyQt project is a set of Python bindings for the Qt toolkit.
PyQt is licensed under the GNU GPL (for UNIX/Linux and MacOS/X), under the Qt Non-commercial License (for use with the Qt v2.3.0 non-commercial version for windows), under the Qt Educational License (for use with the educational edition of Qt for Windows), and under a commercial license (for Windows, UNIX/Linux and MacOS/X). You can purchase the commercial version of PyQt here.
There is also an evaluation version of PyQt for Windows. This must be used with the corresponding evaluation version of Qt.
PyQt supports Qt versions 1.43 to 3.3.4 and Python versions 1.5 to 2.4. PyQt will normally work with newer versions of Qt and Python without change. If changes are required then these are normally added to snapshots within a few days. PyQt has been ported to Windows, MacOS/X and UNIX/Linux.
Note that PyQt does not yet support Qt v4.
PyQt has also been ported to Qt/Embedded and supports the Qt Palmtop Environment (aka Qtopia) through the qtpe Python module.
Binary packages of PyQt are provided for the non-commercial, educational, and evaluation versions of Qt for Windows.
The GPL version of PyQt is included with most of the main Linux distributions.
PyQt brings together the Qt C++ cross-platform toolkit and the cross-platform interpreted language Python.
Qt is primarily a GUI toolkit. It has a comprehensive set of widgets modelled as C++ classes including a fast canvas widget and a rich-text editor. Qt also includes many other useful classes implementing, for example, access to SQL databases and an XML DOM parser.
Qt classes employ a signal/slot mechanism for communicating between objects that is type safe but loosely coupled making it easy to create re-usable software components.
Qt also includes a graphical user interface designer and an associated utility uic than converts a design into the corresponding C++ code.
Python is a simple but powerful object-orientated language. Its simplicity makes it easy to learn, but its power means that large and complex applications can be created. Its interpreted nature means that Python programmers are every productive because there is no edit/compile/link/run development cycle.
Much of Pythons power comes from its comprehensive set of extension modules providing a wide variety of functions including HTTP servers, XML parsers, database access, data compression tools and, of course, graphical user interfaces.
Extension modules are usually implemented in either Python, C or C++. Using tools such as SIP it is relatively straight forward to create an extension module that encapsulates an existing C or C++ library. Used in this way, Python can then become the glue to create new applications from established libraries.
PyQt combines all the advantages of Qt and Python. A programmer has all the power of Qt, but is able to exploit it with the simplicity of Python.
PyQt includes pyuic which takes the same designs that uic converts to C++, but converts them to the equivalent Python code. This makes PyQt particularly useful as a rapid prototyping environment for applications that will eventually be implemented in C++.
Enhancements:
- This release is needed if SIP v4.7 or later is being used.
<<less
Download (0.78MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
823 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5