Main > Free Download Search >

Free forget all software for linux

forget all

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 274
orange amp xmms

orange amp xmms


orange amp xmms is rebuilt from scratch orange version of my black amp theme. more>>
orange amp xmms is rebuilt from scratch orange version of my black amp theme.

Now "xmms" button opens preferences for xmms {I meant to do that for black amp but forgot}.

<<less
Download (0.45MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
ROX-All 1.1

ROX-All 1.1


ROX-All is a single archive containing launchers for most of the ROX applications. more>>
ROX-All is a single archive containing launchers for most of the ROX applications.

It contains everything you need to get started with ROX, a GTK desktop based around the file system.

Because actually putting all the software in this archive would make it very big and quickly out of date, it will download the latest versions of programs when you run them the first time.

Therefore, you will need a network connection (but only when downloading or upgrading programs).

<<less
Download (0.62MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
969 downloads
Vonage::Click2Call 0.11

Vonage::Click2Call 0.11


Vonage::Click2Call is a Perl extension for using the Vonage Click2Call service. more>>
Vonage::Click2Call is a Perl extension for using the Vonage Click2Call service.

SYNOPSIS

use Vonage::Click2Call;

my $vonage = Vonage::Click2Call->new(login => user,
password => pass,
no_https_check => 1, # wasteful after the first time. turn it off.
);
if (! $vonage) {
# no $vonage for errstr...
die "Failed during initilization : " . $Vonage::Click2Call::errstr;
}

# get my phone numbers
my @phoneNumbers = $vonage->fromNumbers();
if (! defined($phoneNumbers[0])) {
die "No phone numbers found : " . $vonage->errstr;
}
printf("I have %d numbers configured.",scalar(@phoneNumbers));

# call someone. dont forget the leading 1.
my $rc = $vonage->call($phoneNumbers[0],12125551234);
if (! $rc) {
die "Failed to place a call : " . $vonage->errstr;
}

<<less
Download (0.003MB)
Added: 2007-05-25 License: Perl Artistic License Price:
888 downloads
Forgotten Destruction 341

Forgotten Destruction 341


Forgotten Destruction project is a cross-platform realtime strategy game. more>>
Forgotten Destruction project is a cross-platform realtime strategy game.

Forgotten Destruction is a fun, interesting, and enjoyable realtime strategy game. Its targetted operating systems are Linux, Windows 95, Windows 98, Windows ME, Windows 2000, Windows XP, MacOS 9, and MacOS X.

The game is centered around the conflict of two powerful, space- exploring races. One is a destructive empire lead by currupt dictators, the other is a civilised confederation, consisting of an alliance between all Earth nations, and nearby allies of humanity.

The game itself supports audio sound effects and music, realtime sound mixing, amazing 2D raster graphics, stunning visual effects, and more.
<<less
Download (3.1MB)
Added: 2006-11-11 License: GPL (GNU General Public License) Price:
1080 downloads
App::SimpleScan::Plugin::Forget 1.02

App::SimpleScan::Plugin::Forget 1.02


App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value. more>>
App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value.

SYNOPSIS

# In a simple_scan input file, after installing this module:

# Define the variable foo:
%%var foo baz bar quux

# Later in the file:
%%forget foo

# foo is now undefined, and will not be replaced

App::SimpleScan::Plugin::Forget looks through the currently-defined variables and removes any variables specified as its arguments. If you try to forget variables that are currently undefined, nothing happens.

<<less
Download (0.004MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1044 downloads
w32codec-all-20061022

w32codec-all-20061022


w32codec-all-2006 is the most important codec pack for Linux, used by many media players. more>>
w32codec-all-2006 is the most important codec pack for Linux, used by many media players, including Xine and Mplayer.
Most important video codecs:
- MPEG-1 (VCD) and MPEG-2 (SVCD/DVD/DVB) video
- MPEG-4 in all variants including DivX ;-), OpenDivX (DivX4), DivX 5 (Pro), XviD
- Windows Media Video 7/8 (WMV1/2)
- Windows Media Video 9 (WMV3) (using x86 DLL)
- RealVideo 1.0, 2.0 (G2)
- RealVideo 3.0 (RP8), 4.0 (RP9) (using Real libraries)
- Sorenson v1/v3 (SVQ1/SVQ3), Cinepak, RPZA and other QuickTime codecs
- DV video
- 3ivx
- Intel Indeo3 (3.1, 3.2)
- Intel Indeo 4.1 and 5.0 (using x86 DLL or XAnim codecs)
- VIVO 1.0, 2.0, I263 and other H.263(+) variants (using x86 DLL)
- MJPEG, AVID, VCR2, ASV2 and other hardware formats
- FLI/FLC
- HuffYUV
- various old simple RLE-like formats
Most important audio codecs:
- MPEG layer 1, 2, and 3 (MP3) audio
- AC3/A52 (Dolby Digital) audio (software or SP/DIF)
- AAC (MPEG-4 audio)
- WMA (DivX Audio) v1, v2
- WMA 9 (WMAv3), Voxware audio, ACELP.net etc (using x86 DLLs)
- RealAudio: COOK, SIPRO, ATRAC3 (using Real libraries)
- RealAudio: DNET and older codecs
- QuickTime: Qclp, Q-Design QDMC/QDM2, MACE 3/6 (using QT libraries), ALAC
- Ogg Vorbis audio
- VIVO audio (g723, Vivo Siren) (using x86 DLL)
- alaw/ulaw, (ms)gsm, pcm, *adpcm and other simple old audio formats
<<less
Download (13.2MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1202 downloads
xor-analyze 0.5

xor-analyze 0.5


xor-analyze provides a program for cryptanalyzing xor encryption with variable key length. more>>
xor-analyze provides a program for cryptanalyzing xor "encryption" with variable key length.
Main features:
- Could possibly crack bad implementations of one-time pads
- Check ftp://ftp.habets.pp.se/pub/synscan/ for windows binaries
To find out what length the password is the ciphertext is XOR-ed against itself with different shifts (see XOR_analyze::coincidence() in analyze.cc) and the number of zeroes (equal bytes) are counted. This is called counting coincidences. When the number of zeroes is high the shift value is potentially a multiple of the key length. The one that stands out most is checked with statistics (with a frequency table) to get the key. To check with statistics on all key-lengths in key-length interval (-m and -M) use the -a switch (with -v for one key per keylength)
Compiling
Type make. Mail me if it doesnt compile and dont forget to tell me what kind of system you have.
Encryption
$ ./xor-enc secret file.txt file.xor
<<less
Download (0.026MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
924 downloads
Free Reign 0.2.1

Free Reign 0.2.1


Free Reign project consists of a fully-3D city simulator. more>>
Free Reign project consists of a fully-3D city simulator.
Free Reign is a fully-3D city simulator, with advanced features planned such as ore mining, advanced financial models, and other features users request.
Main features:
- Crashes on demand
- OpenGL based graphics
- Fully 3D (rotateable map etc)
Installation
At the current time, installation of the game is by simply compiling and running the game in the compile directory. Compilation is standard:
Type ./configure in the FreeReign directory
Type make when configure succeeds.
Change to the src directory
Type ./fr to run the game
Enhancements:
- Bug fix in getMinHeight/Max - ugh. How did I ever forget that? My last C++ compiler must have assumed I was returning height..my God.
<<less
Download (0.26MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1020 downloads
AlbumEasy for Linux 2.2

AlbumEasy for Linux 2.2


The free stamp album page layout program. more>> AlbumEasy is free of charge. I developed it for my own use, but as I felt that other stamp collectors might find it useful, I have made it publicly available.
The first version of AlbumEasy was a command line application, which worked for me. However I tend to forget that many people are not familiar with the command line. I have therefore decided to upgrade AlbumEasy so that there are GUI and command line versions of the application for both Linux and Windows.
<<less
Download (698KB)
Added: 2009-04-10 License: Freeware Price: Free
196 downloads
Smart Cache Loader 0.31

Smart Cache Loader 0.31


Smart Cache Loader is most configurable web batch downloader in world! more>>
Smart Cache Loader is most configurable web batch downloader in world! If you have a very specific needs to grab some portions of web site -- this is right tool for you!
Operation
This program is command line driven. Forget slow GUI and other nice things. If you want GUI downloader, there are other programs. Main power of this program is configuration file. And yes this program has a very nice integration with Smart Cache proxy server.
Enhancements:
- Major bugfix release, now with HTML entity decoding.
<<less
Download (0.10MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
817 downloads
TimeBox for Linux 5.7.6

TimeBox for Linux 5.7.6


a powerful, easy-to-use time management tool. more>> The TimeBox application is a powerful, easy-to-use time management tool. It allows contractors and consulting professionals to keep track of their time spent on various projects and tasks, and to cross-reference projects and tasks in a variety of reports and summaries. It currently runs on Windows 95/98/NT/2000/XP and Mac OSX, as well as any other platform with a Java RunTime Environment (including Solaris and Linux.)
Features of the TimeBox application include:
A "punch-clock" metaphor which makes tracking time so easy, its almost mindless. Just punch a button an click on the project youll be starting on. Its as easy as 1 - 2 ...
A built-in Web server which allows user you to track time from a remote computer. Are you planning to work from another location tomorrow? No problem! You can track that time using the same TimeBox instance, right over the Internet.
A Report Generator which allows you to customize reports. Create reports about specific projects, specific time frames, in whatever format you need. View, print, or save your reports, or load them into the spreadsheet or database applications you already use.
Automatic Data Submission to allow you to either set up periodic time submissions, or submit time yourself whenever you need to, to a central server application.
QwikMessage Instant Messaging to allow easy communication among team members when used in conjunction with the ClokBox application.
Advanced editing features to allow you to modify time that youve already tracked. Did you forget to punch in or punch out for a certain day? No problem! You can easily edit time youve already tracked, or time that youve forgotten to track!
Easy backup features help you prevent accidental data loss.
Advanced search capabilities allow you to quickly and efficiently dig through that past time youve tracked.
<<less
Download (960KB)
Added: 2009-04-18 License: Freeware Price: Free
189 downloads
Lemonldap::NG::Portal 0.02

Lemonldap::NG::Portal 0.02


Lemonldap::NG::Portal is a Perl extension for building Lemonldap compatible portals. more>>
Lemonldap::NG::Portal is a Perl extension for building Lemonldap compatible portals.

SYNOPSIS

use Lemonldap::NG::Portal;
my $portal = new Lemonldap::NG::Portal(
domain => gendarmerie.defense.gouv.fr,
storageModule => Apache::Session::MySQL,
storageOptions => {
DataSource => dbi:mysql:database=dbname;host=127.0.0.1,
UserName => db_user,
Password => db_password,
TableName => sessions,
LockDataSource => dbi:mysql:database=dbname;host=127.0.0.1,
LockUserName => db_user,
LockPassword => db_password,
},
ldapServer => ldap.domaine.com,
cookie_secure => 1,
);
# Example of overloading: choose the LDAP variables to store
$portal->{setSessionInfo} = sub {
my ($self) = @_;
foreach $_ qw(uid cn mail appli) {
$self->{sessionInfo}->{$_} = $entry->get_value($_);
}
PE_OK;
};

if($portal->process()) {
# Write here the menu with CGI methods. This page is displayed ONLY IF
# the user was not redirected here.
print $portal->header; # DONT FORGET THIS (see L )
print "...";

# or redirect the user to the menu
print $portal->redirect( -uri => https://portal/menu);
}
else {
# Write here the html form used to authenticate with CGI methods.
# $portal->error returns the error message if athentification failed
# Warning: by defaut, input names are "user" and "password"
print $portal->header; # DONT FORGET THIS (see L )
print "...";
print ;
# In your form, the following value is required for redirection
print ;
# Next, login and password
print Login :
;
print Password : ;
print ;
}

Lemonldap is a simple Web-SSO based on Apache::Session modules. It simplifies the build of a protected area with a few changes in the application (they just have to read some headers for accounting).

It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection for your web space. There are two ways to build a cross domain authentication:

Cross domain authentication itself (Lemonldap::Portal::Cda (not yet implemented in Lemonldap::NG))

Liberty Alliance (See Lemonldap::ServiceProvider and Lemonldap::IdentityProvider)
This library is a way to build Lemonldap compatible portals. You can use it either by inheritance or by writing anonymous methods like in the example above.

<<less
Download (0.002MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1144 downloads
PFconf 0.8.1

PFconf 0.8.1


PFconf is a very simple script collection to ease working with naked packet filters. more>>
PFconf is a very simple script collection to ease working with "naked" packet filters.

Most ACLs (packet filters) dont work with "group" objects where one can list tables of IP addresses and networks for which one rule is applied. OpenBSDs "PF" is a exception from this rule.

So if you have three mail servers and 5 protocols (smpt, pop3, pop3s, imap, imaps) you will need to write 15 rules instead of one - and not forget a single permutation. With PFconf you only need one rule - and the script will take care of the necessary permutations.

These scripts are designed to be fairly simple, leave way room for comments (who ordered that, why is this rule here, etc) - and the usual quartett: small, efficient, portable and easy to use.

NAT handling and management scripts (when is a rule due for re-evaluation) will come soon. Target conversion for Cisco ACLs as well as for OpenBSDs PF will probably follow not far behind...

<<less
Download (0.005MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
695 downloads
Lemonldap::NG::Portal::AuthSsl 0.02

Lemonldap::NG::Portal::AuthSsl 0.02


Lemonldap::NG::Portal::AuthSsl is a Perl extension for building Lemonldap compatible portals based on SSL v3 mechanisms. more>>
Lemonldap::NG::Portal::AuthSsl is a Perl extension for building Lemonldap compatible portals based on SSL v3 mechanisms.

SYNOPSIS

use Lemonldap::NG::Portal::AuthSsl;
my $portal = new Lemonldap::NG::Portal(
domain => gendarmerie.defense.gouv.fr,
storageModule => Apache::Session::MySQL,
storageOptions => {
DataSource => dbi:mysql:database,
UserName => db_user,
Password => db_password,
TableName => sessions,
},
ldapServer => ldap.domaine.com,
cookie_secure => 1,
);
# Example of overloading: choose the LDAP variables to store
$portal->{setSessionInfo} = sub {
my ($self) = @_;
foreach $_ qw(uid cn mail appli) {
$self->{sessionInfo}->{$_} = $entry->get_value($_);
}
PE_OK;
};

if($portal->process()) {
# Write here the menu with CGI methods. This page is displayed ONLY IF
# the user was not redirected here.
print $portal->header; # DONT FORGET THIS (see CGI(3))
print "...";

# or redirect the user to the menu
print $portal->redirect( -uri => https://portal/menu);
}
else {
# Write here the html form used to authenticate with CGI methods.
# $portal->error returns the error message if athentification failed
# Warning: by defaut, input names are "user" and "password"
print $portal->header; # DONT FORGET THIS (see CGI(3))
print "...";
print < form method="POST" >;
# In your form, the following value is required for redirection
print < input type="hidden" name="url" value=".$portal->param(url)." >;
# Next, login and password
print Login : < input name="user" >< br >;
print Password : < input name="pasword" type="password" autocomplete="off" >;
print < /form >;
}
Modify your httpd.conf:
< Location /My/File >
SSLVerifyClient require
SSLOptions +ExportCertData +CompatEnvVars +StdEnvVars
< /Location >

Lemonldap is a simple Web-SSO based on Apache::Session modules. It simplifies the build of a protected area with a few changes in the application (they just have to read some headers for accounting).

It manages both authentication and authorization and provides headers for accounting. So you can have a full AAA protection for your web space. There are two ways to build a cross domain authentication:

Cross domain authentication itself (Lemonldap::Portal::Cda (not yet implemented in Lemonldap::NG))

"Liberty Alliance" (Lemonldap::LibertyAlliance::*)

This library just overload few methods of Lemonldap::NG::Portal to use Apache SSLv3 mechanism: weve just to verify that $ENV{SSL_CLIENT_S_DN_Email} exists. So remenber to export SSL variables to CGI.

See Lemonldap::NG::Portal for usage and other methods.

<<less
Download (0.008MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1145 downloads
phpSecurePages 0.29b

phpSecurePages 0.29b


phpSecurePages is a PHP3 & PHP4 multi-language login and password client authentication. more>>
phpSecurePages is a PHP module to secures pages with a login name and password. It can handle multiple user groups (each with their own viewing rights), store data in a MySQL database or a configuration file, and be used to identify your Web site viewers.
It also has multiple language support and session support for both PHP3 and PHP4.
With this web application installed, youll be able to secure your pages in a very fast and simple way. Just add 1 row of PHP code to your page, and access is only for those that are allowed. You can implement it with your existing database, or just put the data in the configuration file.
Do you want to have different levels of security? No problem, just create different user groups and give them their own rights. Furthermore, the data of the user (login name, password, user level and ID) is after login available to be used in your pages.
Do you want to change the look of the login screen? No problem, just change the HTML code in interface.php to create your own design. And dont forget, you can customize this program to use your own native language.
Enhancements:
- fixed an important security issue where it was possible to execute code on the server running phpSP if php was configured to accept files from remote servers.
- All users must upgrade!
<<less
Download (0.18MB)
Added: 2005-07-18 License: Free for non-commercial use Price: $20
1558 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5