Main > Free Download Search >

Free fully automatic software for linux

fully automatic

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2035
Automatic Firewall 0.3.2

Automatic Firewall 0.3.2


Automatic Firewall is a script that will automatically configure a firewall. more>>
Automatic Firewall is a script that will automatically configure a firewall. If you are a broadband or dial-up user who doesnt have a firewall script, you need to get one to protect yourself. AutoFW is made to help you do that with no efforts.
Many people when connecting to the internet need a firewall script made for them so they can surf the net without being susceptible to various attacks. Most, if not all (until now :-), of the existing scripts are written for a large range of requirements and require some tweaking to make them work for a specific user. However many users do not know which parameters to fill in the script config file.
AutoFW intends to provide a simple firewall script that you just need to fire and forget. You make sure to run it on computer start-up or just before connecting to the net, and it will detect network condition and setup appropriate firewall rules for you.
In order to be "smart" AutoFW has to be limited, the current scope of AutoFW are standard broadband connections, it will also cover dial-up users and stand-alone servers.
AutoFW works only for Linux IPTables firewall and needs the iptables utility to update the firewall, it also needs the ifconfig utility, both of these are available on any standard install of a GNU/Linux machine.
AutoFW also needs the ip program which is part of the iproute2 package, sometimes also called iproute. It is available as a package for any standard GNU/Linux install, not it might not be installed in your particular.
There are two parts that do automatic detection, one is for interfaces and IPs and the other is for open listening ports.
The interface part looks at all the active interfaces in the machine and classifies them between internal and external. It does that by looking at the IPv4 address of the device. If it is one of:
127.0.0.0/8
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
it is considered to be an internal IP and thus an internal interface, otherwise it is an external IP and thus an external interface. There is no handling of an interface with both an internal and an external IP on it.
The listening ports are scanned for a known port and the accompanying known program name that binds to that port, known ports are opened later in the configuration stage.
The configuration itself is very simple for now, without many of the bell and whistles that exist in other scripts, but it works for the basic needs and provides adequate protection.
Enhancements:
- Internal systems are now protected, as well as servers and NAT gateways.
<<less
Download (0.020MB)
Added: 2006-07-30 License: GPL (GNU General Public License) Price:
1182 downloads
Fully Modular Synthesizer 0.9

Fully Modular Synthesizer 0.9


FMS is a tool to create all kinds of sounds from scratch. more>>
FMS stands for Fully Modular Synthesizer and is a tool to create all kinds of sounds from scratch.
You can play and sound (sine, triangular, etc.) with any property settings (frequency or volume) and modulations thereof.
It also features tools to save sounds, play .MUS music, graphically display sounds, and make real noise.
Main features:
Playing sounds
- with any frequency and volume
- one after another or at the same time (mixer) or both
- stereo (different sounds on different channels)
- like speech synthesis
- both on-the-fly playing with direct user access and asynchronous, pre-computed output
- with all modulation options described below
Making noise
- now although it tends to get noisy in any way, we mean real noise here
- in 4 different ways
- nearly-white noise
- narrow band noise
Modulating
- amplitude (volume)
- frequency
- minima, maxima, amplitude and frequency of the modulation (here the "Fully Modular" comes to existence)
- narrowness of the noise frequency band - experimental
Making music
- some-kind-of-midi-mapping mode (sound + envelope => instrument, FMS midi file format)
- auto-converter and player for MUS file format (Musplay)
- auto-composer for those who like a rather modern kind of music - experimental
- chords - experimental
Displaying
- spectrum of a sound
- oscillogram of a sound
Saving
- sounds as oscillograms in FMS file format (mathematical description, not complete wavetables)
- sounds as Fourier overtone amplitudes
- music in FMS midi format
- FMS output in wave format
- wave file sounds in FMS file format (auto-converter) - experimental
GUI
- a somewhat ugly and extremely limited tcl/tk gui
- FROCOR, an installation that connects the FMS sound backend to graphical interfaces and outputs
- a fully modular Qt GUI - experimental
Enhancements:
- synchronous mode (no more waiting!)
- bugfixes (no more screaming!)
- unscrewed display tools (no more segfaulting!)
- improved exacticity (no more discalculating!)
- UDS controlled sound backend (no more stupid jokes!)
<<less
Download (0.17MB)
Added: 2006-09-01 License: GPL (GNU General Public License) Price:
1152 downloads
Auto Contrast

