Main > Free Download Search >

Free fortune hitchhiker 2005 06 11 software for linux

fortune hitchhiker 2005 06 11

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 817
xkbind 2005.01.04

xkbind 2005.01.04


XKBInd is a small and simple indicator of keyboard layout (XKB group) for the X Window System; it outputs information about current keyboard layout attached to each top-level window through their capt more>>

X Keyboard Extension Indicator is a small and simple, but useful indicator of keyboard layout (XKB group) for the X Window System; it outputs information about current keyboard layout attached to each top-level window through their captions via prefixes to original title strings. XkbInd allows to simulate an independent keyboard layout for each handled window and it can work with most of the window managers, including TWM, MWM and FVWM.

<<less
Download (66.92KB)
Added: 2009-04-20 License: Freeware Price:
189 downloads
 
Other version of xkbind
XkbInd 2005.01.04CHG - XkbInd (X Keyboard Extension Indicator) is a small, simple, but useful ... XkbInd. XkbInd stands for X Keyboard Extension Indicator and is a small
License:GPL (GNU General Public License)
Download (0.066MB)
1129 downloads
Added: 2006-09-22
BeatrIX Linux 2005.1 FINAL

BeatrIX Linux 2005.1 FINAL


BeatrIX Linux - a compact (Less than 200 megs), Linux operating system more>>
BeatrIX Linux 2005.1 FINAL is a less-than-200-meg Debian/Ubuntu Linux that is a live-CD/installable to hard drive distribution featuring kernel 2.6.7, Gnome 2.8.1, Firefox 1.03 w/AdBlock, Evolution 2.01, GAIM 1.03, Open Office 1.1.2, Apt, PDF viewer, image viewer, plus much, much more. It is expandable through both the Debian and Ubuntu repositories and is one of the fastest-growing Linuxes in the world.
It is a "get-the-job-done distribution of Linux and because of its design, will run on just about any personal computer made in the past 10 years with a minimum of 64 megabytes of RAM.
The programs chosen for BeatrIX are all "best-of-breed" meaning weve selected the best of the best of each type of program.
If you install it to hard drive, you can upgrade and add to the system using the Ubuntu and/or Debian file repositories, turning it into just about any type of operating system you want. You can install everything from Web servers to Wed editors. And ll of this from a mini-CD!
It is one of the fastest-growing Linuxes in the world, having been downloaded in more than 110 countries and more than 50,000 times since its release four months ago.
<<less
Download (182MB)
Added: 2009-04-07 License: Freeware Price:
203 downloads
 
Other version of BeatrIX Linux
BeatriX Linux 2005.1BeatrIX 2005.1 Linux is a free, compact (Less than 200 megabytes), operating system. BeatriX ... BeatrIX 2005.1 Linux is a free, compact (Less than 200 megabytes), operating system aimed at
License:GPL (GNU General Public License)
Download (186.8MB)
1671 downloads
Added: 2005-04-05
xmppjca 2005-11-25

xmppjca 2005-11-25


xmppjca project is a JCA 1.5 resource Adapter for managing connections to a XMPP (aka jabber) server from a J2EE application. more>>
xmppjca project is a JCA 1.5 resource Adapter for managing connections to a XMPP (aka jabber) server from a J2EE application server (for instance JBoss). The resource adapter has been written to conform to the JCA 1.5 specification but only JBoss has been tested. The RA uses the smack API to connect to XMPP servers.

The connector supports multiple connections to multiple servers and provides an abstraction of the underlying smack api that in addition to connection management provides support for extensions from su-smack which includes support for JEP-0060 aka publish subscribe.

Currently the RA only supports container managed security. Future versions will support bean managed security using JAAS. The goal is eventually support single-sign-on using SASL+GSSAPI to XMPP servers which support this mechanism.

Currently the RA does not support transactions. The precise way in which this will be supported is a matter of debate.

Installation

The project consists of two parts - xmppjca and xmppjca-spec. Build both artifacts. Deploy the rar-file in your J2EE-server. In a standard JBoss- installation this means copying the rar-file to $JBOSS_HOME/server/default/deploy. The xmppjca-spec-< version >.jar should be placed in the classpath of clients who need to use the resource adapter. In a standard JBoss-installation the easiest way is to copy the file to $JBOSS_HOME/server/default/lib. In most situations the application server will hotdeploy the rar-file but not the jar- file so a restart is needed whenever you update the spec-file.
<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
saml-registry 2005-11-08

saml-registry 2005-11-08


saml-registry is a SAML 2.0 Metadata management tool that is useful for building shibboleth-based federations. more>>
saml-registry is a SAML 2.0 Metadata management tool that is useful for building shibboleth-based federations.

The saml-registry is a j2ee-application intended as a federation management tool, primarily (but not exclusively) for use with shibboleth. Future versions will support full delegation of rights through container-based role-management. The current version relies on container-based authentication.
For convenience the current version of the sql database schema and a jboss datasource descriptor sample can be found here on the right.

Installation instructions

