Main > Free Download Search >

Free to fit software for linux

to fit

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 537
JPEG Fit 1.0

JPEG Fit 1.0


JPEG Fit is a PHP class that can be used to optimize images to fit within a given file size limit. more>>
JPEG Fit is a PHP class that can be used to optimize images to fit within a given file size limit. The project takes a picture in any format supported by the GD library and generates a JPEG picture with the maximum quality factor that makes the picture file size not exceed a given limit.

This class is similar to the JPEG Reducer class. It uses the binary search algorithm to reach the ideal quality factor in the smallest number of iterations.

The class stops searching when a given number of limit iterations is reached, or when the quality factor difference between the ideal and the found values is less than the configured precision value

<<less
Download (MB)
Added: 2007-04-20 License: Freeware Price:
922 downloads
AntiExploit 1.3b6

AntiExploit 1.3b6


AntiExploit is a on-access exploit scanner to detect local intruders. more>>
AntiExploit is the first ON-ACCESS exploit-scanner for Linux and FreeBSD.

Aexpl can help you to identify local intruders or users who want to harm your or other systems with well known tools.

Aexpl uses the dazuko kernel-module and md5 hashes (signatures are planed) to identify bad files when they are created or used by listenning to the kernel file systemcalls. So you can immediately interact with the file and fileowner.

AntiExploit has been successfully tested with the following configurations:

- FreeBSD 4.10-RC2
- FreeBSD 5.2.1-REL
- Linux 2.6.6 (Debian Woody)
- Linux 2.4.25 (Debian Sarge)
- Linux 2.4.22 (Slackware 9.1)

Install

1: Download the latest version of AntiExploit
2: Extract the tarball
3: Build and install dazuko (read the README for further instructions)
4: ./configure [options]
5: make
6: Edit etc/aexpl.conf to fit your needs
7: make install (use GNU make on FreeBSD)
8: Update your exploit-database (aexpl -u "path to aexpl.conf")
9: Start Aexpl with aexpl -c "path to aexpl.conf" and check the log file
<<less
Download (0.26MB)
Added: 2005-08-22 License: GPL (GNU General Public License) Price:
1526 downloads
wmnetload 1.3

wmnetload 1.3


wmnetload is a network interface monitor dockapp for Window Maker. more>>
wmnetload is a network interface monitor dockapp for Window Maker. wmnetload is designed to fit well with dockapps like wmcpuload and wmmemmon.

It tracks whether the interface is functioning and displays current network interface throughput, along with an auto-scaling graph of recent network activity (the graph separates upstream and downstream traffic load cleanly without resorting to colors).

Configuring the Look

