Main > Free Download Search >

Free worry wart software for linux

worry wart

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 208
InJoy Firewall 3.0

InJoy Firewall 3.0


InJoy Firewall is a flexible firewall security solution for businesses of any size. more>>
InJoy Firewall is a flexible firewall security solution for businesses of any size. It offers preconfigured policy templates, including full customization options, IPSec VPN integration, gateway capabilities, intuitive management, access control, many documented deployment examples, and comprehensive documentation.

Without question, the Linux Operating System provides a proven and cost-effective platform, as well as a wealth of high-quality open source software. For business use, however, it often proves difficult to find supported linux firewall solutions that provide the required level of confidence, reliability and trust. With the InJoy Firewall™, businesses can benefit from Linux without having to give up the safety of a responsible vendor and a traditional business relationship.

Security as never before — the InJoy Firewall™ for Linux provides customers with next generation intrusion and anomaly detection. These technologies provides network administrators with the ultimate tools to keep track of network activity and eliminate Internet threats of any type.

As a busy and responsible network administrator, you will find great relief in the InJoy Firewall™. As the only Linux firewall, it is designed from the ground up to be self-contained, thus ensuring optimal performance and minimum impact from third-party problems. This means you dont have to worry about dependencies with Linux connectivity software, software libraries or kernel compilation.


Manage your remote Linux-based Firewall Server from your Windows-based desktop (or any other supported Operating Systems), using the intuitive InJoy firewall™ GUI. Linux users that prefer plain-text configuration can opt for that with the InJoy firewall™ as well.

The InJoy firewall™ works the same under all the supported operating systems, meaning you can deploy a complete and unified protection strategy throughout the business and effortlessly set up fully capable VPNs without having to worry about interoperability issues.

The InJoy firewall™ installs in minutes and can be prepared for distributed, company-wide deployment, using the same simple installation scripts everywhere.
<<less
Download (2.8MB)
Added: 2006-07-12 License: Freeware Price:
1201 downloads
phpGraphy 0.9.13a

phpGraphy 0.9.13a