Download the ear-file from the maven repository and drop it in the deploy-directory of your jboss application server. This build has been tested with jboss 4.0.2 but later versions should work.

You may need to disable certain features in a standard jboss, notably the jboss-ws4ee.sar (which conflicts with webservices provided by saml-registry) - just remove it from the deploy directory. Newer versions of jboss may ship with included versions of myfaces and jsf. These files must also be removed from your jboss before deploying saml-registry (or you must repackage the application excluding these libraries from the ear).

Next create a datasource-file for the mysql datastore. The < jndi-name/ > must be set to jdbc/saml-registry. Now create the database (update the datasource file with the server, username and password). Drop this file next to the ear in the deploy-directory. Use the sql schema to populate the database.

Finally configure authentication and authorization for saml-registry. This is done in the container by editing the login-config.xml (for jboss). Create a security domain called saml-registry in login-config.xml. The attached login-config.xml contains a sample entry which is based on property-files. The UsersRolesLoginModule is described on the jboss wiki.

The authorization for saml-registry is also managed by the security domain using standard j2ee role-based security. The roles govern access to individual use-cases (represented by menu entries in the user interface). Future versions will add per-organizational access control to this basic framework so that management of entities can be delegated.

The use-cases and roles is documented by this usecase diagram. Once your security-domain is configured to serve these roles (by editing property-files or whatever) you should be able to point your browser to https://your-box.example.com/saml-registry and get the main menu (or a login page depending on how your security domain was setup).

Building from source

In order to build saml-registry from source (which can be obtained from the subversion repository) you need maven2 and java5 to build the sources. The saml-registry is based on an MDA toolchain called andromda. Normally maven2 should download and install all dependencies, however the user interface needs the jsf2 cartridge from the andromda plugins project which may not be distributed from the andromda maven repository. If maven2 complains about unresolved dependencies for jsf2 then checkout the andromda plugins project and build it manually.
<<less
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
938 downloads
AutoThumb 2005-12-16

AutoThumb 2005-12-16


