Main > Free Download Search >

Free clamshell 2.3 software for linux

clamshell 2.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 312
Ansel 2.3

Ansel 2.3


Ansel is a picture gallery for web sites. more>>
Ansel is a picture gallery for web sites. It is a high quality, information-rich photo gallery designed to handle large numbers of images and albums. Ansel stores all its images in a database, making it both fast and flexible.
Ansel is similar in spirit to Shutterfly and Yahoo pictures, but does not place restrictions on image size. It was named after Ansel Adams, the famous twentieth century naturalist photographer of the
American West.
Ansel is free; it carries a BSD liscence which allows many different types of usage including commercial ones. However along with this fact comes some caveats. It is designed to be easy to use, but not necessarily easy to setup. In fact its a bit advanced in that department.
Ansel requires a webserver with the PHP/PHP-MySQL engine, and a running MySQL database. You may need to know the basics of PHP, MySQL, and Apache to get things running.
I have tried to make Ansel use relative paths instead of absolute ones to make it play nicely with the rest of your site and to allow multiple instances.
Your system must have ImageMagic installed, specifically mogrify (named from Calvin&Hobbes I believe) and montage. These are used for image manipulation and are generally available by default on Linux systems.
Apache
Ansel allows images to be uploaded to the gallery remotely, which means potentially anyone can add pictures. In Ansel 2.0 passwords are used to protect pictures in an album. Security is by-album, not by-picture, which shouldnt be too much of a problem.
However, you must serve this site over HTTPS to safely encrypt passwords sent from browsers. A 403 password box sends usernames and passwords in plain text, and only by running the site over encrypted channels (like https) can security be called anything close to safe. Apache has an excellent and free mod_ssl which will run https.
MySQL
You have to create the ansel database in MySQL and give select and update permissions to a user. Ones that will work off the bat would be:
mysql> grant select,update,insert on ansel.* to apache@localhost;
To create the database do the following as root:
$ mysqladmin create ansel
$ mysql ansel < ansel.sql
The ansel.sql file is contained in the ansel/sql directory.
PHP
I believe Ansel expects to have magicquotes turned off. This affects how quotes are returned from the database. You should change the resource limits to allow large picture uploads. These are for my Linux RedHat system (Built with Rocks 3.1), the exact locations of these file may vary for you.
In File /etc/httpd/conf.d/php.conf:
LimitRequestBody 16777216
In File /etc/php.ini:
; Maximum size of POST data that PHP will accept.
post_max_size = 60M
; Maximum allowed size for uploaded files.
upload_max_filesize = 20M
Enhancements:
- Security was improved by removing the requirement for PHPs register_globals setting.
- Minor features including a more dynamic gallery home page were added.
<<less
Download (0.034MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1487 downloads
Karrigell 2.3.5

Karrigell 2.3.5


Karrigell is a simple but full-featured web framework, written in Python. more>>
Karrigell is a simple but full-featured web framework, written in Python.
Karrigell can also work with Apache and Xitami, and any database with a Python interface. It allows execution of Python scripts and of pages mixing Python and HTML, easy handling of authentication and sessions, building pages from components, and internationalization features.
It comes with a complete documentation and several demos, including a wiki server, a forum, and a portal with personalization and news editing.
Main features:
- a powerful built-in web server, so theres no need to download, install and configure a separate one
- a pure-Python database engine : KirbyBase
Enhancements:
- a first version of the integration of Karrigell behind Apache using CGI mode (see the documentation page about Apache for details)
- name REQUEST added in the namespace (same as QUERY)
- name CONFIG added in the namespace : alias for k_config, with attributes taken from the configuration file
- added a page in the documentation summarizing the names available in the namespace bug fixes (in CGI scripts)
<<less
Download (0.68MB)
Added: 2007-05-19 License: GPL (GNU General Public License) Price:
889 downloads
mp3blaster 3.2.3

mp3blaster 3.2.3


mp3blaster provides interactive playing of audio files like mp3 on a text console. more>>
Mp3blaster is an mp3 player for computers running a UNIX-like operating system, e.g. Linux, Free/Net/OpenBSD, etc. mp3blasters interface is entirely text based, thereby eliminating the need for a graphical environment like X-Windows.
This does not limit the way you can control the player whilst playing though; just like any graphical mp3 player, there are cd-style buttons like play, stop, pause, next track, etc.
While hardly anyone had ever heard of mp3 back in early 1997, I began to build up my own mp3 collection. As a Linux (text console) adept, I was heavily frustrated by the lack of a decent mp3 player. There was a (at the time) very popular command-line based mp3 player though, called splay. I figured I could use its mpeg decoding library and write my own interface in ncurses to control it. The plan was there!
Thinking about how to implement this interface, I also wondered why all mp3players had such plain playlist functionality! I like the ability to chuck a bunch of CDs in a multi-CD cd player, and then play the CDs in random order. In such a way that the cd player selects one of the five CDs at random, and then plays the entire disc. This continues, until all discs have been played. No mp3 player could do this, so I decided to add it to mine.
Enhancements:
- A parallel build bug was fixed. make -j now works.
- Dynamic screen resizing was implemented.
- A race condition that caused 100% CPU consumption at the end of each song was fixed.
<<less
Download (0.30MB)
Added: 2006-08-06 License: GPL (GNU General Public License) Price:
1179 downloads
base64img 2.3

base64img 2.3


base64img provides a PHP script which encodes images as text. more>>
base64img provides a PHP script which encodes images as text.
base64img.php base64-encodes images and generates PHP code that represents the image. This makes it possible to embed an image inside a PHP script.
This enables you to create an entire Web site with images, using only a PHP script contained within a single file.
The script itself is an example of how this works.
Install:
- Install this script in any directory on your webserver and point your webbrowser to it.
Enhancements:
- The code was changed so that it works on systems where PHPs globals are turned off.
<<less
Download (0.011MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
957 downloads
doclifter 2.3

doclifter 2.3


doclifter is a small man/mandoc/ms/me/mm-to-DocBook document transcoding. more>>
doclifter is a small man/mandoc/ms/me/mm-to-DocBook document transcoding.
doclifter is a tool that transcodes {n,t,g}roff documentation to DocBook XML markup.
It parses man, mandoc, ms, me, or TkMan page sources, does structural analysis, and recognizes common troff-markup cliches.
The result is usable without further hand-hacking about 95% of the time.
Enhancements:
- A bug in db2man.xsl was worked around.
- Markus Hoenickas requested behavior for multiple-file conversions was implemented.
- Translation of groff extended .cc and .c2 requests was implemented.
- The .TA macro that occurs duplicatively with .ta in X.org manual pages is now ignored.
- The program can cope with unresolved .Sx refererences in mdoc.
- .Ex and .Ee are handled.
- The X consortium macro preamble is now handled better.
- .RS/.RE is now fully handled, with no more spurious warnings.
<<less
Download (0.12MB)
Added: 2006-12-25 License: GPL (GNU General Public License) Price:
1033 downloads
samhain 2.3.5

samhain 2.3.5


Samhain is a multiplatform, open source solution for centralized file integrity checking. more>>
Samhain is a multiplatform, open source solution for centralized file integrity checking / host-based intrusion detection on POSIX systems (Unix, Linux, Cygwin/Windows).
samhain project has been designed to monitor multiple hosts with potentially different operating systems from a central location, although it can also be used as standalone application on a single host.
Main features:
Centralized monitoring
- Samhain clients (or agents) can connect to a central log server via secure (encrypted and authenticated) TCP connections. This allows central logging to the server, central storage of baseline databases and client configuration data, and central updates of baseline databases.
Web-based management console
- For client/server installations, a web-based console - Beltane - is available as separate package. Beltane allows to monitor server and client activity, view client reports, and update the baseline databases on the server side.
Multiple logging facilities
- Samhain supports multiple logging facilities, each of which can be configured individually. Supported logging facilities include (but are not limited to) tamper-resistant logfile, syslog, email, relational databases (MySQL, PostgreSQL, Oracle, or unixODBC) and the Prelude IDS.
Tamper resistance
- Samhain offers PGP-signed database and configuration files, a stealth mode, and several more features to protect against attempts to subvert the integrity of the samhain client / agent.
Enhancements:
- This release fixes some minor bugs.
- The portcheck module tears down connections for some common protocols more gracefully.
<<less
Download (1.3MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
858 downloads
rssh 2.3.0

rssh 2.3.0


rssh is a small shell that provides the ability for system administrators to give specific users access to a given system. more>>
rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp. rssh project now also includes support for rdist, rsync, and cvs.
For example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you can use rssh to do that.
hough rssh is written to work with OpenSSH, it will probably work with other implementations of SSH. Also, rssh is written and tested on Linux systems, but should compile cleanly and work on any POSIX.2-compliant system. It is verified to work on the following platforms:
A wide variety of Linux distributions, on IA32 and IA64 hardware
Compaq Tru64 Unix
Solaris 2.x - 8 (under certain conditions -- see the security link)
AIX 5.1
HP/UX 11.00 (PA-RISC)
HP/UX 11.22 (IA64)
Irix 6.5
Currently, it does not work on (at least most of) the *BSDs, nor on OS X. They lack the wordexp() function, which rssh uses for command line argument expansion. Until they have such a function (which is defined by POSIX.2), or until I get bored enough to write a replacement, rssh will not work with the BSDs out of the box.
Update, 7 Jun 2003: Jacques A. Vidrine reports that FreeBSD 5.0 now has the wordexp() function, and rssh compiles cleanly on it, though he has not tested it. I still do not have any confirmation that it will work on FreeBSD 5, but it seems like a safe bet. I have received reports that other operating environments are also adding support for wordexp(), and rssh should work on all of those platforms, too.
If youre on a BSD system without the wordexp() function, you could work around this by obtaining a copy of the wordexp() functions code from, say, glibc2, and creating your own wordexp.h header. Compile wordexp.c manually, and link it against the other .o files. I have no intention of doing any work to facilitate that, though, so youre on your own.
If you have success using rssh with some other implementation of SSH, or using it on other platforms, feel free to send e-mail to the rssh mailing list to let me know. If you have problems compiling or installing rssh on your favorite platform, please send me the complete configure output, and any compilation errors generated.
Enhancements:
- This release fixes a design flaw in rssh_chroot_helper that allowed local users with full shell access to gain root privileges.
<<less
Download (0.052MB)
Added: 2005-12-20 License: BSD License Price:
1403 downloads
pngcheck 2.3.0

pngcheck 2.3.0


pngcheck is the official PNG tester and debugger. more>>
pngcheck verifies the integrity of PNG, JNG and MNG files (by checking the internal 32-bit CRCs [checksums] and decompressing the image data); pngcheck can optionally dump almost all of the chunk-level information in the image in human-readable form.
For example, it can be used to print the basic statistics about an image (dimensions, bit depth, etc.); to list the color and transparency info in its palette (assuming it has one); or to extract the embedded text annotations.
All PNG and JNG chunks are supported, plus almost all MNG chunks (everything but PAST, MAGN, DISC, DROP, DBYK, ORDR, and pHYg). This is a command-line program with batch capabilities (e.g., "pngcheck *.png").
Enhancements:
- This version adds an option to colorize the output (using ANSI colors), enhances the verbose output for interlaced images, and fixes three bugs that showed up in the most recent release of the brokensuite test images.
<<less
Download (0.052MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
841 downloads
Argh! 0.2.3

Argh! 0.2.3


Argh! is an esoteric programming language. more>>
Argh! is an esoteric programming language in the spirit of Befunge, Brainfuck, and friends. Argh! project is a nice and simple language with two dimensional code-flow, a combined code/data array, an infinite stack, regular characters for all instructions, no strange braces or symbols, no unnecessary arithmetic operators (add and sub are all you need), and countless other features it doesnt have.

The distribution includes interpreters for Argh! and Aargh! (an extended Argh! that is most likely Turing complete), the official specification, editing modes for emacs and vim, and lots of examples.

Installation

To build the interpreters simply type make. This will produce two binaries: `argh the Argh! interpreter and `aargh the extended Argh! (Aargh!) interpreter. For instructions on installing the Emacs Argh! mode please look at the comments in `argh-mode.el.

Usage

Usage is simple, just call the interpreter with the filename of the Argh!-program as first argument:

$ argh ./examples/hello.agh

If the interpreter gets called with no argument, it reads the Argh!-program from stdin.

You can even put "#!/path/to/argh-interpreter" in the first line of your code and make the Argh! program executable. (At least on systems, which understand #!-magic).
<<less
Download (0.021MB)
Added: 2005-04-15 License: GPL (GNU General Public License) Price:
1653 downloads
Siteframe 3.2.3

Siteframe 3.2.3


Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites. more>>
Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites.

Siteframe™ is a lightweight content-management system designed for the rapid deployment of community-based websites. With Siteframe, a group of users can share stories and photographs, create blogs, send email to one another, and participate in group activities. Siteframe enables this by providing web-based content management so that anyone can create content without needing to learn HTML.

<<less
Download (0.66MB)
Added: 2007-04-25 License: Common Public License Price:
545 downloads
CdGet 0.2.3

CdGet 0.2.3


CdGet project is a smart MP3 downloading system using freedb and Direct Connect. more>>
CdGet project is a smart MP3 downloading system using freedb and Direct Connect.
CdGet is a smart downloading system used to retrieve the MP3 files of a CD. It uses freedb and Direct Connect, but is not a traditional Direct Connect client.
Instead, it tries to do the work for you, searching for sources, matching the wanted album, automatically finding the best sources, and probing for new ones if the transfer is too slow or is interrupted.
Finally, it saves the file to the right place, which is configurable, based on the artist, album, title of the song, and track number.
Main features:
- Can search for a song or album using the FreeDB database, including millions of albums!
- Download using Direct Connect, on the hubs you select.
- Automatically moves your downloaded music files to the right place. You can configure where to save the downloaded music files, based on album, artist, title and track number.
- Never gives up or gets stuck. CdGet will automatically restart stalled transfers, search for new sources and select what downloads to use based on transfer rates of different sources.
- Highly configurable. You can even configure most of the logic in the smart download system.
<<less
Download (0.15MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
972 downloads
SmartEiffel 2.3

SmartEiffel 2.3


SmartEiffel is The GNU Eiffel Compiler. more>>
SmartEiffels goal is to produce an Eiffel compiler to allow developers to migrate from SmartEiffel 1.1 code to SmartEiffel 2.x code.
That means that "SmartEiffel 1.2 (transitional)" will be 100% compatible with SmartEiffel 1.1, but introducing some changes from the 2.x series, and issuing warnings when you write code that will not work under the 2.x series.
Enhancements:
- New simpler typing rules.
- A new class loading algorithm.
- A simpler installer for package maintainers.
- An eiffeltest tool.
- Some changes/improvements/bugfixes in the language and library (including addition of a regex library and networking improvements).
- Microsofts Visual C++ 2005 compiler is now supported.
<<less
Download (15.7MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
838 downloads
s10sh 0.2.3

s10sh 0.2.3


s10sh is a USB/serial userspace driver for the Canon PowerShot digital cameras. more>>
s10sh is a USB/serial userspace driver for the Canon PowerShot digital cameras. Using s10sh you can download, upload and explore the images caputered with your PowerShot camera. The interface is quite similar to DOSs command.com.
s10sh support the following PowerShot camera models:
G1 (works with USB, not reported if works with the serial interface)
S100 aka Digital Ixus (USB only, since the S100 lacks the serial interface)
S20 (serial and USB)
S10 (serial and USB)
Pro70 (serial only, supported with problems)
A50 (serial only, supported with problems)
Enhancements:
- This update was provided by Lex Augusteijn one of the 300D UnDutchable authors.
- These updates allow 300D camera parameters to be changed (ISO, shutter speed, etc) remotely via the USB port.
- These updates were made as part of this project: http://www.eosdigitaal.nl/forum/viewtopic.php?t=21915&highlight=statief
- Additionally in the 060903 release Lex has added basic Rebel 350D access by updating the USB protocol.
<<less
Download (0.44MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1145 downloads
Ratoximus 0.2.3

Ratoximus 0.2.3


Ratoximus is a backend for rating your music on the fly. more>>
Ratoximus is a backend for rating your music on the fly. When a good song comes up on your playlist, you can mark it up to your favorites, and when you just cant stand a song, you can blacklist it.

A cleanlist is generated based on a preselected list, taking out the blacklisted entries. It includes a simple interactive frontend, and tips to other methods.

<<less
Download (0.009MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1500 downloads
Yammi 1.2.3

Yammi 1.2.3


Yammi is a digital music collection manager. more>>
Yammi ("Yet Another Music Manager I...") is a digital music collection (eg. mp3, ogg, flac, wav files) manager targeted at large song collections (eg. a few thousand songs).
Yammi project allows you to efficiently organize your music collection (edit tags, rename or move files, ...) and features intuitive and fast access to songs for playing or editing them.
For playing songs Yammi currently supports three media player backends, namely XMMS (X MultiMedia System), Noatun or an internal arts player (and experimental: gstreamer).
Main features:
- fast and easy fuzzy search (search 5.000 songs in less than a second for a misspelled song)
- support for id3, ogg and flac tag reading and writing (including id3v2) via taglib
- organize songs into playlists/categories
- automatic folder structure (by artist/album/genre/year/history)
- easy navigation between folders
- automatic statistic keeping (when/how many times was a song played?)
- powerful consistency checks to keep your song database consistent
- organize names and location of song files by enforcing a configurable directory/filename pattern (eg. /music/{artist}/{album}/{trackNr} {artist}-{title}.{suffix})
- jukebox functionality to load song files on demand from CDs/DVDs
- easily burn a selection of songs to audio or data CD/DVD (using K3b)
- assistance for backing up your song collection to multiple CDs/DVDs
- prelisten to songs on headphone to DJ your own party (needs a second sound device)
- invoke other programs such as cdlabelgen or your own shell scripts to generate CD labels, transfer files to your IPod or execute other commands using the information from Yammis song database
Enhancements:
- fixed: incorrect qualifier in "fuzzsrch.h" causing compilation problems with newer versions of gcc (4.0 and above)
- fixed: Bug 1436536: bug in consistency check (not detecting two songs with identical primary keys)
<<less
Download (1.1MB)
Added: 2007-03-31 License: GPL (GNU General Public License) Price:
947 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5