Main > Free Download Search >

Free qinstall src 2.0 software for linux

qinstall src 2.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1248
qinstall-src 2.0

qinstall-src 2.0


qinstall-src is a source package collection along with a bash script that helps an administrator to compile a mail server. more>>
For those who want to build their own mailserver from sources on different GNU/Linux distributions like Slackware, Gentoo, CentOS, SuSe, Fedora Core or Debian, we created an universal package called qinstall-src.
qinstall-src is a source package collection along with a bash script that helps an administrator to compile, configure, install and run an e-mail server, based on qmail, together with all the programs required to run properly.
Main features:
- all perl modules required for optimum runtime;
- user administration web interface(qmailadmin);
- console-based user and domain administration (vpopmail, cqadmin);
- a bash script that eases the administration of queue pending messages (qmHandle);
- personalized webmail (SSL/TLS), activated quota, password changer (squirrelmail);
- ESMTP/SMTP, IMAP/POP3 SSL services activated by default (qmail, courier imap);
- e-mail autoresponder (autorespond);
- antivirus and antispam software (clamav, spamassassin);
- email filters (procmail);
- other programs that help running the e-mail server at optimum speed;
qinstall-src is tested on Slackware, Gentoo, Fedora Core, CentOS, openSuSe and Debian.
Enhancements:
- Many packages have been upgraded to the latest version.
- All packages have been ported to Bluewhite64 Linux (64-bit).
<<less
Download (MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
530 downloads
The Minstrels Song 2.0

The Minstrels Song 2.0


The Minstrels Song project is a roguelike game with emphasis on worldbuilding. more>>
The Minstrels Song project is a roguelike game with emphasis on worldbuilding.
The Minstrels Song is a roguelike game which seeks to let the user interact with a rich and extensive world.
Among roguelikes, emphasis is on providing nonlinear play in a detailed environment.
Effort has been made to provide races that have not only stats but cultures.
Top 10 things to do in "The Minstrel s Song":
- Pet a dolphin.
- Pray and worship.
- Ride a dragon.
- Match wits with a clockwork door.
- Climb a tree.
- Answer a riddle.
- Build your own mechanical devices.
- Keep an exotic pet.
- Choose your own quest.
- Explore a world of wonder.
To compile and run this game, go into the directory src, edit the file "tms.h" according to the comments that are contained in, and use make.
More specifically, it needs a certain lib directory, where all of the files in "lib" are stored. /usr/local/lib/tms is reccommended. Once you have created that directory and moved all of the files to it (be sure that book8.txt is writeable by everybody -- it is more or less the high score file), set LIB_DIR in tms.h to that directory, with a trailing slash -- ie. change appropriate line to say.
#define LIB_DIR "/usr/local/lib/tms/"
(or whatever you have put for your lib directory.)
Security note: It is strongly discouraged to install TMS as a SetUID binary; the game is not designed to have special priveleges.
<<less
Download (1.1MB)
Added: 2007-01-05 License: Other/Proprietary License with Source Price:
1024 downloads
Sonar 1.2.2

Sonar 1.2.2


sonar is a network reconnaissance utility. more>>
This software is used for the automatic probing of internet hosts at a timed interval (reconnaisance), checking host connectivity, especially ICMP support (information Gathering), automated running of third party tools when said host is online (automated testing).
Use of sonar shifts responsibility for the users actions solely to that user him or herself. In other words, the author cannot be held responsible for your actions.
Examples
Run nmap with a vanilla connect scan as soon as www.google.com is online. Check every 60 seconds, go into background, and log to probe.log:
sonar -c -1 --scan_delay=60 -f --output_plugin=L
-p fprobe.log -pe"nmap -sT www.google.com"
-sI www.google.com
Check red0xs site for online status 4 time in a row (just like ping):
sonar -sI genbukan.no-ip.com
Send the contents of payload.dat to www.secursite.com every 5 minutes:
sonar -c -1 --scan_delay=300 -p ppayload.dat -sI
www.secursite.com
Send an ACK probe to googles webserver every second.
sonar --scan_delay=1 -c -1 -sA www.google.com -pp80
Enhancements:
- src/mutex.h, src/plugin.h, src/types.h, libltdl/configure, plugins/network_icmp.h, doc/Makefile.in, Makefile.in, doc/Makefile.am: Major documentation update, more to come.
- plugins/rfc793.h, plugins/rfc793.c: Removed the bloody thread (which was causing so many problems) from the ack scan
<<less
Download (0.48MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1550 downloads
Pinger 1.0.5

Pinger 1.0.5


Pinger is a network monitor tool with optional WWW interface (includes such features as sending SNMP traps to other host). more>>
Pinger is a network monitor tool with optional WWW interface (includes such features as sending SNMP traps to other host and others).

Compiling and Installing:

1. Become root and gunzip/tar sources

2. Create list of hosts to monitor to. I used standard file used by named server (modified as show bellow):

Sample:

... hosts file sample ...
;
; This is file of my hosts
;
;
;PINGER_START
; pingerd will look from here |
vilma A 192.168.3.1
theodor - thomas computer ;)
...
...
; remember, pinger use FIRST world of each line.
;SLEEP xx - sleep xx seconds
;PINGER_STOP
; pingerd will stop here
; All below will not be monitored
non-important.node
... end

anyway - look at template in etc/

3. ./configure ( --help )

4. Edit src/config.h and src/pingerd.h if you have ping path different from /bin/ping.

6. Type make ; make install

7. Insert /usr/sbin/pingerd to your rc.local file.

8. Type /usr/sbin/pingerd or reboot your computer.

9. Move src/*.cgi to your httpd cgi-bin directory

Run www browser and type http://your.host.name/cgi-bin/pinger.cgi
<<less
Download (0.066MB)
Added: 2006-04-14 License: GPL (GNU General Public License) Price:
1309 downloads
Fish Supper 0.1.5

Fish Supper 0.1.5


Fish Supper is an arcade puzzler based on Frogger. more>>
Fish Supper is an arcade puzzler based on Frogger. Fish Supper is loosely based on the retro classic Frogger.

Guide a cat across a series of rivers, jumping from log to log to reach a tasty fish supper on the other side.

Before landing on a log, though, you need to make sure youve got a crystal the same colour (or two that together will make that colour), otherwise youre zapped back to the beginning.

Written in C++/SDL.

Installation:

You will need the SDL, SDL_image and SDL_mixer libraries and development files.

After unpacking the archive, go into the "src" directory:
cd FishSupper/src

Type: make

Move back up one level: cd ..

You should now have an executable called "fishsupper" that you can run with:
./fishsupper

<<less
Download (1.2MB)
Added: 2007-03-31 License: GPL (GNU General Public License) Price:
938 downloads
Convert::Cyrillic 1.05

Convert::Cyrillic 1.05


Convert::Cyrillic is a Perl module with routines for converting from one cyrillic charset to another. more>>
Convert::Cyrillic is a Perl module with routines for converting from one cyrillic charset to another.

SYNOPSIS

use Convert::Cyrillic;

$src = koi8;
$dst = win;
$SrcBuf = text in koi8 here;
$DstBuf = Convert::Cyrillic::cstocs ($Src, $Dst, $SrcBuf);

This package implements routine for converting from one cyrillic charset to another. It is intended to be used from cgis which need built-in support for translations. For example, you may wish to use it in form processor to translate from user encoding to one used by your site.

Where $Src and $Dst are one of:

KOI8 - for KOI8-R
WIN - for WIN-1251
DOS - for DOS, alternative, CP-866
MAC - for Macintosh
ISO - for ISO-8859-5
UTF-8 - for UTF-8 (Unicode)
VOL - for Volapuk (transliteration)

Buffer may contain line breaks, which are preserved.

<<less
Download (0.024MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1166 downloads
SPAW Editor 2.0.5 Beta

SPAW Editor 2.0.5 Beta


SPAW Editor is a web based in-browser WYSIWYG editor control. more>>
SPAW Editor is a web based in-browser WYSIWYG editor control. SPAW Editor enables web site developers to replace a standard textarea html control with full-featured, fully customizable, multilingual, skinable web based WYSIWYG editor.
Version 2 adds tabbed multi-document interface, floating/shared toolbars, modular architecture and many other exciting features.
Main features:
Tabbed Multi-document Interface
- Version 2 introduces new industry unique tabbed multi-document interface feature. Now you can edit virtually unlimited number of HTML snippets in a single WYSIWYG instance. This can save a lot of screen space, unnecessary scrolling and loading time compared to other solutions where you have to load as many WYSIWYG instances as HTML snippets you want to edit.
Floating/Shared Toolbars
- Multiple instances of SPAW Editor v.2 can be controlled by a single toolbar. This toolbar can either be attached to one of the instances or float around the screen. This way you can save loading time and achieve a better level of integration of the editing area into complex designs (no toolbar overhead)
Resizeable Editing Area
- Users can resize editing area of the editor both vertically and horizontally. Resizing directions could be controlled by the developers as well as users or disabled altogether. Content editors are able to see as much (or as little) content as they wish.
Modular Architecture
- One of the main problems in SPAW v.1 was that it was very difficult to extend the core functionality. SPAW Editor v.2 was designed with extendability in mind. Rich API is available for developers allowing to extend the functionality to whatever your needs are. Publicly available plugins developed by Solmetra as well as 3rd parties will be posted to our plugin page.
Enhancements:
- FEATURE ADDED: support for Safari 3 browser on OS X and Windows
- BUGFIX: absolute URLs were not stripped in XHTML module
- BUGFIX: XHTML rendering: only the first instance of & in href and src attributes was converted to &
<<less
Download (0.45MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
546 downloads
Luxilla 1.0b8

Luxilla 1.0b8


Luxilla is a tool for running XUL files. more>>
Luxilla is a "runtime" that turns Luxor XUL markup into live windows, dialogs, menus, toolbars and more without requiring a single-line of Java code.

Pass on the chrome folder holding your XUL markup to Luxilla and see the XUL markup come to life.

Example:

java luxilla c:/sandbox/luxilla/src/samples/chrome-calc

Running Luxilla

Before you can start Luxilla you need to download all required libraries and set up your classpath.

Get the luxor-libs package at http://sourceforge.net/projects/luxor-xul or use the libraries bundled with Ramses - the Luxor XUL example suite. (The libraries dont ship with Luxilla to keep the download size small.)

Once you got all libraries fix up your classpath. Heres the jar line-up required for Luxilla:

* luxor-1.0-b8.jar
* rachel-2.0-b2.jar
* salsa-1.0-b1.jar
* houston-1.0-b1.jar
* caramel-1.0-b1.jar
* apollo-1.0-b1.jar
* cypress-1.0-b1.jar
* jdom-1.0-b8.jar
* velocity-1.3-rc1.jar
* collections-2.0.jar
* saxpath-1.0.jar
* jaxen-1.0.jar

Now youre ready to roll. Use the class luxilla or luxor.runner.Tool for startup and pass on the the chrome folder holding your XUL files as the one and only command line argument.

Example:

java luxilla c:/sandbox/luxilla/src/samples/chrome-calc
java luxor.runner.Tool c:/sandbox/luxilla/src/samples/chrome-calc
<<less
Download (0.10MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1636 downloads
tclDBRCS 0.2a

tclDBRCS 0.2a


tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. more>>
tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. The application supports encryption of file content, CVS import, infinite branching of branches, entire diff or merge of project, RC of binary files, empty directory storage, removal without losing history, and more. No specialized server is needed outside of PostgreSQL, and all operations are executed on the client machine.
Install required packages:
1.1) Install PostgreSQL
1.2) Install GNU diffutils
1.3) Install XDELTA3
1.4) Install CVS (TortoiseCVS for example)
Install tcldbrcs:
2.1) untar the package tcldbrcs- .tar.gz
2.2) Edit bin/dbrcs.bat, bin/initdb.bat bin/tkdbrcs.bat to match your installation path
2.3) Edit etc/configuration_options.src.tcl, etc/access_keys.src.tcl
Start a shell and add /bin in your path
Enhancements:
- This release adds support for SQLite.
- There are some bugfixes.
<<less
Download (0.11MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
801 downloads
Mindy 1.0

Mindy 1.0


Mindy is a minimal molecular dynamics program. more>>
Mindy is a very simple, serial molecular dynamics program derived from NAMD source code. It currently uses xplor parameter and structure files. The program is written in very straightforward C++.

Installation

Unpack the distribution. A directory named "mindy" will be created. In the mindy directory are two subdirectories, "src" and "test". The "src" directory contains the source code and a Makefile to build mindy.

Typing "make" within the src directory shoud build mindy using g++. If you would like to build mindy using a different compiler or different compiler flags, use one of the build targets in the Makefile or add a new one.

The executable is named mindy_$ARCH, where ARCH is the platform. by default, this is "g++".

Using

The command line syntax for mindy is:

mindy nsteps pdbfile psffile paramfile

Nsteps specifies how many timesteps to take. pdbfile and psffile are the coordinate and structure files, respectively, of the system you want to simulate. paramfile is the name of your parameter file. Both the psf file and the parameter must be in X-Plor format.

The test directory contains two sets of files which can be used as inputs for mindy. "alanin" is a 66 atom polypeptide, and "brH" is a crystal structure of bacteriorhodopsin containing 3762 atoms. Run alanin by typing

mindy 1000 alanin.pdb alanin.psf alanin.params

at the command line.
<<less
Download (0.23MB)
Added: 2005-04-01 License: Free To Use But Restricted Price:
1666 downloads
nxt 4.1.0

nxt 4.1.0


nxt is one line shell script engine. more>>
nxt is one of Magic Hand command. Or one of one line shell script engine.

nxt is the fastest solution of file operation.

Example 1.

nxt .. g@foo.txt r@ n@bar.txt .[Enter]

1.nxt go to previous directory and execute ls command.
2.get file name of "foo.txt".
3.return to original directory.
4.rename as "bar.txt"
5.execute ls

Example 2.

nxt g@*txt text m@ .[Enter]

1.nxt get "*txt" file name.
2.go to "text" directory.
3.move the files of "*txt" to current directory.
(nxts move command is "REAL MOVE" command.(cp A B;rm A;))
4.execute ls

Example 3.

nxt src "emacs nxt.c" .. make[Enter]

1.nxt go to "src" directory.
2.execute "emacs nxt.c"
3.back
4.execute "make"
<<less
Download (1.2MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
922 downloads
AspectJS 1.0.0

AspectJS 1.0.0


AspectJS is a Javascript AOP framework. more>>
AspectJS is a Javascript AOP framework.

Using:

Import

You MUST include the following aspect.js Javascript file :

< script src="aspectjs.js" >< /script >

Weaving

In order to weave the aspects, you SHOULD use this method :

Weaver.addAdvice ( aspect_name, aspect_method, joinpoint_type, pointcut_name, pointcut_method);

Todo

improve compatibility with more browser
complete documentation
<<less
Download (0.004MB)
Added: 2006-02-22 License: LGPL (GNU Lesser General Public License) Price:
1339 downloads
Variable::Alias 0.01

Variable::Alias 0.01


Variable::Alias is a Perl module created to alias any variable to any other variable. more>>
Variable::Alias is a Perl module created to alias any variable to any other variable.

SYNOPSIS

use Variable::Alias alias;
my $src;
my $a;
our $b;
my @c;
our @d;

alias $src => $a;
alias $a => $b;
alias $b => $c[0];
alias @c => @d;

$src=src;
# All the other variables now have the string
# src in the appropriate places.

There are various ways to alias one variable to another in Perl. The most popular is by assigning to typeglobs. This is quite efective, but only works with globals. Another method is to use a module like Lexical::Alias or Devel::LexAlias, but as their names suggest, these only work with lexicals. Theres no way to alias an element of an array or hash.

Variable::Alias changes all that. It uses a tie to provide One True Way to alias a variable.

Interface

Variable::Alias may export any or all of five functions. If youve used Lexical::Alias, the interface is virtually identical.

alias(VAR, VAR)

alias takes two variables of any type (scalar, array or hash) and aliases them. Make sure they have the sigil you want on the front.

This function is only available in Perl 5.8.0 and later, because the prototype tricks it uses were first implemented in that version.

alias_s(SCALAR, SCALAR)

alias_s takes two scalars and aliases them.

alias_a(ARRAY, ARRAY)

alias_a takes two arrays and aliases them. Note that this is actual arrays, not array elements, although you can alias references in elements, like so:

alias_a(@short, @{$some->sequence->{of}->calls->{thats}[2]{long}});

alias_h(HASH, HASH)

alias_h takes two hashes and aliases them.

alias_r(REF, REF)

alias_r takes two references and aliases them. The referents must be of the same type.

<<less
Download (0.003MB)
Added: 2007-05-04 License: Perl Artistic License Price:
903 downloads
euCatalogue 2.0 Beta

euCatalogue 2.0 Beta


euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure. more>>
euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure.
euCatalogue includes an "admin Web interface" to help with constructing the catalogue and a "user Web interface" which allows browsing the catalogue.
Installation:
1. Set up a database on the default port 5432 under the name eucatalogue with user/pass eucatalogue
2. Use "database.sql" file under the "installation" dir to generate the required table structure.
Note:
If You want to change the default database settings, use "hibernate.cfg.xml" under the "installation" dir and place it under "/src/resources" before creating the .war file.
hibernate.connection.url (jdbc:postgresql://localhost:5432/eucatalogue)
hibernate.connection.username (eucatalogue)
hibernate.connection.password (eucatalogue)
hibernate.connection.driver_class (PostgreSQL by default)
dialect (PostgreSQL by default. See Hibernate reference for available dialects)
Do not forget to place the required JDBC driver in the classpath!
Enhancements:
- Support for multiple catalogs was added through the CatalogueElement and CatalogueSpawn interfaces.
- A UUID generator is now used instead of an increment for better handling of multi-user environments.
- Hibernate was updated to 3.2.1 and eupersistence to 2.0.
- Previous database schemas must be deleted and replaced with the new one using the .sql script provided under the "installation" dir.
<<less
Download (5.3MB)
Added: 2007-02-13 License: LGPL (GNU Lesser General Public License) Price:
983 downloads
nodoze 2.0

nodoze 2.0


nodoze is a Perl script to repair websites built with MS Windows so that they will work properly on a UNIX server. more>>
nodoze is a Perl script to repair websites built with MS Windows so that they will work properly on a UNIX server.

It changes all file and directory names, and all relative URLS in the html, to lower case, and it changes all .htm extensions to .html.

When websites are built on on computers running Microsoft Windows, the case of file and directory names is often ignored.

Other "widowsizms" are also introduced (such as ending files with .htm instead of .html). This causes BIG problems if the site is served under unix.

What nodoze Changes

".htm" extensions in file names and in Relative URLs are changed to ".html"
< img src="document.htm" > becomes < img src="document.html" >

All files are renamed to lower case. All Relative URLs are changed to lower case
< img src="http:/Images/my.JPG" > becomes < img src="http:/images/my.jpg" >

"Dangerous" characters in URLs are escaped
< img src="a space.jpg" > becomes < img src="a%20space.jpg" >

"" characters in URLs become "/"
< img src="http:www.server.com" > becomes < img src="http://www.server.com" >

URLs are quoted
< img src=picture.jpg > becomes < img src="picture.jpg" >

Javascript: URLs are not changed by nodoze (i.e. the above doesnt apply to them)

Relative URLs (a.k.a Local URLs)

In a Relative URL the server is not named
< img src="http:/Local.JPG" > becomes < img src="http:/local.jpg" >

An Absolute URL is a mailto:, or a javascript:, or names a server
example: < img src="http://www.server.com/absolute.jpg" >

<<less
Added: 2005-10-10 License: Artistic License Price:
1476 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5