phpGraphy is a free photo gallery PHP script released under GPL license. more>>
phpGraphy is a free photo gallery PHP script released under GPL license. Since its beginning, it has been written with simplicity and efficiency in mind following the KISS philosophy.
It should fit many needs, thanks to its easy installation process, it can be setup in less than 3 min to put a small photo gallery online.
For users with thousands of pictures, dont worry as phpGraphy does use a real directory tree to store the pictures (as you probably already have on your hard-drive), youll just have to upload your whole picture collection et voila, phpGraphy will generate the thumbnails and low-resolution pictures for you and even better, it can also auto-import IPTC description in the database (if already embeded in your pictures).
phpGraphy project integrates a bunch of nice features like comments, rating, EXIF/IPTC handling.
Main features:
- On-the-fly Thumbnail/Low resolution picture generation
- Unlimited Categories and Sub-categories (it uses directories)
- Integrated fast text database mode (MySQL also supported if prefeered)
- Users comments
- Rating system
- Web/FTP picture upload
- Top Rated/Last Commented pictures pages
- User level support to protect pictures/directories from unwanted people
- EXIF/IPTC metadata support (hot!)
- Multilingual support (English/French/German/Italian/Spanish/Dutch/Russian/Hebrew)
- Web interface management
- Lossless jpeg rotation support (via exiftran/jpegtran)
- Video, sound and text files support
- Layout/Text very easy to change
- W3C compliant XHTML 1.1 Compliant CSS 2.0 Compliant (visitor interface only)
- Highly configurable
- Free (under GPL license)
<<less
Download (0.37MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
998 downloads
jOpenRPG 0.0.1

jOpenRPG 0.0.1


jOpenRPG is a Java implementation of an OpenRPG client. more>>
jOpenRPG project is a Java implementation of an OpenRPG client.
jOpenRPG is a pure Java implementation of the OpenRPG client. It currently supports Chat, Gametree, basic Python scripting via jython, and more.
It is distributed as an executable jar (support libraries required), or via Java Web Start, and compatible programs.
Version restrictions:
- Expect an exception when exiting the application.
- The app is currently trying to write to a file stored inside the jar and failing. Nothing to worry obout.
- jOpenRPG does *not* currently save the game tree - dont make changes you care about.
- Use the noxml for a smaller download if you already have JAXP installed, or are using java 1.4 or better.
<<less
Download (1.1MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1020 downloads
1-Box Cafe 3.0

1-Box Cafe 3.0


Internet Cafe in a box: Allows ten users to work simultaneously off one computer box by simply connecting extra video cards, monitors, keyboards and mice. This unique, all-in-one, robust computer prod more>>

Provides an ?instant? ten station Internet cafe. It is the fastest, simplest, and most portable way to provide sponsored Internet kiosks for conferences, trade shows, and conventions. By adding extra video cards, up to ten users can simultaneously browse the Internet, send email, and run a wide variety of business and productivity software, independently, with no significant loss in performance. Each workstation requires only a standard monitor, USB keyboard and mouse. This reduces hardware, software, and maintenance costs, which lowers the total cost of ownership by as much as ninety per cent. Furthermore, only one IP address is required, saving substantially on costly service fees at conference, trade show, and convention venues. It offers full public access protection and is virtually immune to all viruses. In short, Userfuls 1-Box Cafe provides affordable, worry-free, and brandable-by-sponsor, computer stations for meetings, conventions, conferences, and trade shows.

Whats new in this version: Initial Public Release

<<less
Download (275.46KB)
Added: 2009-04-08 License: Freeware Price: $Free
204 downloads
WML::Card 0.02

WML::Card 0.02


WML::Card is a Perl extension for builiding WML Cards according to the browser being used. more>>
WML::Card is a Perl extension for builiding WML Cards according to the browser being used.

SYNOPSIS

use WML::Card;
my $options= [ [Option 1, http://...], [Option 2, http://...], ];
my $c = WML::Card->guess(index,Wap Site); $c->link_list(indice, undef, 0, $options, $options); $c->print;

This perl library simplifies the creation of WML cards on the fly. It produces the most suitable wml code for the browser requesting the card. In this way the one building the cards does not have to worry about the differences in how each wap browser displays the wml code. In combination wht WML::Deck it provides functionality to build WAP applications.

Methods

$card = WML::Card->guess( $id, $title, [$user_agent] );
This class method constructs a new WML::Card object. The first argument defines the WML cards id and the second argument its title. The if the third argument is not defined, the value is obtained from $ENV{HTTP_USER_AGENT}.

$c->buttons($label, $type, $task, $href)
$c->table ($data, $title, $offset, $pager, @headers)
$c->link_list($name, $listtitle, $offset, $pager, $data, $align)
$c->value_list($name, $listtitle, $offset,$pager,$data)

The variable $data is an array reference like: my $menu_items= [ [Option 1, http://...], [Option 2, http://...], ];

The variable $pager is the number of items wanted to be displayed in each card.

$c->print
$c->info($content)
$c->img($file, $alt)
$c->input($label, $text, $name, $format, $type, $size, $target, $arg);
$c->link($target, $text);
$c->br

<<less
Download (0.005MB)
Added: 2007-03-26 License: Perl Artistic License Price:
942 downloads
RubyGems 0.8.11

RubyGems 0.8.11


RubyGems is the premier ruby packaging system. more>>
RubyGems is the premier ruby packaging system.
It provides:
- A standard format for destributing Ruby programs and libraries.
- An easy to use tool for managing the installation of gem packages.
- A gem server utility for serving gems from any machine where RubyGems is installed.
RubyGems Benefits
Using RubyGems, you can:
- download and install Ruby libraries easily
- not worry about libraries A and B depending on different versions of library C
- easily remove libraries you no longer use
- have power and control over your Ruby platform!
Main features:
- Easy Installation and removal of RubyGems packages and their dependents.
- Management and control of local packages
- Package dependency management
- Query, search and list local and remote packages
- Multiple version support for installed packages
- Web-based interface to view the documentation for your installed gems
- Easy to use interface for building gem packages
- Simple server for distributing your own gem packages
<<less
Download (0.15MB)
Added: 2005-09-23 License: GPL (GNU General Public License) Price:
1493 downloads
XFwall 1.4-37st

XFwall 1.4-37st


XFwall is a professional graphical firewall system for Linux aimed at corporate users. more>>
XFwall is a professional graphical firewall system for Linux aimed at corporate users.
XFwall firewall can be used with clients, servers, and gateway machines, and runs on Fedora Core, Debian 3.1 (Sarge), Red Hat, and Conectiva Linux.
Installation:
Change to the source code directory and run:
./configure
make
make install
Notes:
1) The configure script above relies on the $QTDIR enviroment variable to find the TrollTech QT Library that is usually installed with the qt-devel package. At least for RH9 and FC2, there is no need to worry about the $QTDIR variable.
2) For MySQL support, you must have installed a QT library with MySQL driver included. Otherwise, XFwall will report that MySQL Driver was not loaded.
Enhancements:
- Build system greatly improved.
- XFwall now can detect many Linux distros.
- It supports internationalization.
- New Open Source logo screen.
- New resources in Profile options (Ctrl-P).
- Now SVN version is also available.
<<less
Download (0.33MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1101 downloads
Code::Perl 0.03

Code::Perl 0.03


Code::Perl is a Perl module to produce Perl code from a tree. more>>
Code::Perl is a Perl module to produce Perl code from a tree.

SYNOPSIS

use Code::Perl::Expr qw( :easy );

my $c = derefh(scal(hash), calls(getkey));

print $c->perl; # ($hash)->{getkey()}

Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building, the tree can output the Perl code. This is useful if you have built your own mini-language and you want to generate Perl from it. Rather than generating the Perl at parse time and having to worry about quoting, escaping, parenthese etc, you can just build a tree using Code::Perl and then dump out the correct Perl at the end.

<<less
Download (0.017MB)
Added: 2006-10-05 License: Perl Artistic License Price:
1127 downloads
PloneAtom 0.1.3

PloneAtom 0.1.3


PloneAtom provides Atom support for Plone. more>>
PloneAtom provides Atom support for Plone.

This is a Plone product (that could probably be trivially modified for the CMF itself) which provides Atom support for Plone. Currently it provides the Atom syndication format for folderish objects, in the same way as RSS syndication is implemented.

Enabling Atom syndication

Atom syndication is enabled in exactly the same way as RSS syndication. To enable syndication on the site in general:

.Login as an admin user.

.Go to Plone Setup and choose Zope Management Interface

.Select the Properties tab in the portal_syndication tool.

.Click enable syndication. Then, to enable syndication support for a particular folderish object:

.Login as a user who has Owner/Manager permission for the folder.

.Surf to that folder and select the syndication tab.

.Click Enable syndication. Dont worry about the syndication options it gives you -- they are not used by atom (and ignored in most RSS clients, from what Ive seen).

<<less
Download (0.004MB)
Added: 2007-02-16 License: MIT/X Consortium License Price:
982 downloads
Accountability Pal 0.1.1

Accountability Pal 0.1.1


Accountability Pal monitors your network and keeps track of who is using the Internet . more>>
Accountability Pal monitors your network and keeps track of who is using the Internet and what they are viewing, downloading, uploading, etc. It sends a email report of each users activity to the person/people you specify.
These days, more people are becoming addicted to viewing pornography on the Internet. Web sites offer free glimpses into enticing worlds of sexual immorality, and the anonymity that the Internet has to offer provides a way of indulging in those desires in the privacy of your own home without the worry of getting caught by their spouse or other loved ones. As a result, when the addiction is discovered by someone else, it often has such a devastating effect that families are destroyed as a result.
Thats where Accountability Pal comes in. Several of my friends have a passion for helping those with an addiction to porn, or they want to make sure their kids would not fall into that trap. Accountability Pal monitors your network and emails you, or others, reports of what everyone is viewing.
Enhancements:
- installer/accpal.nsi:
- Fixes to install all required dependencies on Windows.
- ChangeLog: Updated ChangeLog for version 0.1.1.
- configure.ac: Updated version to 0.1.1.
- installer/accpal.nsi:
- Updated installer to include all required files and to launch README.
- src/accpal.c: Added pause after ethernet interfaces are listed.
- README: Updated README to reflect Windows version.
- accpal.conf: Updated sample config file to reflect new options.
- src/accpal.h, src/apreport.c, src/common.c:
- added generation of Date header on emails.
<<less
Download (0.33MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1222 downloads
tX XML editor 1.2

tX XML editor 1.2


tX, formerly known as Teddy, is a tabular XML editor. more>>
tX, formerly known as Teddy, is a tabular XML editor. tX XML editor presents the structure and content of XML files in a way that is both visually pleasing and easy to use.
Its features include the abiltiy to view XML in an hierarchical way without extraneous syntax or interface elements, edit data like a spreadsheet, enter data without having to worry about encoding rules, make major structural changes with minimal effort, cut and paste between most spreadsheet applications, and export to HTML.
Main features:
- Teddy is now rebranded as tX - Tabular XML editor.
- Compilation under Qt4.
- Elements without subelements have a closing "../>" instead of .
- Attribute-value quotes changed from to ".
- New menu icons - some original, some from art.gnome.org.
- German language translation.
- A new tab called "Help Text" provides a generic help-system for XML-Files. In this tab it is possible to display user documentation: If either the working-directory or the directory of the current xml file has a sub-directory with the name of the DTD, a right-click on an element ( ) will load and display a file called "element_name.html" in the QTextBrowser-Widget. A right-click on the attribute (attribute-name="...") will jump to the "element_name.html#attribute_name" section of the html help file.
<<less
Download (0.20MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1224 downloads
PyAudioPlay 0.2.4

PyAudioPlay 0.2.4


PyAudioPlay is a set of Python classes which tie together the pyao, pymad, aifc and wav modules into a single media player. more>>
PyAudioPlay is a set of Python classes which tie together the pyao, pymad, aifc and wav modules into a single media player. The actual Player class does all of its playback within a Python thread allowing the host application to perform others tasks and not have to worry about managing the audio playback.
PyAudioPlay is written in Python. PyAudioPlay now supports Ogg Vorbis because it uses the pyogg library.
A beta version 0.2.4 is available for download. Dont expect the API to be stable. AudioPlay requires Python >= 2.3 and pyao. Pymad is required for MP3 playback (optional). pyogg+pyvorbis is required for Vorbis playback (optional).
Basic documentation exists for playback in the audioplay.player module. A simple playback example exists in the player.py module, which can be used as a standalone command line player.
Enhancements:
- Some MP3 files are misdetected by the MAD library as having really weird sample rates (i.e., 24000 Hz). These files are now rectified to 44.1kHz automatically.
<<less
Download (0.010MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1177 downloads
MyPPP 0.6

MyPPP 0.6


MyPPP is a ppp dialer+logger for Red Hat Linux. more>>
MyPPP is a ppp dialer+logger for Red Hat Linux. It lets you start a ppp dialup connection to your ISP and it records how much time youre online every month. With MyPPP, you dont have to worry about excess internet bills.
MyPPP uses the MySQL database to record monthly usage time. MyPPP runs under Red Hat Linux 7 or newer with MySQL and Qt installed.
To install follow these commands:
Make sure that you are logged in as root.
1. Extract the archive (tar -zxvf myppp-0.6-rh7-i386+src.tar.gz).
2. Change directory to the installation path (cd myppp-0.6).
3. Type ./install.
To start MyPPP, just type myppp. Make sure the MySQL server is running.
Enhancements:
- Version 0.6 released with daily time record (DTR) feature. In addition to recording monthly usage, this version now also records the logon and logoff times, with the corresponding interface used and the user who used the connection.
<<less
Download (0.44MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
Simple Equation 0.9

Simple Equation 0.9


Simple Equation makes it simple to put equations on the Web. more>>
Simple Equation makes it simple to put equations on the Web. Simple Equation project does not bother the user with the layout of the equation; it just displays it. The focus is on being simple to use.

One of the biggest obstacles to using mathematical expressions on the web is that the user currently needs to worry about layout. Web users should not have to learn a layout engine.

The class is built as a recursive parser. It is pretty easy to add operations to the parser, but it will not scale to a huge set of operations. That is OK, we want to keep things simple. At some point a layout engine may be required for a complexity level. This is not a layout engine.

Currently, only graphical output is generated, but it is hoped that MathML output can be generated automatically if the browser supports it instead of the graphic.

<<less
Download (0.008MB)
Added: 2007-04-25 License: Free for non-commercial use Price:
912 downloads
OODBC for unix 1.05

OODBC for unix 1.05


Object adapter for ODBC more>> OODBC is object interface built above ODBC API for C++ language. The primary goal of OODBC is to provide a flexible and convenient interface to relational databases for C++ language. Anyone who has to use ODBC or similar SQL interfaces will understand what I am speaking about. So binding of variables is performed exactly in place where they are used in the query. Programmer should not worry about specifying types and sizes of query parameters, binding buffers to retrieve results, allocation and deallocation of resources. As a result programming of interaction with database becomes significantly less error prone. What is more important, this interface allows programmer to abstract from relational database table and deal only with application objects. OODBC also provides flexible mapping of application classes on relational database tables, making application code less dependent of the database structure.<<less
Download (21KB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5