AutoThumb project is a script system to create high-quality photo galleries from your digital photos. more>>
AutoThumb project is a script system to create high-quality photo galleries from your digital photos. The Gimp is used for image conversation which results in excellent quality and flexibility.
Behind-Blue-Eyes.de is running its CMS on AutoThumb.
Main features:
- High-quality, flexible image conversation
- Full control on colors, brightness, saturation, contrast, etc...
- flexible watermarking
- nice 3D shadow
- W3C-compliant HTML/CSS code
<<less
Download (MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
949 downloads
Slackware Packaging Scripts 04-30-2005

Slackware Packaging Scripts 04-30-2005


Slackware Packaging Scripts provides a collection of scripts for simple automated Slackware packaging. more>>
Slackware Packaging Scripts provides a collection of scripts for simple automated Slackware packaging.

Slacktools is a collection of simple shell scripts that can be used to build most source tarballs into slackware packages.

They are probably the least advanced of any automated packaging system, but they work surprisingly well for source that supports the DESTDIR variable [correctly].

Scripts provided:

.backoutpkg
.slackconfig
.slackmake
.slackpack

<<less
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
566 downloads
Snippets 1.0

Snippets 1.0


Snippets is a CGI script where fortune cookie meets wiki. more>>
Snippets is a CGI script where fortune cookie meets wiki. The project provides:
- A way for people to share quotes, recipes, jokes...
- A private niche where a person can keep track of sites to visit, people to e-mail.
- A tool for administrators to turn a large repository of static content into a manageable amount of dynamic content.
Snippets is designed to be easy to configure and customize.
Snippets is a versatile CGI script that allows administrators to turn a large amount of static content into a small amount of dynamic content, and users to have an editable quote of the day. Its a cross between a fortune cookie program and a wiki. Snippets can be used for much more than memorable quotes, though; Snippets can be used to show people, or remind them of:
- Jokes
- Quotes
- Recipes
- Websites to visit
- Friends to write/e-mail/call
- Long-term to do items
- Places to visit
- Books to read
- Favorite pictures
- Etc.
Go ahead and play around with it; see what it can do.
<<less
Download (0.046MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
973 downloads
fortune-mod-ru 1.52

fortune-mod-ru 1.52


fortune-mod-ru is a collection of cookie files in Russian. more>>
fortune-mod-ru is a collection of cookie files in Russian. It includes the following categories:
- armenian (questions to Armenian Radio)
- citates (citations of great people)
- computer (sysadmins, PC and other)
- fomenko (aphorisms from Fomenko)
- M$ (dedicated to Micro$oft)
- murphy (Murphy laws)
- programming (programmers and programming).
fortune-mod-ru also includes aphorisms from the collection of Nikolay Vekshin (http://aforizmi.narod.ru).
Enhancements:
- New fortunes have been added (amur, b0, b11, b12, b13, b2, d1, d21, d41, e0, e12, and e13).
- There are major fixes in kascheys collection, and minor fixes in do_you_know.
- The citates fortune has been added.
- .u8 symlinks have been added for supporting of recoding on the fly.
<<less
Download (0.50MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
982 downloads
Extended File Stealth System 2005-01-20

Extended File Stealth System 2005-01-20


Extended File Stealth System provides a tool for protecting uploaded files using cryptography. more>>
Extended File Stealth System provides a tool for protecting uploaded files using cryptography.

The Enhanced File Crypt/eXtended File Stealth System (EFC/XFSS) makes your uploaded files safe on the server so that no one can read them without knowing a few details to decipher the files.

It generates different obfuscated names and encrypted files so no one will know what the original format or name was

<<less
Download (0.057MB)
Added: 2007-02-07 License: LGPL (GNU Lesser General Public License) Price:
989 downloads
Kernelcookies 9

Kernelcookies 9


Kernelcookies project consists of fortune cookies from the Linux Kernel. more>>
Kernelcookies project consists of fortune cookies from the Linux Kernel.
Kernelcookies is a datafile for fortune that contains some of the funnier or more obscure kernel messages.
One of the most famous messages ("lp1 on fire") was part of the linuxcookies data file (and got me started on this compilation).
NOTE: Some of the cookies may contain offensive language. As I dont really want to decide on what someone might find offensive or not and create two seperate files, I only put this warning here. If you dont want offensive fortunes, youll have to weed this file out yourself.
Enhancements:
- 25 new cookies from Linux 2.6.19 were added.
<<less
Download (0.007MB)
Added: 2007-02-07 License: GPL (GNU General Public License) Price:
989 downloads
Freebaser 2005.03.10

Freebaser 2005.03.10


Freebaser project consists of collection of Free database applications. more>>
Freebaser project consists of collection of Free database applications.
Its goal is to create simple, elegant, and useful applications to solve organizational issues.
It includes a client database, a member database, a contacts database, a task list/todo list, and a workflow database.
Main features:
- Client database
- Member database
- Contacts database
- Task List / Todo list
- Workflow
Client Database:
The clients database is a database that we plan on being used as the single database for an organisation that has customers/clients/etc. Ie. if your running your own business this is the database from the freebaser collective that you should be using as it incorporates all the aspects of the contacts and member datbases but adds business/client/customer related fields and sections.
Contacts Database:
The contacts databse is designed to be used by you as your personal friends/contacts database.
Member Database:
The Member database is designed for Not-For-Profit organisations that are made up of members and not customers/clients/employees. The idea organisation is a Trade Union, or small club that needs to track its members.
Task List/Todo List:
The Task List database is designed to trach and manage your daily tasks and duties.
Workflow Database:
The Workflow database is still in a proto-type mode but is design to be able to let the user to track and manage the various organisation processes.
An example is a group publishing its newsletter, there maybe 40 steps from start to finish in getting a newsletter out and the Workflow database is design to be able to accomodate these kind of process tracking.
At the moment the Workflow database is pretty useless unless its customised to your particular organisational processes - as each organisation has its own processes.
Enhancements:
- Changes made to the table CSS to make the pop up calendar appear correctly
<<less
Download (0.50MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1008 downloads
ZoIP 0.2.1

ZoIP 0.2.1


ZoIP is a bridge between telephony and text adventure for Asterisk and Infocom games. more>>
ZoIP project is a bridge between telephony and text adventure for Asterisk and Infocom games.

ZoIP is a Rezrov Z-Machine for the Asterisk PBX, allowing you to play Infocoms old interactive fictions, such as Zork and The Hitchhikers Guide to the Galaxy, over the telephone using speech-to-text (sphinx2) and text-to-speech (festival).

<<less
Download (6.5MB)
Added: 2006-12-19 License: Perl Artistic License Price:
1045 downloads
fortune-fgump 1.0

fortune-fgump 1.0


fortune-fgump project consists of some quotes from the movie Forrest Gump. more>>
fortune-fgump project consists of some quotes from the movie Forrest Gump.

This collection of quotes is for use with the fortune program.

<<less
Download (0.002MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1050 downloads
fortune-mod-calvin 0.1.1

fortune-mod-calvin 0.1.1


fortune-mod-calvin is a fortune cookie file with quotes from Calvin and Hobbes. more>>
fortune-mod-calvin project is a fortune cookie file with quotes from Calvin and Hobbes.

fortune-mod-calvin is a compilation of quotes from Bill Wattersons fantastic "Calvin and Hobbes" comic strip.

The quotes have been compiled from various sources on the Web.

<<less
Download (0.006MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
fortune-xfiles 1.0

fortune-xfiles 1.0


fortune-xfiles project consists of various quotes from the X-Files TV episodes for the fortune program. more>>
fortune-xfiles project consists of various quotes from the X-Files TV episodes for the fortune program.

To install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes).

To use it, simply type:

# fortune xfiles

Example:

Mulder: You know, I always wanted a peg-leg. It was a boyhood
thing I never grew out of.

"The X-Files: Quagmire"


<<less
Download (0.013MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1048 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5