Auto Contrast


Auto Contrast is a script-fu based on a technique by lylejk of dpreview.com that performs an entirely automatic contrast adjust. more>>
Auto Contrast is a script-fu based on a technique by lylejk of dpreview.com that performs an entirely automatic contrast adjustment.

You may like the effect, dislike it, or not see a change, but its worth a try!

<<less
Download (MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1179 downloads
Automatic Revision Control System 0.5.0

Automatic Revision Control System 0.5.0


Automated Revision Control System is used to automatically monitor remote and local git, subversion, CVS, and even rsync repos. more>>
Automated Revision Control System is used to automatically monitor remote and local git, subversion, CVS, and even rsync repositories.
It notices changes and updates the local and remote repositories almost automatically. It requires either git, subversion, rsync, or CVS, and can be used for Web site maintainance, backup, communications, and many other purposes.
Enhancements:
- This release generally works a lot better to the extent that the authors are starting to using it for everyday file syncing and backup.
<<less
Download (0.013MB)
Added: 2007-03-11 License: GPL (GNU General Public License) Price:
958 downloads
Anjuta IDE 2.2.0

Anjuta IDE 2.2.0


Anjuta IDE is an Integrated Development Environment for GNOME. more>>
Anjuta is a versatile Integrated Development Environment (IDE) for C and C++ in GNU/Linux. Anjuta IDE has been written for GTK/GNOME, and features a number of advanced programming facilities.
These include project management, application wizards, an onboard interactive debugger, and a powerful source editor with source browsing and syntax highlighting.
Main features:
- Fully customizable integrated editor.
- Automatic syntax highlighting.
- Automatic code formatting.
- Code folding/hiding.
- Line numbers/markers display.
- Text zooming.
- Code autocompletion
- Calltips for Linux/GNOME function prototypes.
- Automatic indentation and indentation guides
- ... and much more.
- Each file opened can be operated in either paged mode or windowed mode.
- Highly interactive source-level debugger (built over gdb).
- Interactive execution.
- Breakpoints/watches/signal/stack manipulation.
- ... and much more.
- Built-in application wizards to create terminal/GTK/GNOME applications on-the-fly.
- Dynamic Tags browsing.
- Function definition, structure, classes, etc. can be reached with just two mouse clicks.
- Full tags management for project.
- Full project and build files management.
- Bookmark management.
- Basic windows are attachable and detachable.
- Support for other languages
- Java, Perl, Pascal, etc. (only file mode, no project management).
- Interactive messaging system.
- And, the interface is beautiful!
<<less
Download (6.9MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
868 downloads
Pigalle 0.75 Alpha

Pigalle 0.75 Alpha


Pigalle (PIcture GALLEry) is a slick web based photo album written in PHP 5. more>>
Pigalle comes from PIcture GALLEry and is a slick web based photo album written in PHP 5. With Pigalle you can easily create and maintain albums of photos via an intuitive interface. A great combination of simplicity and powerful features!
You just upload your files to your server and Pigalle will generate thumbnails for images. Visitors can choose their preferred image resolution and images will get generated on the fly.
Generated images are cached on the servers filesystem and all meta-information like album description, image information, and user settings are stored in a database system. A back-end administration interface helps to manage the files, edit the descriptions and so on, making it very easy and convenient.
As Pigalle is based on the Sourdough framework, you are able to use any of the following database systems for operation: MySQL, PostgreSQL, SQLite, MSSQL, and many more coming up soon.
Pigalle also does support various different image transformation libraries.
Main features:
- Fully customizable layout and interface (skins support, template based)
- automated image generation
- thumbnail and image caching
- album overview with album description, favorite image thumbnail, date. Browsable by previous/next bar.
- easy to use image browser
- Displays EXIF information for each image
- image order: default / filename / recording date / file size / last modified
- album order: album start date / album name / album title / album end date / last changed / custom order
- multi-language support with automatic language detection
- rotation of images, including EXIF-autorotation
- BBcode support in descriptions
- User administration interface
- Ability to create multiple moderator and administration users
- full-screen slideshow, custom sized slideshow
<<less
Download (0.90MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1388 downloads
FAI-CD 3.1.8

FAI-CD 3.1.8


FAI-CD represents fully automatic installation from CD or DVD. more>>
FAI-CD represents fully automatic installation from CD or DVD.
FAI-CD puts all data needed for a fully automatic installation on a CD. So not network is needed and you can install the whole system from CD. The script creates an ISO image that includes the nfsroot, the configuration space and a partitial Debian mirror.
- Choose FAISERVER for installing the host as a FAI install server
- The XFREE configuration uses 24 bit color depth by default, so on older graphics cards, if will not succesfully start gdm.
- The system will be installed to the first disk (either IDE or SCSI). All data on the disk will be deleted.
- All log files from the installation can be found in /var/log/fai/localhost/last/
- After the installation the account demo with the password fai is available.
- The root password is also fai.
<<less
Download (561.9MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
913 downloads
DynAlbum 1.5

DynAlbum 1.5


Dynalbum is a fully dynamic automatic Web photo album generator. more>>
Dynalbum is a fully dynamic automatic Web photo album generator. The album includes an index page with thumbnails, navigation tools on each album page, and four sizes of each picture.
The entire album is dynamically generated from a directory of JPEGs, TIFFs, PNGs, and GIFs when it is accessed. Unlike other photo album generators, it doesnt clutter files with thumbnails and static HTML.
DynAlbum generates each page and each scaled image (including thumbnails) dynamically every time it is accessed. This means that theres no need to keep static copies of anything but the original pictures.
INSTALLATION:
Copy the dynalbum.py program to the file "index.py" in your image directory. You need to enable mod_python for this directory. This can be accomplished either in your httpd.conf (/etc/httpd/conf/httpd.conf or /etc/httpd/conf.d/python.conf) or in a ".htaccess" file.
The .htaccess file is placed in your image and adusts web server parameters for that directory. In order to use a .htaccess file you may need to enable support using the "AllowOverride" directive in the global apache configuration.
httpd.conf example:
DirectoryIndex index.py
AddHandler python-program .py
PythonHandler mod_python.publisher
PythonInterpPerDirectory On
.htaccess file example:
DirectoryIndex index.py
AddHandler python-program .py
PythonHandler mod_python.publisher
PythonInterpPerDirectory On
and change the relevant instance of "AllowOverride None"
in httpd.conf to "AllowOverride All" to enable .htaccess
support in Apache.
Enhancements:
- Generates multi-page image indexes
- Dynamically generates ZIP archives
<<less
Download (0.014MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
libunicode 0.7

libunicode 0.7


libunicode is a library of unicode string functions and charset converters. more>>
Libunicode offers low-level Unicode (UTF-16) text processing functionality,
which can be divided into three categories:

- Character handling
- String handling
- Charsets handling

Libunicode uses ISO/IEC 10646-defined UTF-16 encoding for storing and minipulating all character entities. It will supports other encoding standards (e.g., UTF-8, ISO 8859-x, etc.) for input and output only.

Libunicode bases, where applicable, on "Single Unix Specification, Version 2(R)" (susv2) as API and semantics reference. susv2 is the unification and superset of de jure POSIX and ANSI C (run-time library part) and de facto BSD standards. This means that, if you know standard character and string handling functions, you can readily use libunicode; and, if you have apllication using standard character/string processing facilities, you may with minimal troubles make it Unicode-aware.

Also, dont let word "Unix" in standard name confuse you. Susv2, as same as POSIX, is standard for *Open* operating systems, where MS Windows, MacOs, etc. fit. Such name was choosen by OpenGroup, maintainer of susv2, to unite and defend market sectors actively attacked by Microsoft with its "decommodizing" tactics. Libunicode is bright example of opposite approach, offering crossplatform portability and comptability for Unix and Win32 systems. (*)

(*) Opinions presented in the paragraph above are solely opinion of documentation author and should not be considered as reflecting real state of the things.

Libunicode defines new type, Uchar, which can handle any non-surrogate UTF-16 character without space overhead.

Library offer two APIs, one being precise remapping of susv2 functions, and one offering slightly higher-level API, with automatic memory management fully controlled by user.

Functions of 1st API (fully standard-compliant, the one you probably will use) uses u_ prefix, e.g. standard

char *strchr(const char *s, char c);

becomes

Uchar *u_strchr(const Uchar *s, Uchar c);

Functions of 2nd API use uni_ prefix. They are conceived to be used in special environments, for example, in Apache webserver modules. Most functions has completely identical u_ and uni_ implementation, but following have differring from standard argument structure and semantics:

uni_strcat
uni_strncat
uni_strdup
uni_strndup
uni_strcpy
uni_strncpy

You should consult library reference for their full description.
<<less
Download (0.11MB)
Added: 2005-10-28 License: GPL (GNU General Public License) Price:
1458 downloads
Dinamica 2.1.2

Dinamica 2.1.2


Dinamica project is a powerful and very easy to use framework for J2EE Web development. more>>
Dinamica project is a powerful and very easy to use framework for J2EE Web development. Its newbie friendly and was built from scratch to be a high productivity framework for building business-oriented Web applications, whether they are large-scale or smaller ones.
It stands apart from other Java MVC frameworks because it incorporates innovative programming techniques that boost productivity without sacrificing good object oriented design practices. Most common programming tasks can be completed without writing a single line of code.It uses Servlet API 2.3 and does not require JSP or TagLibs.
Main features:
- Centralized request control via powerful MVC mechanism
- Data-driven application behavior - declarative programming style
- Integrated performance log - no coding required (request, MVC and JDBC level)
- Centralized error handling with configurable email notifications
- Complete and real separation of presentation from business logic
- Powerful page composition with reusable HTML parts
- Automatic and flexible form validation - extensible via simple plugins
- Effortless international support
- Declarative Server-side charts (with JFreeChart)
- Server-side PDF reports (with IText)
- Easy Blob management (save, retrieve and display)
- Fully encapsulated JDBC facilities - automatic persistence
- Disconnected Recordsets - efficient abstraction that eliminates O-R mapping
- Transparent and declarative JDBC transactions control
- Includes a complete security system with administrative web based console
- Built-in support for Hessian Web Services
- Built-in support for SOAP-based Web Services
- Built-in support for HTTP tunneling
- Built-in support for consuming RSS feeds
- Built-in support for publishing simple REST services
- Integrated AuditLog API
- Fully documented (26+ PDFs), with a complete collection of How-to and Step-by-Step guides
- Extensible in many ways via Plug-Ins
- Abundant template code and pre-built solutions
- Free support available
- Includes a Code Generator, that auto-generates SQL, HTML and Java code, reads metadata from your database to generate code, it also creates documentation from your application configuration files.
Enhancements:
- This release adds better support for code-free Oracle BLOBs management (tested with Oracle 9i R2), a new generic class and complete reusable solution template, and enhanced generic recordset capabilities.
<<less
Download (0.15MB)
Added: 2006-03-17 License: LGPL (GNU Lesser General Public License) Price:
1316 downloads
LinuxUpdate 0.5

LinuxUpdate 0.5


LinuxUpdate is a distro-independent automatic package upgrade utility. more>>
LinuxUpdate is a distro-independent automatic package upgrade utility.

LinuxUpdate is written in perl using Gtk2 bindings. It justs sits there in your tray, executing specified commands once in a while and processing the output to produce a viewable list of upgradable packages.

GUI is provided to allow for automatic package upgrade process. Default configuration is right for PLD Linux Distribution using poldek as the package manager.

<<less
Download (0.069MB)
Added: 2005-08-03 License: GPL (GNU General Public License) Price:
1542 downloads
Quantian 0.7.9.2

Quantian 0.7.9.2


The Quantian Scientific Computing Environment is a Knoppix / Debian variant tailored to numerical and quantitative analysis. more>>
Quantian distribution is a remastering of Knoppix, the self-configuring and directly bootable dvd/cdrom that turns any pc or laptop (provided it can boot from cdrom/dvd) into a full-featured Linux workstation.
Recent versions of Quantian are based on clusterKnoppix and add support for openMosix, including remote booting of light clients in an openMosix terminal server context. Earlier releases are still available; see below for URLs for downloads as well as ordering information.
Brief introductory information is available in a paper (from June 2004) submitted to The Political Methodologist, slides from the presentation at Usenix 2004 (July 2004), and in the earlier (revised) paper about Quantian that has appeared in the DSC 2003 Proceedings.
Quantian is an extension of Knoppix and clusterKnoppix from which it takes its base system of around two gigabytes of software, along with fully automatic hardware detection and configuration.
Enhancements:
- Kernel 2.6.12, KDE 3.5 / 3.4, OpenOffice 2.0, ... and more from Knoppix 4.0.2
- a backport of the openMosix-enabled 2.4.27 kernel and openMosix tools from the last clusterKnoppix release,
- very comprehensive support for GNU R with over 870 packages from CRAN and BioConductor, plus ESS, Ggobi, Rpad, RKward, RSPerl, JGR, ...
- addition of the Java 1.5.0 SDK enabling us to add ImageJ, Weka, JGR, Mondrian;
- plus a number of other new packages (inkscape, orsa, praat, wxmaxima, some more Debian documentation...)
- and still loads more of math, bio, engineering, LaTeX, ... software
<<less
Download (2700MB)
Added: 2006-03-02 License: GPL (GNU General Public License) Price:
1343 downloads
YaBook 0.98 Alpha

YaBook 0.98 Alpha


YaBook is a simple but powerful guestbook running on PHP 5. more>>
YaBook is a simple but powerful guestbook running on PHP 5. YaBook project features easy installation and customization, multi-language support, an administration interface, and email notifications on new postings. YaBooks design uses a template system so it can be easy integrated into your page.
YaBook ist built on the Sourdough framework, a web application framework for PHP 5. Various database systems are currently supported, e.g. MySQL, PostgreSQL, MSSQL, SQLite.
Main features:
- Fully customizable layout and interface (skins support, template based)
- Disallow HTML Code, BBcode support
- Email notification on new entries
- URLs will be transformed into links
- Multipages. Browsable entries with previous/next bar.
- User administration interface
- multi-language support with automatic language detection
- Ability to create multiple moderator and administration users
- Moderators are able to hide/unhide, delete, or edit an entry
- Administrator approvement of new entries if required
- Anti-flood spambot protection by Captcha image verification.
<<less
Download (1.4MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1388 downloads
FastDB(liunx) 3.49

FastDB(liunx) 3.49


Main Memory Relational Database Management System more>> Main Memory Relational Database Management System
Fastest query execution
Post-relational features
Tight integration with C++
Automatic scheme evaluation
Efficient log-less transactions
Zero time recovery
Fault tolerance
C, C++, Delphi/Kylix API
<<less
Download (983KB)
Added: 2009-04-04 License: Freeware Price: Free
204 downloads
NetMAX Desktop 1.7

NetMAX Desktop 1.7


NetMAX Desktop is a live-CD distribution of Linux upon which NetMAX Server products are based. more>>
NetMAX Desktop is a live-CD distribution of Linux upon which NetMAX Server products are based. It includes best of breed applications: Secure Linux (kernel 2.6.11.5), OpenOffice.org, Blender, GAIM, Gnome 2.8, Dia, gtkam, Azureus bittorrent client, Firefox 1.0, Thunderbird 1.0, Totem multimedia player, XINE multimedia player, Wine compatibility layer, hotplug hardware detection and OpenVPN SSL VPN.
This distribution seeks to fill the role of a fully-functional enterprise class desktop system without licensing fees. In contrast to many of the other live-CD distributions out there, it has been designed to be intuitive enough for non-computer savvy folks to use -- including integrated Windows application support.
Power users will find that this distribution puts security first, adheres to published standards, and thus behaves in the way they expect it to. Unlike previous attempts to simplify Linux for the desktop, the power and customizability that has gained the hearts of the open-source community has not been removed.
Main features:
Cutting Edge Features:
- Complete desktop functionality (network files, presentations, spreadsheet, word processors, browser, art generation, digital camera support, etc.)
- Automatic detection of disks and mountable partitions, as well as automatic mounting of USB storage devices and network (NFS) shares
- Built-in NetMAX network file systems, permissions, authentication and provisioning
- Windows application compatibility
- NetMAX Desktop can be run without permanent installation
- NetMAX Desktop can create NIST-certified disk dumps for forensic analysis
- NetMAX Desktop includes a comprehensive suite of Linux-based multi-file system format disk discovery and recovery utilities
NetMAX Desktop is built for security:
- NetMAX Desktop is based on Secure Linux, and meets or exceeds most government security requirements
- NetMAX Desktop has integrated iptables firewall capabilities and SSL-based OpenVPN
Easy to Use and Install:
- Choose to run the NetMAX Desktop direct from CD, without modifying anything on your hard drive
- Or, choose to install the NetMAX Desktop to your hard drive as your default operating system
<<less
Download (695MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
1537 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5