hot momma gossip
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 98
Celebrity Gossip 1
Hot Momma Gossip dishes the dirt on all your celebrity favorites. Keeping you informed about what’s going on in Hollywood with tongue in cheek fun and... more>> <<less
Download (41KB)
Added: 2009-04-09 License: Freeware Price: Free
204 downloads
Gossip 0.26
Gossip is an instant messaging client for GNOME. more>>
Gossip project is an instant messaging client for GNOME. Layered on top of the open protocol Jabber is a clean and easy-to-use interface, providing users of the GNOME Desktop a friendly way to keep in touch with their friends.
Main features:
- Presence of your contacts
- Send and receive messages
- Group chatting
- Keeping all of your conversations logged
- Sound notification
Enhancements:
Bugs Fixed
- Fixed #442134, crash in Gossip Instant Messenger: Nothing. Gossip was ico... (Mikael Hallendal)
- Fixed #442190, Galago support fails to compile (Aredridel)
- Fixed #442310, Email integration (Mikael Hallendal)
Translations
- Updated sv: Richard Hult
<<lessMain features:
- Presence of your contacts
- Send and receive messages
- Group chatting
- Keeping all of your conversations logged
- Sound notification
Enhancements:
Bugs Fixed
- Fixed #442134, crash in Gossip Instant Messenger: Nothing. Gossip was ico... (Mikael Hallendal)
- Fixed #442190, Galago support fails to compile (Aredridel)
- Fixed #442310, Email integration (Mikael Hallendal)
Translations
- Updated sv: Richard Hult
Download (1.5MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
876 downloads
Habotat 0.5.1
Habotat is a small, lightweight application server for hosting IM Services (more commonly referred to as Bots). more>>
Habotat is a small, lightweight application server for hosting IM Services (more commonly referred to as Bots).
Bots are small, specialized programs that you can communicate with using an Instant Messenger (IM) client; they show up in your Buddy List and are always there to do your bidding.
Habotat is written entirely in Java and is known to run on Linux, Solaris, Mac OS X, and Windows. A simple API is provided to allow for the creation of new Bots.
The Habotat server supports dynamic hot-deployment, so Bots can be loaded into the server and activated on-the-fly and even rebuilt and reloaded without requiring a server restart.
Enhancements:
- Minor bugfixes were made in the AOL IM adapter, the eBay sniping bot, and the HTTP cookie management routines in the API.
<<lessBots are small, specialized programs that you can communicate with using an Instant Messenger (IM) client; they show up in your Buddy List and are always there to do your bidding.
Habotat is written entirely in Java and is known to run on Linux, Solaris, Mac OS X, and Windows. A simple API is provided to allow for the creation of new Bots.
The Habotat server supports dynamic hot-deployment, so Bots can be loaded into the server and activated on-the-fly and even rebuilt and reloaded without requiring a server restart.
Enhancements:
- Minor bugfixes were made in the AOL IM adapter, the eBay sniping bot, and the HTTP cookie management routines in the API.
Download (2.6MB)
Added: 2005-10-24 License: GPL (GNU General Public License) Price:
1460 downloads
hmount 0.2.1
hmount project is a simple interface to HAL for mounting and unmount hot-plugged devices. more>>
hmount project is a simple interface to HAL for mounting and unmount hot-plugged devices. Unlike gnome-mount, it doesnt depend on gconf, GTK+, X, or GNOME libraries.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
Running `configure might take a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- autotools used for build.
- allow to use not full mountpoint during umount.
- right slash ignoreg in mountpoint during umount.
<<lessInstallation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
Running `configure might take a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- autotools used for build.
- allow to use not full mountpoint during umount.
- right slash ignoreg in mountpoint during umount.
Download (0.098MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
981 downloads
Laptop-Hotswap 0.3.6
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. more>>
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. It requires kernel 2.6.15+ and ACPI.
I think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
<<lessI think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
Download (0.014MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
Mod-Cache 1.4
Mod-Cache is a cache(reverse-proxy) accelerator plugin for lighttpd, which works like Squid with similar configuration. more>>
Mod-Cache is a cache(reverse-proxy) accelerator plugin for lighttpd, which works like Squid with similar configuration. However mod_cache is faster and more effective than Squid because of powerful Lighttpd.
Mod-Cache has following advantages over Squid:
- Simpler. Mod-Cache just sets proper flags between lighttpd request handling stages. Request is handled by mod_staticfile or mod_compress or other modules.
- More Robust. Mod-Cache uses disk file instead of memory as cache. Without use of memory, mod_cache is far away from memory leaks and memory exhaustion.
- Faster. Lighttpd uses Sendfile syscall to service disk file. Sendfile syscall, which writes file to network interface directly, has the same effecience as Writev syscall which writes memory buffers to network interface.
- More Powerful. Mod-Cache can works with other lighttpd plugins(except mod_deflate). For examples, you can use mod_compress to compress cached files on-fly; or you can use mod_access/mod_trigger_b4_dl to do anti-hot-link; or you can use mod_flv_streaming to do native flv file streaming.
Enhancements:
- lighttpd 1.5 was upgraded to r1811.
- The status page for mod_status was added.
- cache.ignore-hostname was added.
- A bug for checking the cachehd file was fixed.
<<lessMod-Cache has following advantages over Squid:
- Simpler. Mod-Cache just sets proper flags between lighttpd request handling stages. Request is handled by mod_staticfile or mod_compress or other modules.
- More Robust. Mod-Cache uses disk file instead of memory as cache. Without use of memory, mod_cache is far away from memory leaks and memory exhaustion.
- Faster. Lighttpd uses Sendfile syscall to service disk file. Sendfile syscall, which writes file to network interface directly, has the same effecience as Writev syscall which writes memory buffers to network interface.
- More Powerful. Mod-Cache can works with other lighttpd plugins(except mod_deflate). For examples, you can use mod_compress to compress cached files on-fly; or you can use mod_access/mod_trigger_b4_dl to do anti-hot-link; or you can use mod_flv_streaming to do native flv file streaming.
Enhancements:
- lighttpd 1.5 was upgraded to r1811.
- The status page for mod_status was added.
- cache.ignore-hostname was added.
- A bug for checking the cachehd file was fixed.
Download (1.8MB)
Added: 2007-05-03 License: BSD License Price:
909 downloads
Dolphin Smart Community Builder 5.6
Dolphin Smart Community Builder is a Web community script that allows you to build any kind of online community you want. more>>
Want to build your own community? Now youre limited only by your imagination. Not by software.
Dolphin Smart Community Builder is a Web community script that allows you to build any kind of online community you want.
With a huge variety of features and options, you can quickly develop your very unique and successful community site.
Dating Software Upgrade
Dolphin is so much more than a dating script. Dating software is now obsolete. Dolphin includes all features of dating scripts and adds more. It can be used as a reliable software platform for any online community you could imagine.
Freedom. Freedom. Freedom.
Dolphin gives complete freedom. In fact it gives at least three freedoms - its free in terms of price (you can download it for free); free in terms of licence (GPL) and free in terms of YOUR power to change, improve and expand your community site.
Experience and Innovation
Dolphin is a mature software with superior upgrade history; backed by a team with over 5 years of experience in dating and community software development. Dolphin is always in forward motion in terms of technology and research.
Main features:
- personal blogs
- user template switcher New!
- events by users
- speed dating & moderators
- drag&drop index compose
- media gallery
- mp3 upload
- multiple payment providers (PayPal, 2checkout, ccBill)
- multiple languages
- rate photos (hot or not)
- Gmail like mail history
- hot list & black list
- rate and comment profiles
- friends lists
- social network
- French, German, Russian, Dutch, Spanish Languages (for premiums) New!
- affiliate system, member as affiliate
- customizable profiles
- membership levels management
Enhancements:
- A WYSIWYG editor is available in member profiles.
- The design templates structure was improved.
- An integrated base configuration class was added.
- The system for uploading media files was improved.
- Integration with Ray 2.3 and Orca 1.1 was implemented.
<<lessDolphin Smart Community Builder is a Web community script that allows you to build any kind of online community you want.
With a huge variety of features and options, you can quickly develop your very unique and successful community site.
Dating Software Upgrade
Dolphin is so much more than a dating script. Dating software is now obsolete. Dolphin includes all features of dating scripts and adds more. It can be used as a reliable software platform for any online community you could imagine.
Freedom. Freedom. Freedom.
Dolphin gives complete freedom. In fact it gives at least three freedoms - its free in terms of price (you can download it for free); free in terms of licence (GPL) and free in terms of YOUR power to change, improve and expand your community site.
Experience and Innovation
Dolphin is a mature software with superior upgrade history; backed by a team with over 5 years of experience in dating and community software development. Dolphin is always in forward motion in terms of technology and research.
Main features:
- personal blogs
- user template switcher New!
- events by users
- speed dating & moderators
- drag&drop index compose
- media gallery
- mp3 upload
- multiple payment providers (PayPal, 2checkout, ccBill)
- multiple languages
- rate photos (hot or not)
- Gmail like mail history
- hot list & black list
- rate and comment profiles
- friends lists
- social network
- French, German, Russian, Dutch, Spanish Languages (for premiums) New!
- affiliate system, member as affiliate
- customizable profiles
- membership levels management
Enhancements:
- A WYSIWYG editor is available in member profiles.
- The design templates structure was improved.
- An integrated base configuration class was added.
- The system for uploading media files was improved.
- Integration with Ray 2.3 and Orca 1.1 was implemented.
Download (6.1MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
1050 downloads
Hotstuff 0.9.2
Hotstuff is a set of Perl scripts to automatically handle repositories for the creative data sharing functionality. more>>
Hotstuff is a set of Perl scripts to automatically handle repositories for the "Get Hot New Stuff" creative data sharing functionality present in KDE and several applications.
It handles both the traditional format and the new GHNS format as developed by the corresponding freedesktop.org project, and requires an SQL database to work.
Hotstuff project also includes a (simple) Web frontend for database maintenance.
Installation:
1) Prepare the database
2) Setup scripts and configuration
3) Optional steps
Step 1: Prepare the database
- only PostgreSQL is supported right now
- create a user and a database
- use hoststuff.sql and hotstuffadmin.sql to initialise tables
Step 2: Setup scripts and configuration
- copy hotstuff-conf.dist to /etc/hotstuff.conf
- enter database access data and other values
- copy the script hotstuff-scan.pl to some bindir
- add crontab entry for hotstuff-scan.pl
Step 3: Optional steps
- auto-generated providers.xml/stuff.xml files (documentation?)
- web interface (documentation?)
- admin web interface (documentation?)
- webservice gate - SOAP uploads/downloads (documentation?)
- protocol gate - HTTP/FTP uploads/downloads (documentation?)
Enhancements:
- This release adds support for SVN-maintained GHNS repositories.
- Checkouts are scanned for data files and added to the database automatically.
- Support for digital signatures has been added and is now present in both the scanners and the feed producers.
- Robustness has been increased by enforcing Unicode, using standard Perl modules to parse dates for version comparisons, and by counting downloads in real-time instead of relying on Web server logs.
<<lessIt handles both the traditional format and the new GHNS format as developed by the corresponding freedesktop.org project, and requires an SQL database to work.
Hotstuff project also includes a (simple) Web frontend for database maintenance.
Installation:
1) Prepare the database
2) Setup scripts and configuration
3) Optional steps
Step 1: Prepare the database
- only PostgreSQL is supported right now
- create a user and a database
- use hoststuff.sql and hotstuffadmin.sql to initialise tables
Step 2: Setup scripts and configuration
- copy hotstuff-conf.dist to /etc/hotstuff.conf
- enter database access data and other values
- copy the script hotstuff-scan.pl to some bindir
- add crontab entry for hotstuff-scan.pl
Step 3: Optional steps
- auto-generated providers.xml/stuff.xml files (documentation?)
- web interface (documentation?)
- admin web interface (documentation?)
- webservice gate - SOAP uploads/downloads (documentation?)
- protocol gate - HTTP/FTP uploads/downloads (documentation?)
Enhancements:
- This release adds support for SVN-maintained GHNS repositories.
- Checkouts are scanned for data files and added to the database automatically.
- Support for digital signatures has been added and is now present in both the scanners and the feed producers.
- Robustness has been increased by enforcing Unicode, using standard Perl modules to parse dates for version comparisons, and by counting downloads in real-time instead of relying on Web server logs.
Download (0.060MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
946 downloads
Mplinuxman 1.4
Mplinuxman is a manager for the MPMan F60 portable MP3 player. more>>
Mplinuxman is a manager for the MPMan F60 portable MP3 player. This player has PC connectivity through USB and it comes bundled with Windows manager software, which has its limitations. The main one being it cant be used on Linux! Well now you can, Mplinuxman uses Linux kernel support for USB devices, and can be set up for hot swapping. If you have an MPMan F60 its time to wipe quit windows and use Mplinuxman on linux.
Main features:
- Easy to use interface using GTK 2
- Downloading, uploading files to and from the player, deleteing,re-ordering files on the player
- Playlist loading/saving and can create a random list of files to fit on the players available memory
- Hot plugging, Mplinuxman can be set to start/stop when you connect/disconnect the MPMan
- Lets you upload MP3s from the player to your PC unlike the Windows version
- Uses default Linux console font to display ID3 tags on the player!
Enhancements:
- Added support for building on Mac OS X, thanks to Kris
- Added Japanese (by Shimada) and German (by Thomas) translations
- Added format for camera, to format the SMC for other devices, eg camera and usb card reader. (patch by Tholom)
- Support for MP-F55, changed the find devices routine to find F55
- Decreased playlist/directory loading times.
<<lessMain features:
- Easy to use interface using GTK 2
- Downloading, uploading files to and from the player, deleteing,re-ordering files on the player
- Playlist loading/saving and can create a random list of files to fit on the players available memory
- Hot plugging, Mplinuxman can be set to start/stop when you connect/disconnect the MPMan
- Lets you upload MP3s from the player to your PC unlike the Windows version
- Uses default Linux console font to display ID3 tags on the player!
Enhancements:
- Added support for building on Mac OS X, thanks to Kris
- Added Japanese (by Shimada) and German (by Thomas) translations
- Added format for camera, to format the SMC for other devices, eg camera and usb card reader. (patch by Tholom)
- Support for MP-F55, changed the find devices routine to find F55
- Decreased playlist/directory loading times.
Download (2.9MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads

Hot Copy (hcp) for Linux 3.1.0
Snapshots of any Linux Block Device Hot Copy creates an instant point-in-time of any block device while the system is running without interrupting applications. Consistent Point-in-Time Snapshots Hot more>> <<less
Download (3074kb)
Added: 2009-04-10 License: Freeware Price:
197 downloads
Exodus Arcade Game 1.5
Exodus Arcade Game project is a humorous maze-running arcade game with hot graphics. more>>
Exodus Arcade Game project is a humorous maze-running arcade game with hot graphics.
Exodus is an arcade game based on the classic C16 title, Exorcist.
You control Sparkie, a magical star who has been trapped in the Dungeon Dimensions by Wizzbang the Wizard.
Using his special powers, Sparkie can light up the walls of the maze and exorcise the monsters in each room.
Traveling through the maze will bring you to victory and a complete end sequence.
<<lessExodus is an arcade game based on the classic C16 title, Exorcist.
You control Sparkie, a magical star who has been trapped in the Dungeon Dimensions by Wizzbang the Wizard.
Using his special powers, Sparkie can light up the walls of the maze and exorcise the monsters in each room.
Traveling through the maze will bring you to victory and a complete end sequence.
Download (3.1MB)
Added: 2006-11-17 License: Freely Distributable Price:
1075 downloads
Hot Potato Online 1.2.0
Hot Potato Online is a fast paced arena sport game where players try to explode the opposition using a short-fused potato bomb. more>>
Hot Potato Online is a fast paced arena sport game where players try to explode the opposition using a short-fused potato bomb. Think dodgeball with a grenade!
The generated environment can be used to bounce, corner, and surprise foes.
Main features:
- Up to 4 players
- Team play
- 3 match types fully configurable
- Single player training "bot"
- 4 types of tiles (ground, solid, bounce, holes)
- Lobby and in-game "emotes"
- Last game and total results
- Potato deflection
- Overtime for first position
- Fullscreen / Window options
- In-game music and sounds
Enhancements:
- Players can join games in progress
- Button clicks can be cancelled
- Updated version system
- MSVCP71.DLL part of installation
- Fixed bug where we could not click buttons in the lobby
- Music can again be turned off (was broken since v. 1.1.0)
- Players will see a black screen while waiting for other players.
- Fixed number of "Killed-KilledBy" when playing in teams.
- Linux specific updates
- Statically linked freeglut and glpng
- Ability to change from fullscreen to window mode and vice versa,
- Fixed crash on clients when the server leaves the game,
- Cursor can be moved while loading the lobby.
<<lessThe generated environment can be used to bounce, corner, and surprise foes.
Main features:
- Up to 4 players
- Team play
- 3 match types fully configurable
- Single player training "bot"
- 4 types of tiles (ground, solid, bounce, holes)
- Lobby and in-game "emotes"
- Last game and total results
- Potato deflection
- Overtime for first position
- Fullscreen / Window options
- In-game music and sounds
Enhancements:
- Players can join games in progress
- Button clicks can be cancelled
- Updated version system
- MSVCP71.DLL part of installation
- Fixed bug where we could not click buttons in the lobby
- Music can again be turned off (was broken since v. 1.1.0)
- Players will see a black screen while waiting for other players.
- Fixed number of "Killed-KilledBy" when playing in teams.
- Linux specific updates
- Statically linked freeglut and glpng
- Ability to change from fullscreen to window mode and vice versa,
- Fixed crash on clients when the server leaves the game,
- Cursor can be moved while loading the lobby.
Download (15.1MB)
Added: 2006-02-06 License: GPL (GNU General Public License) Price:
1356 downloads
wmthrottle 0.1.1
wmthrottle is a dockapp for throttling CPU via ACPI. more>>
wmthrottle is a dockapp for throttling CPU via ACPI.
A small app of questionable value (myself I use it to throttle the CPU when I perceive it is getting too hot. At the moment the code is optimized for a dell laptop but should work on most ACPI systems.
Remember throttling is not the same as performance, but has its own advantages.
Also remember that playing around with your CPU etc can be a bad thing so saying
standard I take no responsibility for damage to your machine disclaimer applies.
<<lessA small app of questionable value (myself I use it to throttle the CPU when I perceive it is getting too hot. At the moment the code is optimized for a dell laptop but should work on most ACPI systems.
Remember throttling is not the same as performance, but has its own advantages.
Also remember that playing around with your CPU etc can be a bad thing so saying
standard I take no responsibility for damage to your machine disclaimer applies.
Download (0.23MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1084 downloads
Radiant Data PeerFS 3.0.2
Radiant Data PeerFS is a peer to peer distributed replicating filesystem. more>>
Radiant Data PeerFS is real-time peer-to-peer distributed replicating file system featuring global file and sectional locks. All read operations are performed locally, and only file changes are transmitted across the network.
It supports databases such as MySQL, as well as images and documents. All nodes are active/active, allowing for load balancing. Clients can also be hot switched between nodes, eliminating downtime. It also supports AES encryption for use across the Internet.
Supported Kernels:
RedHat Enterprise/Advanced Server 3
* 2.4.21-15.EL
* 2.4.21-15.ELsmp
* 2.4.21-20.EL
* 2.4.21-20.ELsmp
* 2.4.21-20.0.1.EL
* 2.4.21-20.0.1.ELsmp
* 2.4.21-27.0.2.EL
* 2.4.21-27.0.2.ELsmp
* 2.4.21-4.EL
* 2.4.21-4.ELsmp
SuSE Standard/Enterprise Server 8
* 2.4.19-4GB
* 2.4.19-64GB-SMP
* 2.4.21-241-default
* 2.4.21-241-smp
* 2.4.21-261-default
* 2.4.21-261-smp
SuSE Enterprise Server 9
* 2.6.5-7.97-default
* 2.6.5-7.97-smp
Debian Stable (woody)
* Kernels from backports.org: 2.4.27-2-386
* 2.4.27-2-686
* 2.4.27-2-686-smp
Debian Testing (sarge)
* 2.4.27-2-386
* 2.4.27-2-686
* 2.4.27-2-686-smp
* 2.6.8-2-386
* 2.6.8-2-686
* 2.6.8-2-686-smp
Trustix 2.2 (Sunchild)
* 2.4.29-2tr
* 2.4.29-2trsmp
<<lessIt supports databases such as MySQL, as well as images and documents. All nodes are active/active, allowing for load balancing. Clients can also be hot switched between nodes, eliminating downtime. It also supports AES encryption for use across the Internet.
Supported Kernels:
RedHat Enterprise/Advanced Server 3
* 2.4.21-15.EL
* 2.4.21-15.ELsmp
* 2.4.21-20.EL
* 2.4.21-20.ELsmp
* 2.4.21-20.0.1.EL
* 2.4.21-20.0.1.ELsmp
* 2.4.21-27.0.2.EL
* 2.4.21-27.0.2.ELsmp
* 2.4.21-4.EL
* 2.4.21-4.ELsmp
SuSE Standard/Enterprise Server 8
* 2.4.19-4GB
* 2.4.19-64GB-SMP
* 2.4.21-241-default
* 2.4.21-241-smp
* 2.4.21-261-default
* 2.4.21-261-smp
SuSE Enterprise Server 9
* 2.6.5-7.97-default
* 2.6.5-7.97-smp
Debian Stable (woody)
* Kernels from backports.org: 2.4.27-2-386
* 2.4.27-2-686
* 2.4.27-2-686-smp
Debian Testing (sarge)
* 2.4.27-2-386
* 2.4.27-2-686
* 2.4.27-2-686-smp
* 2.6.8-2-386
* 2.6.8-2-686
* 2.6.8-2-686-smp
Trustix 2.2 (Sunchild)
* 2.4.29-2tr
* 2.4.29-2trsmp
Download (2.9MB)
Added: 2005-04-08 License: Other/Proprietary License Price:
1667 downloads
VESTA 1.0b
VESTA software is a 3D visualization program for structural models and 3D pixel data such as electron/nuclear densities. more>> <<less
Download (1.7MB)
Added: 2007-07-16 License: Free To Use But Restricted Price:
834 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above hot momma gossip search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed