Main > Free Download Search >

Free 2.4.0 software for linux

2.4.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 43
XdTV 2.4.0

XdTV 2.4.0


XdTV is a software that allows you to watch TV. more>>
XdTV is a software that allows you to watch TV. It interacts with AleVT for Teletext and Nxtvepg for NextView.

It uses the video4linux API. XdTV can use deinterlacing filters and record video files with the ffmpeg, divx, and xvid codecs.
<<less
Download (0.88MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
985 downloads
jLogo 2.4.0

jLogo 2.4.0


jLogo is a Java-based multimedia LOGO interpreter. more>>
jLogo is a LOGO interpreter, featuring as many turtles as you want, color graphics, graphical text tools, and multichannel sound.

jLogo project is available in French and English.

<<less
Download (0.70MB)
Added: 2005-11-24 License: Freeware Price:
1430 downloads
BigAl 2.4.0

BigAl 2.4.0


BigAl allows you to calculate really BIG numbers with an accuracy your desktop calculator is still dreaming of. more>>
BigAl is a free and platform independent software. The project is written entirely in Java. With BigAl you can calculate really BIG numbers with an accuracy your desktop calculator is still dreaming of. The only restriction is the power of your computer! Not only basic calculations are supported, but also special functions like factorial, fibonacci, lucas-sequence, periods, fraction reducing, sum of the digits, binomial coefficient calculation, factorize function, bit oriented functions and many more.

In February 2001, I wanted to know the result of the factorial of one million. BigAl was born and both many CPU cycles and months later I knew the exact result. Since the beginning, BigAl was able to handle numbers stored in files. Meanwhile a lot of functions has been added and a few of them got a much better performance. BigAl uses the Java classes called BigInteger and BigDecimal.

<<less
Download (0.11MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
Tellu 2.4.0

Tellu 2.4.0


Tellu computer inspector collects hardware and software information. more>>
Tellu computer inspector collects hardware and software information from large computer client networks, and stores data in MySQL database.
Tellu package is divided into three sub-packages: Client, Server and Skin. Client and server packages are essential for Tellu to work. Client program collects the actual information from network, and sends them to the server which saves the data in local or remote MySQL database.
Skin is an optional interface top of that database, but to get fun out of Tellu, it is recommended to install. Server package also contains a monitoring server, which collects information about Tellu server. There is a Motif based client for monitoring server activity, which uses monitoring server to read actual activity data.
Enhancements:
- Support for a compressed protocol was added in the client and the server.
- A rush tolerance option was added, which delays the client from starting more than once within fifteen seconds.
- A process count in realtime resource usage collection was added.
- The capability to collect new hardware items was added in client.
- An attachment browser was added in the skin, and some other improvements were made in the skin.
<<less
Download (9.4MB)
Added: 2006-06-13 License: Free for non-commercial use Price:
1231 downloads
Qtmame 2.4.0

Qtmame 2.4.0


Qtmame project is a frontend to xmame. more>>
Qtmame project is a frontend to xmame.
It shows snapshots, cabinets, marquees, titles, flyers, mameinfo, and history. It supports Catver.ini
Enhancements:
- fix new xmame 0.89 removed options
- new list of games for xmame 0.89
- NEW OPTION - no send parameters to xmame - now qtmame works with any xmame version
<<less
Download (0.56MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
man-db 2.4.0

man-db 2.4.0


man-db is a manual page browser. more>>
man-db is a manual page browser.
This package provides the man command.
This utility is the primary way of examining the on-line help files (manual pages).
It uses the groff suite of programs to format and display the manual pages.
Other utilities provided include the whatis and apropos commands for searching the manual page database, the manpath utility for determining the manual page search path, and the maintenance utilities mandb, catman, and zsoelim.
Quick Install:
RUN `./configure
EDIT configuration files/headers if necessary
RUN `make
RUN `make install
Enhancements:
- README: Update or remove references to "man-db-2.3" and similar.
- man-db.gnu: Update and sync with GNU.
- man-db.lsm: Update.
- manual/man_db.me: Replace "2.3.x" with "2.4.x".
- po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po: Update with msgmerge.
<<less
Download (0.54MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
gPhoto2 2.4.0

gPhoto2 2.4.0


gPhoto2 is a GNU Digital Camera download software. more>>
gphoto2 is a command line application which enables you to transfer digital photos from almost any serial-port or USB digital camera.

gPhoto2 uses the programming interface provided by libgphoto2.

Digital cameras have the balance of quality, features, and price that appeals to users looking for a fast and convenient way to get images into their PC. You can spend a lot more -- or a lot less -- for one than the $100 to $3000 (or even more) these cost, but you wont like the quality at the low end or the prices at the high end. With digital cameras, the best place to be is in the middle.

No other image-capture option for your computer matches the fun, immediacy, and convenience of a digital camera. Unlike with a scanner, you dont need an preexisting image: A digital camera lets you capture what you see. And unlike film-to-disk services, development is instantaneous: You dont have to wait hours or days before you can use an image on your computer.

Operating a digital camera is also inexpensive, because the only recurring cost is batteries. The cameras storage is reusable once you download a batch of images. And since you dont have to pay for film processing, you can go wild.

Unfortunately, many digital camera manufacturers refuse to share their camera communication specifications with their customers and millions of users who run free operating systems.

This is a big obstacle to development of free photo applications, and it blocks free software developers from writing free programs, that support the same features as the proprietary digital camera programs for Microsoft Windows and MacOS that usually are shipped with the camera. It renders the camera quite useless if you dont run one of those proprietary operating systems.
<<less
Download (0.50MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
818 downloads
AFS::FS 2.4.0

AFS::FS 2.4.0


AFS::FS is a Perl module to communicate with an AFS File Server. more>>
AFS::FS is a Perl module to communicate with an AFS File Server.

SYNOPSIS

use AFS::FS qw(
getquota
isafs lsmount mkmount rmmount
setquota whereis
);

my $quota = getquota(.);
my $ok = setquota(., $quota);

$ok = isafs(.);

my $vol = lsmount(/afs/mpa/home/nog);
print "Vol = $vol n";

$ok = mkmount(./tmp, home.nog);
print "ok mkmount = $okn";

$ok = rmmount(./tmp);
print "ok rmmount = $okn";

my @hosts = whereis(/afs/mpa/home, 1);
foreach my $host (@hosts) {
print " $hostn";
}

NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!

use AFS; # import all AFS names
use AFS @AFS::CM; # import just the cache manager names

This module provides several functions to communicate with an AFS file server. It is used to check the status of a file server machine. It has functions to administer mount points and quotas. On request it returns the server(s) that house a given file or directory. Any function required must by explicitly listed by the use statement to be exported into the calling package.

Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.

<<less
Download (0.18MB)
Added: 2007-03-01 License: Perl Artistic License Price:
976 downloads
Twisted 2.4.0

Twisted 2.4.0


Twisted is an event-based networking framework for Internet applications. more>>
Twisted is a framework, written in Python, for writing networked applications. Twisted includes implementations of a number of commonly used network services such as a web server, an IRC chat server, a mail server, a relational database interface and an object broker.
Developers can build applications using all of these services as well as custom services that they write themselves. Twisted also includes a user authentication system that controls access to services and provides services with user context information to implement their own security models.
Main features:
- Pluggable event loops allowing the developer to take advantage of platform-specific capabilities.
- Abstractions of protocols and transports.
- Through Twisted Spread, mechanisms for network encoding of data (in Python, Java, ELisp, and other languages), to a full-blown distributed object system.
Twisted is an integration point for network services that were previously unable to interoperate. Services within a Twisted server can communicate with each other and share information providing a very integrated programming environment that can re-use large amounts of infrastructure across multiple network mediums (such as chat, web, and mail).
As well as servers, Twisted supports several different kinds of clients and GUIs. This means that the client can re-use large portions of the servers code, improving test coverage and reliability while reducing code size.
Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly.
Enhancements:
- This release includes many fixes for UDP and multicast stdio on Win32.
- Many bug fixes were made for Trial, and its support for a large number of previously deprecated APIs was dropped.
- Deferred Generators no longer leak their final result or exception.
- LoopingCall now supports functions which return Deferreds.
- A cooperative scheduler with pluggable policies has been added.
- Much of the API documentation has been improved and a new guide for developing producers and consumers has been added.
- This also includes new releases of Conch, Mail, Names, Words, and Web.
<<less
Download (2.0MB)
Added: 2006-05-28 License: LGPL (GNU Lesser General Public License) Price:
1385 downloads
Pronto! 2.4.0

Pronto! 2.4.0


Pronto! is a modularized mail client based on Gtk libraries and written in Perl. more>>
Pronto! is a modularized mail client based on Gtk libraries and written in Perl.
Main features:
- Full MBOX support, Pronto! can import your existing mbox folders and export to mbox.
- QMaildir support
- HTML Mail (read only)
- GtkHTML widget support, still supporting XmHTML by default.
- Built-in helpbrowser, as well as mini-browser if using GtkHTML.
- A smart addressbook that auto completes addresses for you if you type them partially in the To: field.
- Very configurable, tons of options and preferences to choose from.
- Message colorization based on quote symbols and their levels.
- Accepts command line args for integration with Netscape through Muttzilla.
- Spelling and Autospelling support. Compatible with Ispell and Aspell.
- Can make use of threads if your version of Perl is compiled with thread support.
- Multipart (MIME) support including inbound and outbound attachements.
- Hyperlinks that WORK! All mail is turned into a pseudo-html message, with active hyperlinks. http:// ftp:// and mailto: are supported. http and ftp load Netscape, mailto opens a new msg window in Pronto! POP3 compatibility.
- Uses the Perl DBI interface now, for database flexibility. You can now use any Perl DBI compliant database with Pronto!. Not just Postgres.
- Non-blocking mail transfers. Continue using Pronto! while your mail transfers in the background.
- Multiple POP3 Account support.
- Filters, including a new message scoring system, useful for maillists.
- Header viewpane
- Sig support. Each account can have a different sig.
- New messages counter
- New messages are configured to your preferences
- Auto-set reply address based on account used to DL message.
- Send/Receive/Reply/Forward.
- Schedulable message transfers.
- Outbox for storing unsent outbound messages.
- Context Sensitive menus (Right Click)
- Sent Items Folder, Drafts folder.
- Message list sortable by From: Subj: and Date: fields (Just click the column header to sort by that column, click again to reverse the direction)
- Multiple message selection.
- Multiple folders
<<less
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1235 downloads
AFS::CM 2.4.0

AFS::CM 2.4.0


AFS::CM is a Perl module to administer the AFS Cache Manager. more>>
AFS::CM is a Perl module to administer the AFS Cache Manager.

SYNOPSIS

use AFS::CM qw (
checkconn checkservers checkvolumes
cm_access flush flushcb flushvolume
getcacheparms getcellstatus
getcrypt getvolstats setcrypt
setcachesize setcellstatus
);

my $ok = flushvolume(.);
print "Return Code = $okn";

$ok = checkvolumes;
print "Return Code = $okn";

$ok = cm_access($path);
print "Return Code = $okn";

($max, $inuse) = getcacheparms;
$ok = setcachesize(10000);

my $crypt_flg = getcrypt;
$ok = setcrypt(on);

NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!

use AFS; # import all AFS names
use AFS @AFS::CM; # import just the cache manager names

This module provides several functions to administer the AFS Cache Manager. It is used to customize the cache size. You can force the update of cached data. And you can determine if a client machine can run SETUID programs. Any function required must by explicitly listed by the use statement to be exported into the calling package.

Some of these functions have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the function applies to the symbolic link itself. If not specified FOLLOW defaults to 1.

<<less
Download (0.18MB)
Added: 2007-03-06 License: Perl Artistic License Price:
966 downloads
Guarddog 2.4.0

Guarddog 2.4.0


Guarddog is a firewall configuration utility for Linux systems. more>>
Guarddog is a firewall configuration utility for Linux systems. It is aimed at two groups of users. Novice to intermediate users who are not experts in TCP/IP networking and security, and those users who dont want the hastle of dealing with cryptic shell scripts and ipchains/iptables parameters.
Main features:
- Easy to use goal oriented GUI. You say what the firewall should do without having to explain all the details of how it should do it.
- Application protocol based. Unlike other tools, Guarddog does not require you to understand the ins and outs of IP packets and ports. Guarddog takes care of this for you. This also reduces the chances of configuration mistakes being made which are a prime source of security holes.
- Doesnt just generate the firewall once and forgets it. Guarddog lets you maintain and modify the firewall in place.
- Hosts/networks can be divided into Zones. Different zones can have different security policies for different.
- Supports the following network protocols: FTP, SSH, Telnet, Linuxconf, Corba, SMTP, DNS, Finger, HTTP, HTTPS, NFS, POP2, POP3, SUN RPC, Auth, NNTP, NETBIOS Name Service, NETBIOS Session Service, IMAP, Socks, Squid, pcANYWHEREstat, X Window System, Traceroute, ICQ, PowWow, IRC, PostgreSQL, MySQL, Ping, Quake, QuakeWorld, Quake 2, Who Is, Webmin, ICMP Source Quench, ICMP Redirect, Real Audio, Line Printer Spooler, syslog, NTP, NetMeeting, Gnutella, LDAP, LDAP-SSL, SWAT, Diablo II, Nessus, DHCP, AudioGalaxy, DirectPlay, Halflife, XDMCP and Telstras BigPond Cable, CDDB, MSN Messenger, VNC, PPTP, Kerberos, klogin, kshell, NIS, IMAPS, POP3S, ISAKMP, CVS, DICT, AIM, Fasttrack, Kazaa, iMesh, Grokster, Blubster, Direct Connect, WinMX, Yahoo! Messenger, AH, ESP, Jabber, EsounD, Privoxy, eDonkey2000, EverQuest, ICP, FreeDB, Elster, Yahoo games, Legato NetWorker backups, Novell Netware 5/6 NCP, Bittorrent, rsync, distcc, Jabber over SSL, PGP key server, Microsoft Media Server and gkrellm.
- Protocols not supported in the list above can be entered in directly.
- Supports router configurations.
- Runs on KDE 2 or 3, and Linux 2.2, 2.4 and 2.6 series kernels.
- Supports advanced Linux 2.4+ iptables features such as connection tracking and rate limited logging.
- Firewall scripts can be Imported/Exported for use on machines other than the current one.
- DHCP support.
- Uses a "what is not explicitly allowed, is denied" philosophy. Fail-safe design.
- Well documented with tutorials and reference material.
- Licensed under the terms of the GNU General Public License. Is Free and will remain Free.
<<less
Download (0.31MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1604 downloads
AFS::PTS 2.4.0

AFS::PTS 2.4.0


AFS::PTS is a Perl class to communicate with the AFS Protection Server. more>>
AFS::PTS is a Perl class to communicate with the AFS Protection Server.

SYNOPSIS

use AFS::PTS;

my $num_flg = AFS::PTS->convert_numeric_names;
my $bits = AFS::PTS->ascii2ptsaccess("S----");
my $flags = AFS::PTS->ptsaccess2ascii($bits);

my $pts = AFS::PTS->new;

my $id = $pts->createuser(guest);
my $entry = $pts->listentry(guest);
foreach my $key ( sort keys %$entry) {
printf("%20s => %sn", $key, $$entry{$key});
}
$ok = $pts->delete(guest);
undef $pts; # destroy server connection

$pts = AFS::PTS->new;
$entry = $pts->dumpentry(67136, 1, 1);
foreach my $key ( sort keys %$entry) {
printf("%20s => %sn", $key, $$entry{$key});
}

my $over = 1;
my @names = $pts->getcps(nog, 1, $over);
print "OVER = $over n";
print "cps for NOGn";
foreach my $mem (sort @names) {
print " $memn";
}

AFS::PTS->convert_numeric_names(1);
my @ids = (28053, 1, 105, 32000, 32766);
@names = $pts->PR_IDToName(@ids);
foreach my $name (@names) {
print "name = $namen";
}

print "Convert(nog): ", $pts->id(nog), "n";
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::PTS; # import just the PTS names

<<less
Download (0.18MB)
Added: 2007-03-01 License: Perl Artistic License Price:
967 downloads
AFS::ACL 2.4.0

AFS::ACL 2.4.0


AFS::ACL is a Perl class to handle the AFS Access Control Lists. more>>
AFS::ACL is a Perl class to handle the AFS Access Control Lists.

SYNOPSIS

use AFS::ACL;

my $acl = AFS::ACL->new({foobar => none}, {anyuser => write});
$acl->set(rjs => write);
$acl->nset(opusl => write);
$acl->remove(rjsnfs => write);
$acl->clear;

foreach my $user ($acl->get_users) {
print " $user ", $acl->get_rights($user), "n";
}

foreach my $user ($acl->nget_users) {
print " $user ", $acl->nget_rights($user), "n";
}

my $ok = $acl->apply(/afs/mpa/home/guest);

my $copy = $acl->copy;
my $rights = AFS::ACL->crights(read);

my $new_acl = AFS::ACL->retrieve(/afs/mpa/home/nog);
$ok = $new_acl->modifyacl(/afs/mpa/home/guest);
NOTE: The following lines are version 1 style: all names are exported by default. This style is deprecated !!!
use AFS; # import all AFS names
use AFS @AFS::ACL; # import just the ACL names

This class provides methods to handle the AFS Access Control Lists (ACL). It is used to create, modify, delete, and reset ACL instances. It has methods to retrieve and to set the ACL list for directories and its files.

These methods have the optional argument FOLLOW. FOLLOW determines which file should be used should PATH be a symbolic link. If FOLLOW be set to 1, then the symbolic link is followed to its target. If FOLLOW is set to 0, then the method applies to the symbolic link itself. If not specified FOLLOW defaults to 1.

<<less
Download (0.18MB)
Added: 2007-03-02 License: Perl Artistic License Price:
966 downloads
AFS::KAS 2.4.0

AFS::KAS 2.4.0


AFS::KAS is a Perl class to communicate with the AFS Authentication Server. more>>
AFS::KAS is a Perl class to communicate with the AFS Authentication Server.

SYNOPSIS

use AFS::KAS;
use AFS::KTC_PRINCIPAL;
use AFS::KTC_TOKEN;
use AFS::KTC_EKEY;

my $admin = AFS::KTC_PRINCIPAL->new(admin);
my $key = AFS::KTC_EKEY->ReadPassword($admin->name."s Password:");
my $token = AFS::KTC_TOKEN->GetAdminToken($admin, $key, 300);
my $kas = AFS::KAS->AuthServerConn($token, &AFS::KA_MAINTENANCE_SERVICE);

my $user = AFS::KTC_PRINCIPAL->new(xyz);
my $ukey = AFS::KTC_EKEY->ReadPassword($user->name."s Password:");

my $ok = $kas->create($user->name, $user->instance, $ukey);

my $flags = 1; # (1 = normal, 4 = admin)
my $expire = 925715000;# epoch time => 03 May 1999 07:03
my $maxassoc = 0;
my $lifetime = 48*60*60; #unit is secs; => 48 hrs
my $pwexpire = 10; #number of days
my $pw_reuse = 2; #pwreuse allowed: [ 2 = no ]
my $nfail = 4; #(nfail - 1) tries are allowed; => 3 tries
my $locktime = 3; #unit is 8.5 min => 3 * (8.5)
my $spare2 = 0;

my $packed = (($pwexpire instance, $flags,
$expire, $lifetime, $maxassoc, $packed);

my $entry = $kas->getentry($user->name, $user->instance);
$packed = $$entry{misc_auth_bytes};
$pwexpire = (($packed >> 24) & 0xff);
$pw_reuse = (($packed >> 16) & 0xff);
$nfail = (($packed >> 8) & 0xff);
$locktime = (($packed >> 0) & 0xff);

$kas->DESTROY; # destroy server connection

NOTE: these forms are deprecated !!!

use AFS; # import all AFS names
use AFS @AFS::KA; # import just the ka names
use AFS @AFS::KTC; # import just the ktc names

This class is used to communicate with the AFS Authentication Server. It verifies user identities and provides the facilities through which participants in transactions prove their identities to one another (mutually authenticate). It maintains the Authentication Database, in which it stores user passwords converted into encryption key form as well as the AFS server encryption key. It has methods to query the information held for any given AFS user and to create, modify, and delete the records in the DB where the above information is held.

Before you can access any DB record you must establish a connection to the Authentication Server. This is done by the constructor methods SingleServerConn and AuthServerConn which return a KAS object. A KAS object is essentially a handle to talk to an Authentication Server in a given cell. Such a KAS object is required before any of the other KAS instance methods can be called.

<<less
Download (0.18MB)
Added: 2007-03-06 License: Perl Artistic License Price:
963 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3