2007 chicago marathon
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 201
Marathon: Rubicon X 20060701
Marathon: Rubicon X is a first person shooter that continues the story of Bungies Marathon trilogy. more>>
Marathon: Rubicon X is a first person shooter that continues the story of Bungies Marathon trilogy.
Marathon: Rubicon X is a free, cross platform, first person shooter that continues the story of Bungie’s Marathon trilogy. First released as Marathon:Rubicon in 2001, Rubicon X is a complete overhaul of the original.
It features all new high-resolution artwork, new and updated maps, and enough surprises to feel like a whole new game.
Installation:
To play Rubicon, download and unzip the archive below. When youre done, you should have a new directory called Rubicon X.
You will need the newest version of the Aleph One engine. Copy the application, Fonts, and Themes into your Rubicon X folder.
<<lessMarathon: Rubicon X is a free, cross platform, first person shooter that continues the story of Bungie’s Marathon trilogy. First released as Marathon:Rubicon in 2001, Rubicon X is a complete overhaul of the original.
It features all new high-resolution artwork, new and updated maps, and enough surprises to feel like a whole new game.
Installation:
To play Rubicon, download and unzip the archive below. When youre done, you should have a new directory called Rubicon X.
You will need the newest version of the Aleph One engine. Copy the application, Fonts, and Themes into your Rubicon X folder.
Download (1.2MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1160 downloads
Marathon GUI Test Tool 1.0.6
Marathon is a testing framework for GUI applications developed using Java/Swing. more>>
Marathon project is a testing framework for GUI applications developed using Java/Swing. Marathon composes of recorder, runner and editor. The testscripts are composed of python code.
Marathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon. Marthon is kept intentionally simple. The aim to produce test scripts that are readable by everyone on the project. This includes the developers, testers and the customers. Marathon is flexible and provides facilities to extend the functionality available through python scripts or through writing ones own component resolvers.
Marathon captures the semantic actions on components instead of the mouse & keyboard events. This results in scripts that are simple and at a higher granular level. Marathon suites well for applications that mostly depend on forms-paradigm.
<<lessMarathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon. Marthon is kept intentionally simple. The aim to produce test scripts that are readable by everyone on the project. This includes the developers, testers and the customers. Marathon is flexible and provides facilities to extend the functionality available through python scripts or through writing ones own component resolvers.
Marathon captures the semantic actions on components instead of the mouse & keyboard events. This results in scripts that are simple and at a higher granular level. Marathon suites well for applications that mostly depend on forms-paradigm.
Download (4.6MB)
Added: 2007-05-16 License: LGPL (GNU Lesser General Public License) Price:
536 downloads
Office 2007 Black 1.3.6
This extension is designed to provide a theme based on Office 2007 Black. more>>
Office 2007 Black 1.3.6 will make your Firefox browser even more powerful as it is designed to provide a theme based on Office 2007 Black . This integrates well with:
- The Windows XP Zune theme
- The default Vista graphite colours
- The MetaCity-Zune theme on Ubuntu.
2 subskins now exist: lighter and darker. lighter is in "much better shape" than darker.
Enhancements:
- Corrected issues with padding/margin with TMP (0.3.7.4.pre.090516) in FF 3.5.
- Correct button text colour on stylish items in AiOS.
- Reverted active tab label bold change introduced in 1.3.4. (This is more in keeping with Office 2007).
- Restyled Brief icons.
Requirements:
- Mozilla Firefox
Added: 2009-07-23 License: MPL Price: FREE
1 downloads
Archie 2007.08 Beta
Archie is a complete live Arch linux system to be run from a CD/USB, built with the KISS philosophy in mind. more>>
Archie project is a complete live Arch linux system (v0.7) to be run from a cd/usb, built with the KISS philosophy in mind. No packages have been stripped to provide a full Arch linux system, yet deliver fastest performance with no extensive bloating.
Archie uses its own hw-detection tool (lshwd) ideally to support a wide range of hardware with low detection time. Archie also provides extended features like multi-lingual, nesting capabilities and hd-install.
Main features:
- KISS
- Performance, performance, performance
- Unique hw-detection tool (lshwd)
- Automatic desktop/optional startup dialogs
- nesting root (/) or home (/home) directories
- hd-install
<<lessArchie uses its own hw-detection tool (lshwd) ideally to support a wide range of hardware with low detection time. Archie also provides extended features like multi-lingual, nesting capabilities and hd-install.
Main features:
- KISS
- Performance, performance, performance
- Unique hw-detection tool (lshwd)
- Automatic desktop/optional startup dialogs
- nesting root (/) or home (/home) directories
- hd-install
Download (330MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
813 downloads
PHP GoogleMapAPI 2.2
PHP GoogleMapAPI is a full-featured Google Map API for PHP. more>>
GoogleMapAPI is a library used for creating google maps using the Google Map public API.
Main features:
- auto-geocode lookups
- geocode caching
- map directions
- adding markers and polylines by address or geocoordinates
- sidebar generation
- ...and many more.
SYNOPSIS:
< ?php
require(GoogleMapAPI.class.php);
$map = new GoogleMapAPI();
// setup database for geocode caching
$map->setDSN(mysql://USER:PASS@localhost/GEOCODES);
// enter YOUR Google Map Key
$map->setAPIKey(YOURGOOGLEMAPKEY);
// create some map markers
$map->addMarkerByAddress(621 N 48th St # 6 Lincoln NE 68502,PJ Pizza,< b>PJ Pizza< /b>);
$map->addMarkerByAddress(826 P St Lincoln NE 68502,Old Chicago,< b>Old Chicago< /b>);
$map->addMarkerByAddress(3457 Holdrege St Lincoln NE 68502,"Valentinos","< b>Valentinos< /b>");
?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
< html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" >
< head>
< ?php $map->printHeaderJS(); ?>
< ?php $map->printMapJS(); ?>
< /head>
< body onload="onLoad()">
< table border=1>
< tr>< td>
< ?php $map->printMap(); ?>
< /td>< td>
< ?php $map->printSidebar(); ?>
< /td>< /tr>
< /table>
< /body>
< /html >
Enhancements:
- The Google geo lookup has been updated to use the official Google geocode API.
- geoGetDistance() has been added for looking up the distance between two coordinates using the great circle distance formula.
<<lessMain features:
- auto-geocode lookups
- geocode caching
- map directions
- adding markers and polylines by address or geocoordinates
- sidebar generation
- ...and many more.
SYNOPSIS:
< ?php
require(GoogleMapAPI.class.php);
$map = new GoogleMapAPI();
// setup database for geocode caching
$map->setDSN(mysql://USER:PASS@localhost/GEOCODES);
// enter YOUR Google Map Key
$map->setAPIKey(YOURGOOGLEMAPKEY);
// create some map markers
$map->addMarkerByAddress(621 N 48th St # 6 Lincoln NE 68502,PJ Pizza,< b>PJ Pizza< /b>);
$map->addMarkerByAddress(826 P St Lincoln NE 68502,Old Chicago,< b>Old Chicago< /b>);
$map->addMarkerByAddress(3457 Holdrege St Lincoln NE 68502,"Valentinos","< b>Valentinos< /b>");
?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" >
< html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" >
< head>
< ?php $map->printHeaderJS(); ?>
< ?php $map->printMapJS(); ?>
< /head>
< body onload="onLoad()">
< table border=1>
< tr>< td>
< ?php $map->printMap(); ?>
< /td>< td>
< ?php $map->printSidebar(); ?>
< /td>< /tr>
< /table>
< /body>
< /html >
Enhancements:
- The Google geo lookup has been updated to use the official Google geocode API.
- geoGetDistance() has been added for looking up the distance between two coordinates using the great circle distance formula.
Download (0.010MB)
Added: 2006-09-07 License: LGPL (GNU Lesser General Public License) Price:
1151 downloads
Autoconf Macro Archive 2007-08-21 (cryp.to)
Autoconf Macro Archive aims to provide a collection of reusable Autoconf macros as free software. more>>
Autoconf Macro Archive aims to provide a collection of reusable Autoconf macros as free software.
The archive currently features more than 300 macros which perform portability tests ranging from compiler support for weird language extensions to automatic generation of sophisticated Automake rules.
However, all these macros have been contributed by friendly supporters of the cause from all over the Internet; the archive really just collects and distributes them.
<<lessThe archive currently features more than 300 macros which perform portability tests ranging from compiler support for weird language extensions to automatic generation of sophisticated Automake rules.
However, all these macros have been contributed by friendly supporters of the cause from all over the Internet; the archive really just collects and distributes them.
Download (0.53MB)
Added: 2007-08-03 License: GPL v3 Price:
812 downloads
HBasic 2007-02a
HBasic is an integrated development environment used to create, execute and debug programs with an BASIC style language. more>>
HBasic project is an integrated development environment used to create, execute and debug programs with an BASIC style language.
HBasic has object oriented features either in combination with precompiled C++ components (shared libraries) or class definitions (HBasic sourcecode). This also includes a version of inheritance.
HBasic runs on Linux and uses the Trolltech Qt library (>= 3.2). The syntax of the BASIC language and parts of the IDE are similar to existing BASIC IDEs to simplify using this new language.
<<lessHBasic has object oriented features either in combination with precompiled C++ components (shared libraries) or class definitions (HBasic sourcecode). This also includes a version of inheritance.
HBasic runs on Linux and uses the Trolltech Qt library (>= 3.2). The syntax of the BASIC language and parts of the IDE are similar to existing BASIC IDEs to simplify using this new language.
Download (8.1MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
953 downloads
Kismet 2007-01-R1
Kismet is an 802.11 wireless network sniffer. more>>
Kismet application is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic.
Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic.
Main features:
- Ethereal/Tcpdump compatible data logging
- Airsnort compatible weak-iv packet logging
- Network IP range detection
- Built-in channel hopping and multicard split channel hopping
- Hidden network SSID decloaking
- Graphical mapping of networks
- Client/Server architecture allows multiple clients to view a single
- Kismet server simultaneously
- Manufacturer and model identification of access points and clients
- Detection of known default access point configurations
- Runtime decoding of WEP packets for known networks
- Named pipe output for integration with other tools, such as a layer3 IDS like Snort
- Multiplexing of multiple simultaneous capture sources on a single Kismet instance
- Distributed remote drone sniffing
- XML output
- Over 20 supported card types
Enhancements:
- Additional IDS alerts, fixes for multiple crashes, better BSD support, Win32 native capture with Cace AirPcap devices, Nokia 770/800 support, and other minor updates.
<<lessKismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic.
Main features:
- Ethereal/Tcpdump compatible data logging
- Airsnort compatible weak-iv packet logging
- Network IP range detection
- Built-in channel hopping and multicard split channel hopping
- Hidden network SSID decloaking
- Graphical mapping of networks
- Client/Server architecture allows multiple clients to view a single
- Kismet server simultaneously
- Manufacturer and model identification of access points and clients
- Detection of known default access point configurations
- Runtime decoding of WEP packets for known networks
- Named pipe output for integration with other tools, such as a layer3 IDS like Snort
- Multiplexing of multiple simultaneous capture sources on a single Kismet instance
- Distributed remote drone sniffing
- XML output
- Over 20 supported card types
Enhancements:
- Additional IDS alerts, fixes for multiple crashes, better BSD support, Win32 native capture with Cace AirPcap devices, Nokia 770/800 support, and other minor updates.
Download (0.61MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1571 downloads
Ututo 2007
Ututo is a Linux distribution based on Gentoo Linux. more>>
Ututo GNU/Linux is a CD-based Linux distribution developed by Diego Saravia at the Universidad Nacional de Salta in Argentina and based on Gentoo Linux. The project is named after a fidgety local lizard that pokes its nose into every hole and is never at rest.
UTUTO-e is a high performance desktop system based on Gentoo Linux (the "e" stands "escritorio", or "desktop" in Spanish) designed to be used by home/office users, developers, organisations and government users. Ututo is based exclusively on Free/Libre Software.
<<lessUTUTO-e is a high performance desktop system based on Gentoo Linux (the "e" stands "escritorio", or "desktop" in Spanish) designed to be used by home/office users, developers, organisations and government users. Ututo is based exclusively on Free/Libre Software.
Download (686.9MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
865 downloads
FIFE 2007.1
FIFE is a 2D RPG engine. more>>
FIFE is a 2D RPG engine.
For the ones that have never heard about FIFE: this project is an open source engine that aims to be a platform for the creation of 2D RPGs. We do also provide support for the assets of the original Fallout games. So FIFE will be a good choice for the creation of Fallout-like & even non-Fallout-like games under all major platforms (Linux, Windows, Mac) with the emphasis on easy modding.
The development team emanated from the ianout project and is now working to bring you the best open source RPG engine with Fallout support. To do so, were still in need of dedicated developers that want to help us working on FIFE. If you are interested in contributing to the project we recommend to take a look at our new FIFE developer introduction. It will help you to get you a basic survey of the ideas and concepts of the FIFE project.
<<lessFor the ones that have never heard about FIFE: this project is an open source engine that aims to be a platform for the creation of 2D RPGs. We do also provide support for the assets of the original Fallout games. So FIFE will be a good choice for the creation of Fallout-like & even non-Fallout-like games under all major platforms (Linux, Windows, Mac) with the emphasis on easy modding.
The development team emanated from the ianout project and is now working to bring you the best open source RPG engine with Fallout support. To do so, were still in need of dedicated developers that want to help us working on FIFE. If you are interested in contributing to the project we recommend to take a look at our new FIFE developer introduction. It will help you to get you a basic survey of the ideas and concepts of the FIFE project.
Download (2.3MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
544 downloads
GENU 2007.1
GENU is a system for managing comments, news, polls, posts, and users more>>
GENU is a system for managing comments, news, polls, posts, and users. GENU is fully customizable through a template system and supports multiple languages.
GENU is an open-source software distributed under the terms of the GNU GPL license.
Main features:
- Easy installation
- Full customisation with templates
- Multiple language interface
- Unlimited news organised into unlimited categories
- Comments system with reply and edit possibilities
- Bulletin board
- Polls
- Users management
- Complete administration interface
- Search engine
- Submit and send news functions
- Smilies support
- BBCode or HTML tags support
- Headlines generation
<<lessGENU is an open-source software distributed under the terms of the GNU GPL license.
Main features:
- Easy installation
- Full customisation with templates
- Multiple language interface
- Unlimited news organised into unlimited categories
- Comments system with reply and edit possibilities
- Bulletin board
- Polls
- Users management
- Complete administration interface
- Search engine
- Submit and send news functions
- Smilies support
- BBCode or HTML tags support
- Headlines generation
Download (0.15MB)
Added: 2007-04-28 License: GPL (GNU General Public License) Price:
909 downloads
Mandriva Linux 2007.1 / 2008 Beta 1
Mandriva Linux is the operating system of choice for users keen on all things advanced. more>>
Mandriva Linux 2007 is the ultimate version of Mandriva Linux. It is the fruit of the convergence of three technologies: Mandriva, Conectiva and Lycoris.
Mandriva Linux 2007 is also more easy-to-use, more user-friendly and more powerful. It is ideal for the needs of all customers, from the beginner to the SOHO user.
Whats New in 2007.1 Stable Release:
- Mandriva is proud to announce the release of its brand new distribution that provides up-to-date and freshly released open source software: Mandriva Linux 2007 Spring. Mandriva Linux 2007 Spring integrates the latest innovations in the fields of office suite applications, Internet, multimedia and virtualization technologies. Not only does Mandriva Linux 2007 Spring bring to users the most advanced Linux operating system, it also includes some very special new features: WengoPhone, Google Picasa and Google Earth, Drakvirt...
Whats New in 2008 Beta 1 Development Release:
- The first beta of Mandriva Linux 2008, code-named Cassini, is now available. This beta is available only as a 3-CD Free edition (containing no non-free software or drivers) for the x86-32 architecture, with a traditional installer. Future betas will be available in One live / install CD hybrid editions with proprietary drivers, and in x86-64 variants." Whats new? " Default NTFS write support; AppArmor; modular IDE drivers; new devicescape wireless stack; Compiz Fusion replaces Beryl; Linux kernel 2.6.22, GNOME 2.19, KDE 3.5.7 and 4 preview, Xfce 4.4.1....
<<lessMandriva Linux 2007 is also more easy-to-use, more user-friendly and more powerful. It is ideal for the needs of all customers, from the beginner to the SOHO user.
Whats New in 2007.1 Stable Release:
- Mandriva is proud to announce the release of its brand new distribution that provides up-to-date and freshly released open source software: Mandriva Linux 2007 Spring. Mandriva Linux 2007 Spring integrates the latest innovations in the fields of office suite applications, Internet, multimedia and virtualization technologies. Not only does Mandriva Linux 2007 Spring bring to users the most advanced Linux operating system, it also includes some very special new features: WengoPhone, Google Picasa and Google Earth, Drakvirt...
Whats New in 2008 Beta 1 Development Release:
- The first beta of Mandriva Linux 2008, code-named Cassini, is now available. This beta is available only as a 3-CD Free edition (containing no non-free software or drivers) for the x86-32 architecture, with a traditional installer. Future betas will be available in One live / install CD hybrid editions with proprietary drivers, and in x86-64 variants." Whats new? " Default NTFS write support; AppArmor; modular IDE drivers; new devicescape wireless stack; Compiz Fusion replaces Beryl; Linux kernel 2.6.22, GNOME 2.19, KDE 3.5.7 and 4 preview, Xfce 4.4.1....
Download (4357MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
506 downloads
rospell 2007.00/2007.01 RC3
rospell is a UTF-8 programming editor with spelling support for Romanian and English languages. more>>
rospell is a UTF-8 programming editor with spelling support for Romanian and English languages. It requires QT library from Trolltech. The project is supported on Linux and FreeBSD/PC-BSD.
Main features:
- free as in GPL.
- simple dependencies (QT version 3.x)
- supporting UTF-8, ISO8859-2/16 si CP1250 (Windows) character sets
- XML support - all xml-based formats such as OpenOffice, AbiWord, Scribus, and HTML are supported. XML tags are recognized and are not included in the spelling process.
- Romanian spelling dictionary with more than 750000 words.
- English spelling similar to OpenOffice.
- embedded support for Romanian keyboard.
- support for loading web pages directly in editor.
- dexonline.ro support.
- syntax highlighting - supporting a large number of programming formats, such as: xml, http, C/C++/Java/C#, Javascript, PHP, Perl, Python, Bash, qmake, LaTeX, etc.
- multi-buffer/multi-window editing support.
- ctags support for dynamic source code browsing.
- grep, diff and merge support.
- keyboard record/playback/aliases and other modern editing features.
- extensive LaTeX support.
- context help support for Standard C Library, POSIX standard header files and LaTeX help.
Whats New in 2007.0 Stable Release:
- multiwindow editing
- LaTeX support
- table of contents support for C/C++/JavaScript
- kloc functionality
- new ctags engine
- code beautifier
- help menu
- context help support for POSIX standard header files
- context help support for LaTeX
- proxy traversing support for webload feature
- several FreeBSD fixes
Whats New in 2007.01 RC3 Development Release:
- several bug fixes
- AMD64 support
- Cygnus support
- tools/make menu
- check English words online at http://www.bennetyee.org/http_webster.cgi
- support for al character formats in ISO8859 family
- extended search, replace and grep functionality
- extended Romanian dictionary
<<lessMain features:
- free as in GPL.
- simple dependencies (QT version 3.x)
- supporting UTF-8, ISO8859-2/16 si CP1250 (Windows) character sets
- XML support - all xml-based formats such as OpenOffice, AbiWord, Scribus, and HTML are supported. XML tags are recognized and are not included in the spelling process.
- Romanian spelling dictionary with more than 750000 words.
- English spelling similar to OpenOffice.
- embedded support for Romanian keyboard.
- support for loading web pages directly in editor.
- dexonline.ro support.
- syntax highlighting - supporting a large number of programming formats, such as: xml, http, C/C++/Java/C#, Javascript, PHP, Perl, Python, Bash, qmake, LaTeX, etc.
- multi-buffer/multi-window editing support.
- ctags support for dynamic source code browsing.
- grep, diff and merge support.
- keyboard record/playback/aliases and other modern editing features.
- extensive LaTeX support.
- context help support for Standard C Library, POSIX standard header files and LaTeX help.
Whats New in 2007.0 Stable Release:
- multiwindow editing
- LaTeX support
- table of contents support for C/C++/JavaScript
- kloc functionality
- new ctags engine
- code beautifier
- help menu
- context help support for POSIX standard header files
- context help support for LaTeX
- proxy traversing support for webload feature
- several FreeBSD fixes
Whats New in 2007.01 RC3 Development Release:
- several bug fixes
- AMD64 support
- Cygnus support
- tools/make menu
- check English words online at http://www.bennetyee.org/http_webster.cgi
- support for al character formats in ISO8859 family
- extended search, replace and grep functionality
- extended Romanian dictionary
Download (1.4MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
882 downloads
Alien Arena 2007 6.05
Alien Arena 2006 is the ultimate freeware deathmatch game. more>>
Alien Arena 2006 is the ultimate freeware deathmatch game!
Included are 25 total levels, 9 detailed characters, 8 weapons, 2 vehicles, 5 gameplay modes(DM, TDM, CTF, All Out Assault, Deathball), and much more!
New for Alien Arena 2006 are five mutators(instagib, regeneration, vampire, rocket arena, and low grav), and Deathball, a mode in which you get points by capturing a ball and firing in into a goal.
Eight new levels have been added, as well as alternate firing modes for several of the weapons. The game now runs on version 4.03 of the CRX engine, based on the id Software GPL source codes, and adding nextgen features such as reflective water, shaders, light bloom, improved lighting, and much more, while optimizations allow it to still run extremely fast even on modest systems.
The game now features colored names, an improved console, and an enhanced in-game server browser.
Also available is the "Nightmare Bots" patch, which adds a fourth skill level to the in-game bots, which will challenge even the best players.
<<lessIncluded are 25 total levels, 9 detailed characters, 8 weapons, 2 vehicles, 5 gameplay modes(DM, TDM, CTF, All Out Assault, Deathball), and much more!
New for Alien Arena 2006 are five mutators(instagib, regeneration, vampire, rocket arena, and low grav), and Deathball, a mode in which you get points by capturing a ball and firing in into a goal.
Eight new levels have been added, as well as alternate firing modes for several of the weapons. The game now runs on version 4.03 of the CRX engine, based on the id Software GPL source codes, and adding nextgen features such as reflective water, shaders, light bloom, improved lighting, and much more, while optimizations allow it to still run extremely fast even on modest systems.
The game now features colored names, an improved console, and an enhanced in-game server browser.
Also available is the "Nightmare Bots" patch, which adds a fourth skill level to the in-game bots, which will challenge even the best players.
Download (208.33MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
866 downloads
sidux 2007-03
sidux is a desktop-oriented distribution and live CD based on the unstable branch of Debian GNU/Linux. more>>
sidux is a desktop-oriented distribution and live CD based on the unstable branch of Debian GNU/Linux. This project was originally created by a group of developers who split from the KANOTIX project and launched their own distribution.
Main features:
- After three months of development, we are proud to announce the immediate availability of sidux 2007-02 for amd64 and i686 systems, shipping in a 425 MB lite KDE and a 690 MB full KDE flavor. Our second official sidux release has concentrated on overhauling the early boot sequence and adapting to a wider variety of desktop environments and window managers. While this release only ships in two KDE flavors (lite and full) again, were looking for interested maintainers contributing to special purpose releases or tweaking support for other desktop environments and window managers.
Enhancements:
- After less than three months of development, we are proud to announce the immediate availability of sidux 2007-03 Gaia for amd64 and i686 systems, shipping in a 440 MB lite KDE and a 700 MB full KDE flavors. Our third official sidux release concentrates on overhauling the SysV init sequence of the live CD, refactoring the installer backend, and laying the foundation for proper gettext localisations of our toolset, with additional efforts regarding general clean up and obsoleting the GTK+ 1.2 tools, while shipping kernel 2.6.22.3-rc1, using libata for most PATA chipsets, additional support for Intel IPW3945/4965, Realtek RTL8187 and RT2x00 wireless LAN devices has been added.
<<lessMain features:
- After three months of development, we are proud to announce the immediate availability of sidux 2007-02 for amd64 and i686 systems, shipping in a 425 MB lite KDE and a 690 MB full KDE flavor. Our second official sidux release has concentrated on overhauling the early boot sequence and adapting to a wider variety of desktop environments and window managers. While this release only ships in two KDE flavors (lite and full) again, were looking for interested maintainers contributing to special purpose releases or tweaking support for other desktop environments and window managers.
Enhancements:
- After less than three months of development, we are proud to announce the immediate availability of sidux 2007-03 Gaia for amd64 and i686 systems, shipping in a 440 MB lite KDE and a 700 MB full KDE flavors. Our third official sidux release concentrates on overhauling the SysV init sequence of the live CD, refactoring the installer backend, and laying the foundation for proper gettext localisations of our toolset, with additional efforts regarding general clean up and obsoleting the GTK+ 1.2 tools, while shipping kernel 2.6.22.3-rc1, using libata for most PATA chipsets, additional support for Intel IPW3945/4965, Realtek RTL8187 and RT2x00 wireless LAN devices has been added.
Download (680MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
812 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 2007 chicago marathon 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