Since one of the main goals of wmnetload is to match the look-and-feel of wmcpuload, and since the look of wmcpuload was changed as of version 0.9, the look of wmnetload has also been revised. However, those who prefer the "classic" wmnetload look (or who are still using older versions of wmcpuload) can compile wmnetload to present the original look by passing --with-classic-look to `configure.

Interface Cycling

Although wmnetload can monitor only a single interface at a time, the interface being monitored can be selected by using mouse buton 3 to cycle through each of the available interfaces. Note that with the classic look, wmnetload does not display the name of the interface, which makes interface cycling hard to use without getting confused.

Alarm Mode

Like wmcpuload, wmnetload allows you to set an alarm value (in kbits/sec) that causes the display backlight to be turned on whenever it is exceeded. This is chiefly useful for alerting you to unusual or aberrant network behavior.
<<less
Download (0.10MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1088 downloads
IPCop Firewall 1.4.16

IPCop Firewall 1.4.16


The IPCop Firewall is a Linux firewall distro. more>>
IPCop project implements existing technology, secure programming practices and outstanding new concepts to make it the Linux Distribution for protecting single home computers, to large corporate networks from intrusions and attacks.

Whether for your home, or SOHO, IPCop will scale to fit your needs. IPCop has even been rumoured to be implemented and protecting larger, more complex networks too. See the IPCop MissionStatement for more information on our goals.
<<less
Download (46.1MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
564 downloads
VerticalMeters

VerticalMeters


VerticalMeters is a simple system monitor. more>>
VerticalMeters is a simple system monitor. Two vertical bars. It fits well in the bottom right corner of the screen. Included are both a version with no branding and a version with the BSD Daemon and the new FreeBSD logo in the background.

Obviously inspired by kirambaKUBUNTU, except I wanted one that fit in the right corner, and of course not kubuntu.

<<less
Download (0.038MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1223 downloads
Genetic Algorithm File Fitter 0.5.1

Genetic Algorithm File Fitter 0.5.1


Genetic Algorithm File Fitter extracts subsets of an input list of files/directories. more>>
Genetic Algorithm File Fitter (gaffitter) is a command-line software written in C++ that extracts --via Genetic Algorithm-- subsets of an input list of files/directories that best fit the given volume size (target), such as CD, DVD and others. Genetic Algorithm File Fitter is initially designed to run under Linux and POSIX systems, but easily portable to non-POSIX operating environment.
Using GA search, gaffitter improve different combinations of the files on the list so that the lost of space will be minimized. Ideal to be used for backups/records in CD, DVD and others.
Main features:
- Uses a global meta-heuristic (Genetic Algorithm search).
- The command-line interface provides high integration (via pipe) with other tools, i.e. works as a "filter".
- Pretty configurable. gaffitter have many input parameters to control/adjust its behavior (including GA params).
- It is free software! (GPL)
Usage:
gaffitter [options...] < files >
... | gaffitter - [options...] [files]
General options:
-t < n >, --target < n >
target size [default = 700]
--bytes
target, min and max size in bytes
--kb
target, min and max size in kibi bytes (KiB)
--mb
target, min and max size in mebi bytes (MiB) [default]
--gb
target, min and max size in gibi bytes (GiB)
-i < n >, --iter < n >
number of iterations [default = 1]
-v, --verbose
verbose
--min < n >, --min-size < n >
minimum file size [default = none]
--max < n >, --max-size < n >
maximum file size [default = none]
--bs < n >, --block-size < n >
the smallest amount of bytes a file can occupy [default = 1]
--ss, --show-size
print size of each output file
--sb, --show-bytes
print output sizes in bytes too
--su, --show-unselected
print unselected files
--hsel, --hide-selected
Dont print selected files
--hs, --hide-summary
hide summary line containing sum, difference and number of
selected files
-h, --help
this help
Enhancements:
- This release fixes a bug regarding an uninitialized variable and changes the default behavior of GAFFitter, which now extracts the volumes as much as possible (with unlimited iterations).
<<less
Download (0.037MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
942 downloads
Datenator 0.3.0

Datenator 0.3.0


Datenator is a PHP&MySQL based Open source calendar system that allows users to add and view events. more>>
Datenator is a PHP&MySQL based Open source calendar system that allows users to add and view events.
Administration panel allows admin to edit, delete and modify general calendar settings and events easily. Datenator based on template files, so its almost too easy to customize it right to your needs.
Main features:
- Multilingual
- Uses language files so its almost too easy to translate datenator to your own language
- Works on any OS platform
- Uses databases, no messy flatfile system
- Supports multiple database systems (MySQL, Oracle, PostgreSQL...)
- Thanks to template system, calendar layout may be easily modified to fit on your site
- Themes-system
- Events can be deleted or edited afterwards
- Events may be color coded, and different text styles and sizes may be used
- Repeating events!
- Multi-user support and different user levels
- Different views: Day, Month and Year
- Easy administration panel
- Easy installation
- 100% Valid XHTML 1.0 Transitional & CSS2
<<less
Download (0.47MB)
Added: 2005-09-02 License: GPL (GNU General Public License) Price:
1512 downloads
Nift 0.8

Nift 0.8


Nift is graphical front-end for footprinting tools and methods already freely avaliable. more>>
Nift is graphical front-end for footprinting tools and methods already freely avaliable. Its purpose is to aid system administrators in securing their websites by allowing them to quickly check their network.
Main features:
- Option to ignore hosts already found on the network when pingscanning (less garbage to be found in logs)
- Optional Use of wingates whenever possible. (User provided and will also use wingates found withen the network)
- Spoofed Decoys to throw off AIDS, also verifies decoy addys provided are alive to avoid syn flooding the host. Will change ttl of the source I.P. when decoys are used in case the host uses packet source accounting. (keeps your I.P. from being singled out)
- Can either trust banners to determine possible exploits, or test the exploits. The first will be safer, but will likely generate many false positives.
Enhancements:
- Removed Netcat support (no longer needed)
- Added SOCK_STREAM client to do banner grabbing and Enumeration
- Removed Queso OS Detection (nmap is more reliable and upto-date)
- Basic service enumeration code added
- More Data catches and colorized output fixes
- Added Progress bar
- disabled logging feature until 1.0 beta (need to re-design the GUI to fit it in)
- Combined traceroute and ICMP Discovery scan types
- Began work on Firewall ruleset detection code
<<less
Download (0.10MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
691 downloads
TopicEngine 1.19

TopicEngine 1.19


TopicEngine is an advanced topic management script for eggdrop bots. more>>
TopicEngine is an advanced topic management script for eggdrop bots. Its features are: fine-grained access permissions, multiple channels, shortcuts to commands, intelligent topic handling, learning, locking, and more.

Commands can be executed via public message (using !topic in a channel), query (/msg botnick topic #channel, or on the partyline (.topic #channel).

Wont change the topic if it would make it go over the maximum topic length for the network
Access can be limit by bot flags per channel or globally, and by IRC status (+o,+v). Users can be blocked if needed.

Supports prefixes and postfixes to ensure something is always at the start/end of the topic (e.g. channel homepage URL).

If a user changes the topic with /topic, will try to learn the new one so that future !topic commands work smoothly. If a topic is set without a pre- or postfix, the bot resets the topic with them.

Topic locking, so that it cannot be changed. If the topic is changed with /topic, the bot will change it back. TopicEngine uses the botnet to try to avoid a botfight with two locked topics.
he topic is reset after a netsplit to make sure all servers across the network have the topic.
Intelligent trimming of the topic to try to fit as much as possible into the available space.

Can learn a new topic if its set with /topic instead of through the bot. Automatically learns all the topics on active channels when joining them, and will update them to have pre- and postfixes if needed.


<<less
Download (0.017MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1226 downloads
Edmon 0.8

Edmon 0.8


Edmon is a system monitor SuperKaramba theme. more>>
Edmon is a system monitor SuperKaramba theme.

I just made this system monitor for myself, because didnt find any suitable for my needs.

It looks like Liquid Weather Plus, and has all the important info about the system. For the temperatures lm_sensors have to be installed. The theme needs to be hand adjusted to fit Your system.

(Parts were taken from Netmamba, Zuzu-Sysmon, Talv monitor, The System Monitor and others.)
<<less
Download (0.13MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
WmWiFi 0.6

WmWiFi 0.6


WmWiFi is a wireless network interface monitor dockapp for the WindowMaker desktop. more>>
WmWiFi is a wireless network interface monitor dockapp for the WindowMaker desktop which dislays the signal strength of a wireless card.

WmWiFi is designed to fit well with dockapps like wmnetload and wmcpuload.

<<less
Download (0.020MB)
Added: 2006-03-22 License: GPL (GNU General Public License) Price:
775 downloads
XBomb 2.1

XBomb 2.1


XBomb project is a minesweeper game with triangular, square and hexagonal grids. more>>
XBomb project is a minesweeper game with triangular, square and hexagonal grids.
The simplest is the hexagonal grid, next is the traditional square grid and the most complex is the triangular grid. For each of the different grid shapes there are three difficulty levels.
Main features:
3 Grid Tile options
- Hexagonal - Easy (the endgame can be difficult).
- Square - Traditional.
- Triangular - Difficult.
3 Grid sizes
- Small - 8x8 with 10 bombs
- Medium - 16x16 with 40 bombs
- Large - 30x16 with 99 bombs
Highscore table
- 10 entries for the fastest times for each of the 3 levels of each of the 3 grid shapes.
Enhancements:
- mproved the resizing options for the triangles game.
- Renamed the Start button to Restart.
- Changed the scaling so that smaller grids are allowed to fit a 800x640 screen.
<<less
Download (0.023MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1074 downloads
NoLogo 1.2

NoLogo 1.2


NoLogo is a text only theme for SuperKaramba. more>>
NoLogo is a text only theme for SuperKaramba.

Is higly inspired by many lo-fi themes.

It includes sample codes from other to fit my needs.

Despite the fact it is a v1, some adjustements might be needed on the distro description and laptop part ... any sudjestion would be apreciated.

<<less
Download (0.002MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1225 downloads
PDL::Fit::LM 2.3.2

PDL::Fit::LM 2.3.2


PDL::Fit::LM is a Levenber-Marquardt fitting routine for PDL. more>>
PDL::Fit::LM is a Levenber-Marquardt fitting routine for PDL.

Currently, only Levenberg-Marquardt fitting is implemented. Other procedures should be added as required. For a fairly concise overview on fitting see Numerical Recipes, chapter 15 "Modeling of data".

SYNOPSIS

use PDL::Fit::LM;
$ym = lmfit $x, $y, $sig, &expfunc, $a, {Maxiter => 300};

FUNCTIONS

lmfit

Levenberg-Marquardt fitting of a user supplied model function

($ym,$a,$covar,$iters) =
lmfit $x, $y, $sig, &expfunc, $a, {Maxiter => 300, Eps => 1e-3};

Options:

Maxiter: maximum number of iterations before giving up
Eps: convergence citerium for fit; success when normalized change
in chisquare smaller than Eps

The user supplied sub routine reference should accept 4 arguments

a vector of independent values $x
a vector of fitting parameters
a vector of dependent variables that will be assigned upon return
a matrix of partial derivatives with respect to the fitting parameters that will be assigned upon return

As an example take this definition of a single exponential with 3 parameters (width, amplitude, offset):

sub expdec {
my ($x,$par,$ym,$dyda) = @_;
my ($a,$b,$c) = map {$par->slice("($_)")} (0..2);
my $arg = $x/$a;
my $ex = exp($arg);
$ym .= $b*$ex+$c;
my (@dy) = map {$dyda->slice(",($_)")} (0..2);
$dy[0] .= -$b*$ex*$arg/$a;
$dy[1] .= $ex;
$dy[2] .= 1;
}

Note usage of the .= operator for assignment

In scalar context returns a vector of the fitted dependent variable. In list context returns fitted y-values, vector of fitted parameters, an estimate of the covariance matrix (as an indicator of goodness of fit) and number of iterations performed.

tlmfit

threaded version of Levenberg-Marquardt fitting routine mfit

tlmfit $x, $y, float(1)->dummy(0), $na, float(200), float(1e-4),
$ym=null, $afit=null, &expdec;

Signature:

tlmfit(x(n);y(n);sig(n);a(m);iter();eps();[o] ym(n);[o] ao(m);
OtherPar => subref)

a threaded version of lmfit by using perl threading. Direct threading in lmfit seemed difficult since we have an if condition in the iteration. In principle that can be worked around by using where but .... Send a threaded lmfit version if you work it out!

Since we are using perl threading here speed is not really great but it is just convenient to have a threaded version for many applications (no explicit for-loops required, etc). Suffers from some of the current limitations of perl level threading.

<<less
Download (1.1MB)
Added: 2007-08-08 License: Perl Artistic License Price:
807 downloads
Wolvix Media Edition 1.0.4

Wolvix Media Edition 1.0.4


Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users. more>>
Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users.
This edition is meant to be a portable audio & video ripping/encoding and editing OS, without DRM and rootkit problems or worries. I guess you can say Sony inspired me somewhat to create this edition.
Media Edition features lots of audio and video software and it also has most of the applications you need for daily tasks: Web browser, IM client, word processor, spreadsheet, graphics manipulation tools, etc.
In this edition you will find some of the many great multimedia applications available for GNU/Linux. You get: CD rippers/encoders; audio editors; a digital audio workstation; an audio mastering program; DVD rippers/encoders; a DVD authoring program; video editors; a movie studio program; TV tuner programs; GUI front ends for portable audio devices; and of course various music and multimedia players.
In addition to the Xfce4 Desktop Environment, Media Edition features the Fluxbox Window Manager.
Enhancements:
Updated:
- gmusicbrowser
- XChat
- Firefox
- Thunderbird
- Abiword
- Gimp
- Comix
Added:
- Thunar (File manager)
- MP3Creator (Console CD ripper)
- networkconfig (Config tool from Zenwalk)
- Kye (Puzzle game)
- Freeciv (Strategy game)
- Bygfoot (Football manager game)
<<less
Download (460.5MB)
Added: 2006-04-24 License: GPL (GNU General Public License) Price:
1288 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5