2.1.2
LUX4 2.1.2
LUX4 is a powerful and fast communication protocol for Remote Procedure Call (RPC). more>>
C/C++ porting is planned but for the Client side only. LUX4 performances are far ahead of other RPC protocol like RMI.
Enhancements:
- First Open Source release.
JXME 2.1.2
JXTA technology is a set of open protocols that allow any connected device on the network ranging. more>>
JXTA peers create a virtual network where any peer can interact with other peers and resources directly even when some of the peers and resources are behind firewalls and NATs or are on different network transports.
The project goals are interoperability across different peer-to-peer systems and communities, multiple/diverse languages, systems, platform independence and networks, and ubiquity: every device with a digital heartbeat.
Main features:
Discovery:
- Pipes. An application is able to search for a named pipes created by other Peers.
- Groups. An application is able to discover a JXTA group and join it.
- Contents. Applications are able to discover application specific contents.
Create:
- Pipes. An application is able to create pipes - both point-to-point and propagate pipes.
- Groups. An application is able to create peer groups to limit the scope of discovery.
- Contents. Application specific contents.
Join Groups An application is able to join a given group as per JXTA spec.
Communicate An application is able to communicate with other JXTA users through JXTA pipes (unicast, propagate)
- Listed below are a few of the critical constraints imposed by cell phones and like devices. JXTA-J2ME is
- designed to provide P2P functionality within these limitations. Next generation devices may have a
- lesser constraints than the one currently-available.
- 50k MIDlet size Current cell phones have a total limit of about 123K for storing all MIDlet suites. In addition, Motorola phones currently limit each MIDlet to be no more than 50K and NTT DoCoMo phones limit MIDlets to 30K.
- Persistent storage on cell phones can be as little as 8K which is shared by all the MIDlets.
- Runtime heap is of the order of 32K - 64K
- Bandwidth is very limited and latency is high
- CPU power is very limited - around 20MHz.
- Battery life is very critical.
- Limited libraries MIDP-2.0
Enhancements:
- Backports of a number of bugfixes from JXTA JSE.
- This release no longer requires a persistent store for configuration files.
Adept 2.1.2
Adept project is a GUI to the Advanced Packaging Tool for KDE. more>>
Main features:
- package list with customisable filters
- debtags-based drag&drop filtering
- package browser with package relations, file list and detailed info about package
- currently rather rough sources.list editor
- download, installation progress meters
- change review, status toolbar
- simplified interface for system upgrades: adept updater
- simplified interface for application management: adept installer
- system-tray update notification icon: adept notifier
Enhancements:
- Removed apt-index-watcher dependancy, dropped in debian.
- Fix build order in adept/Makefile.am and kubuntu_upgrader/Makefile.am
- Enable simple-patchsys.mk in debian/rules.
Freya 2.1.2
Freya is a script that creates a bot inside an OpenDCHub server to aid Operators do various tasks. more>>
Commands are as follows:
--- All commands can have a + instead of a - infront of them ---
-huggle (user) you huggle someone
-glomp (user) you glomp someone
-me (message) the irc command
-hrr you hrr softly
-purr you purr like a cute lil kitten =^.^=
-makekitties (user) you and the user make kittens together
-sockcount Displays the number of Socks $botname has lost
-kittycount Displays the number of kitties running around
-status Displays Status Information
-uptime Displays How long the hub has been up.
-rules or +rules Displays the Rules in a PM
-version Displays the Script Version.
-time Displays the Current Hub time.
-showops Displays the online ops
-givesock $botname Gives a sock back to the bot
-sock Displays everyone who has got a sock in their mouth
-jumpcmds Displays a List of Hub Jumping commands (if hub jumping is enabled)
-get (variable) if you dont know .. dont worry about it
-releases returns the releases if set by the hub owner
-help or +help help..
Op Commands are as follows:
-info (username) Returns information about the user
-ipuser (Ip) Returns the users name that belongs to the IP given
-kick (Ip or Username) Kicks the user with the username or IP given
-getip (username) Returns the users IP
-ban or -pbanip (ip or hostname) Perminately bans the ip or hostname
-unban (ip or hostname) Unbans a ip or hostname
-nickban (username) Perminately bans the username
-unnickban (username) Unbans the username
-getbanlist Returns the ban list
-hush$botname Triggers will not cause the bot to talk
-talk$botname Triggers will make the bot talk
-dis (username) Disconnects the user
-pban (username) Kicks and bans the user.
-mm (message) Sends a Mass Message.
-clonecheck Tries to find clones in the hub based on IP.
-fakecheck Attempts to locate fakers based on Share value.
-- Opens up a PM with $botname
*** NOTE: These commands
-chpass (new password) Changes your password.
-reg (username) (password) (value) Registers a user
-setverbosity (1 or 0) notifies you if the script kicks/redirects a user
-setratio (value) Sets the Hub:Slot ratio
-setversion (value) Sets the Min DC++ Version Allowed
-setguiversion (value) Sets the Min DCGui Version Allowed
-setlimit (value) Sets the min a user can limit his upload to
-setbmlimit (value) Sets the min a user can limit his BW to
-setredirect (host) Sets the redirect host
-setloginverbose (1 or 0) Notifies you on a user logging in
-setaction (1 or 2) Sets the Default Action, 1 is kick and 2 is redirect
-resetuserinfo Resets the information about the # of users (plz do not use)
-set (variable) (value) WARNING****be careful what you set****
For the Commands that have (1 or 0) 1 is TRUE and 0 is FALSE
vsftpd 2.1.2
vsftpd is a GPL licensed FTP server for UNIX systems, including Linux. more>>
Recent evidence shows that vsftpd is also extremely fast and scalable. vsftpd has achieved ~4000 concurrent users on a single machine, in a production environment.
If your main requirement from an FTP server is one of the following things then yes, vsftpd is probably the FTP server you are looking for:
- Security
- Performance
- Stability
The only reason you might prefer a different FTP server to vsftpd is if you really need the configurability of one of the more bloated FTP servers. Having said this, note that vsftpd caters for the vast majority of use cases.
Even if vsftpd appears to be missing a feature, it is often satisfied by an external component such as PAM or xinetd / tcp_wrappers. In this regard, vsftpd is being a small modular component in the proper spirit of UNIX. Finally, consider moving to vsftpd even if it means sacrificing some whacky feature of your current FTP server. The security, performance and stability gains are waiting for you.
Major Features:
- Virtual IP configurations
- Virtual users
- Standalone or inetd operation
- Powerful per-user configurability
- Bandwidth throttling
- Per-source-IP configurability
- Per-source-IP limits
- IPv6
- Encryption support through SSL integration
Enhancements:
- vsftpd-2.1.2 is released - with a couple of regression fixes. SSL support was fixed so that the data connection timeout does not fire incorrectly, and the bandwidth limiter is applied consistently. An absent per-user config file no longer fails a login (as per v2.0.7 and earlier). The build was fixed for various systems such as Ubuntu 9.04. Note that v2.1.2 is the same as v2.1.1 but with a compile fix for users with libcap-devel installed. . Please refer to the v2.1.2 Changelog and vsftpd FAQ (frequently asked questions) for a list of common questions!
- If you use vsftpd, like it, and think it's worthy of a donation, then click on the Paypal button on the left of the page.
- ftp.freebsd.org switched to vsftpd.
- vsftpd tarballs are now GPG signed by me.
ms-sys 2.1.2
ms-sys is a Linux program for writing Microsoft compatible boot records. more>>
It is also able to do the same as Microsoft "sys d:" to a floppy or FAT partition except that it does not copy any system files, only the boot record is written.
The program is useful when using Linux to restore a backup of a reference
Microsoft Windows installation.
Installation:
Step 1, unpack the archive:
tar -xzvf ms-sys*.tgz
Step 2, compile:
cd ms-sys
make
Step 3, become root and install
su (and give password)
make install
JChart2D 2.1.2
JChart2D is an minimalistic charting library. more>>
Therefore basic knowledge of java awt and swing and the information provided on this site is helpful. If no basic knowledge of swing and awt is given, the example code will give a quick entry as well.
Why yet another charting library?
Many open source charting libraries are available. One list may be found at http://www.par.univie.ac.at/project/askalon/visualization/links.html (Askalon itself provides a big charting library).
These solutions differ in purpose and ease of use. Some are especially intended for business charting and therefore allow a lot of visual configuration and nice designs. To state it in one sentence: JChart2D is intended for engineering tasks and not for presentations. Its speciality is run time - dynamic precise display of data with a minimal configuration overhead.
Intended audience
Everybody may use JChart2D for free. Personally I would be very unhappy if it would be used within a "homeland security" and "war on terrorism" company. Even if it would be a techical honour to JChart2D as warfare requires high precision and engineering qualities.
Dinamica 2.1.2
Dinamica project is a powerful and very easy to use framework for J2EE Web development. more>>
It stands apart from other Java MVC frameworks because it incorporates innovative programming techniques that boost productivity without sacrificing good object oriented design practices. Most common programming tasks can be completed without writing a single line of code.It uses Servlet API 2.3 and does not require JSP or TagLibs.
Main features:
- Centralized request control via powerful MVC mechanism
- Data-driven application behavior - declarative programming style
- Integrated performance log - no coding required (request, MVC and JDBC level)
- Centralized error handling with configurable email notifications
- Complete and real separation of presentation from business logic
- Powerful page composition with reusable HTML parts
- Automatic and flexible form validation - extensible via simple plugins
- Effortless international support
- Declarative Server-side charts (with JFreeChart)
- Server-side PDF reports (with IText)
- Easy Blob management (save, retrieve and display)
- Fully encapsulated JDBC facilities - automatic persistence
- Disconnected Recordsets - efficient abstraction that eliminates O-R mapping
- Transparent and declarative JDBC transactions control
- Includes a complete security system with administrative web based console
- Built-in support for Hessian Web Services
- Built-in support for SOAP-based Web Services
- Built-in support for HTTP tunneling
- Built-in support for consuming RSS feeds
- Built-in support for publishing simple REST services
- Integrated AuditLog API
- Fully documented (26+ PDFs), with a complete collection of How-to and Step-by-Step guides
- Extensible in many ways via Plug-Ins
- Abundant template code and pre-built solutions
- Free support available
- Includes a Code Generator, that auto-generates SQL, HTML and Java code, reads metadata from your database to generate code, it also creates documentation from your application configuration files.
Enhancements:
- This release adds better support for code-free Oracle BLOBs management (tested with Oracle 9i R2), a new generic class and complete reusable solution template, and enhanced generic recordset capabilities.
ModSecurity 2.1.2
ModSecurity is an intrusion detection and prevention module for the Apache Web server. more>>
Operating as an Apache Web server module, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks.
Enhancements:
- This version fixes the issue with subrequests, a problem with full-width Unicode encoding, and a few other small issues.
- It also bundles the most recent version of the Core Rules (which contains many improvements over the previous version) along with the updated documentation.
EasyTAG 2.1 / 2.1.2
EasyTAG is a tag editor for MP3 and Ogg Vorbis files. more>>
The program exists for the both versions of the GTK library 1.2 and 2.4.
The GTK 1.2 version wouldnt change a lot (may be some bugs fixes), as all new developments will be concentrated on the new GTK 2.4 version.
Main features:
- View, edit, write tags of MP3, MP2 files (ID3 tag with pictures), FLAC files (FLAC Vorbis tag), Ogg Vorbis files (Ogg Vorbis tag), and MusePack, Monkeys Audio files (APE tag),
- Can edit more tag fields : Title, Artist, Album, Year, Track Number, Genre, Comment, Composer, Original Artist/Performer, Copyright, URL and Encoder name,
- Auto tagging: parse filename and directory to complete automatically the fields (using masks),
- Ability to rename files from the tag (using masks) or by loading a text file,
- Process selected files of the selected directory,
- Ability to browse subdirectories,
- Recursion for tagging, removing, renaming, saving...,
- Can set a field (artist, title,...) to all other files,
- Read file header informations (bitrate, time, ...) and display them,
- Auto completion of the date if a partial is entered,
- Undo and redo last changes,
- Ability to process fields of tag and file name (convert letters into uppercase, downcase, ...),
- Ability to open a directory or a file with an external program,
- CDDB support using Freedb.org servers (manual and automatic search),
- A tree based browser or a view by Artist & Album,
- A list to select files,
- A playlist generator window,
- A file searching window,
- Simple and explicit interface!,
- French, German, Russian, Dutch, Hungarian, Swedish, Italian, Japanese, Ukrainian, Czech, Spanish, Polish Romanian and Danish translation languages,
- Written in C and uses GTK+ 2.4 for the GUI
Enhancements:
- This release adds autoscroll in log view and the ability to change the modification time of the parent directory of a file when updating a tag (which is useful with Amarok).
- A problem with displaying the title in the cddb window and a mistake in the configure script were fixed.
- Swedish documentation was added.
- The French, German, Polish, Brazilian Portuguese, and Swedish translations were updated.
libcdorganizer 2.1.2
libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library. more>>
CD organizers are in this case defined as devices which store large amounts of CDs and automatically organize them via some sort of interface (usually USB)
Currently, the following devices are supported:
- Dacal DC-300 - Fully functional
- KDS CDM-751 - Mostly functional... its missing an identifier function
The following devices are planned to be supported in the near future:
- Imation Disc Stakka
Enhancements:
- Added man pages and the documentation to the build process.
- Now installs both to appropriate places according to the gnu standards.
SuperRescue CD 2.1.2
SuperRescue CD is an overfeatured rescue CD. more>>
Therefore, it isnt for everything, but for most desktop systems, it provides a much nicer rescue environment than your average rescue floppy.
It requires an i386 PC with 24 MB of RAM and a bootable CD-ROM. PCMCIA support is implemented but somewhat limited. It is based on RedHat 7. (Version 1 is based on RedHat 6.)
PloneInstallation 2.1.2
PloneInstallation provides a collection of helper scripts for Plone product installation. more>>
This package doesnt add any functionality to Plone. It just provides friendly resources to make Plone adds (un)installation scripts easier.
LBlueGray Plone Skin 2.1.2
LBlueGray Plone Skin provides a skin based on Plone Skin Dump product. more>>
LBlueGray is one of Plone skins from Alternative Plone Skins project.
You can install LBlueGray Plone skin in the same way as other Plone products:
- Download zip. or .gz archive.
- Install as Zope product: extract Plone skin from archive to directory of products and restart Zope server.
- Install in your Plone instance with QuickInstaller (Plone Control Panel -> Add/remove Products)
- Now your Plone site should have the corresponding skin look.
Note: LBlueGray Plone skin was created with Plone skin dump product.
Destiney Scripts Links 2.1.2
Destiney Scripts Links provides a script for a dynamically-generated links site. more>>
Destiney Scripts Links script is an OpenSource project written in PHP for use with the MySQL Server entity.
Links provides a pre-built, dynamically generated, link site. Links counts referrers in and out for listed sites.
Links provides site categorization an infinite number of levels deep.