iso2mkv 2007 04 22
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 536
iso2mkv 2007-04-22
iso2mkv is software for automated DVD to XviD/vorbis MKV video conversion with almost total control on the compression. more>> <<less
Download (0.010MB)
Added: 2007-04-22 License: MIT/X Consortium License Price:
917 downloads
Sahi 2007-06-22
Sahi is an automation and testing tool for web applications, with the facility to record and playback scripts. more>>
Sahi is an automation and testing tool for web applications, with the facility to record and playback scripts.
Developed in java and javascript, this tool uses simple javascript to execute events on the browser.
Sahis features include, in-browser controls, text based scripts, ant support for playback of suites of tests, and multi threaded playback. Sahi supports HTTP and HTTPS.
Sahi runs as a proxy server and the browser needs to use the sahi server as its proxy. Sahi then injects javascript so that it can access elements in the webpage. This makes the tool independant of the website/ web application.
Main features:
- Recording of browser actions.
- Playback of recorded/scripted actions.
- Accessor Viewer for identifying html elements for scripting
- Easily editable scripts (text files)
- Simple APIs
- Integrates with ant builds
- Logging/reports
- Script is in javascript hence supports concepts and constructs that javascript supports
- Support for global variables stored across pages in a test and across tests in a suite.
- Script refactorable into functions and files.
- Scripts runnable through url.
- Bugs can be recorded by testers and the sahi script can be published on a web server.
- This url can be included in bug reports.
- Developers can reproduce the bug by pointing to that url in the bug report.
- Scripts automatically available to others through HTTP
- Very lightweight
- Tests do not need the browser window to be in focus.
- Suites can run in multiple threads thus reducing the test execution time.
- Supports external proxy and HTTPS.
<<lessDeveloped in java and javascript, this tool uses simple javascript to execute events on the browser.
Sahis features include, in-browser controls, text based scripts, ant support for playback of suites of tests, and multi threaded playback. Sahi supports HTTP and HTTPS.
Sahi runs as a proxy server and the browser needs to use the sahi server as its proxy. Sahi then injects javascript so that it can access elements in the webpage. This makes the tool independant of the website/ web application.
Main features:
- Recording of browser actions.
- Playback of recorded/scripted actions.
- Accessor Viewer for identifying html elements for scripting
- Easily editable scripts (text files)
- Simple APIs
- Integrates with ant builds
- Logging/reports
- Script is in javascript hence supports concepts and constructs that javascript supports
- Support for global variables stored across pages in a test and across tests in a suite.
- Script refactorable into functions and files.
- Scripts runnable through url.
- Bugs can be recorded by testers and the sahi script can be published on a web server.
- This url can be included in bug reports.
- Developers can reproduce the bug by pointing to that url in the bug report.
- Scripts automatically available to others through HTTP
- Very lightweight
- Tests do not need the browser window to be in focus.
- Suites can run in multiple threads thus reducing the test execution time.
- Supports external proxy and HTTPS.
Download (1.5MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
856 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
SiPHiCo 2007-05-27
Simple PHP Hit Counter is a simple hit counter written in PHP and using SQLite as a database. more>>
Simple PHP Hit Counter is a simple hit counter written in PHP and using SQLite as a database. SiPHiCo project can be included in a page like an image, and the hits will be counted as the graphic is created.
After that, the IP will be blocked for further counts (10 minutes by default). Administration (creation of counters, etc.) is done via a web frontend, which is password protected. Theres also a log, a small statistics page and a calendar that shows the hits per day.
<<lessAfter that, the IP will be blocked for further counts (10 minutes by default). Administration (creation of counters, etc.) is done via a web frontend, which is password protected. Theres also a log, a small statistics page and a calendar that shows the hits per day.
Download (0.019MB)
Added: 2007-05-28 License: Freeware Price:
879 downloads
libpoet 2007-03-20
libpoet is a library whose goal is to make creation of active objects easy enough for routine use. more>>
libpoet librarys goal is to make creation of active objects easy enough for routine use. Active objects provide concurrency, since each active object executes in its own thread.
Futures are employed to communicate with active objects in a thread-safe manner. To learn more about the active object concept, see the paper "Active Object, An Object Behavioral Pattern for Concurrent Programming." by R. Greg Lavender and Douglas C. Schmidt.
<<lessFutures are employed to communicate with active objects in a thread-safe manner. To learn more about the active object concept, see the paper "Active Object, An Object Behavioral Pattern for Concurrent Programming." by R. Greg Lavender and Douglas C. Schmidt.
Download (0.051MB)
Added: 2007-03-23 License: Boost Software License Version 1.0 Price:
946 downloads
TinyMe 2007 Test 5
TinyMe project exists to create a remaster of PCLinuxOS 2007 that will be quite slimmed down. more>>
TinyMe project exists to create a remaster of PCLinuxOS 2007 that will be quite slimmed down. The target is to get a functioning ~150MB ISO image that can provide a base installation for other MyPCLinuxOS projects, development, playing around, installation to old computers, where a minimal installation is all thats needed, and any other situations where a tiny Linux installation is required or desirable.
We want to create something that can compete with distros like Puppy, DSL, Feather, NimbleX, and PUD for speed and size while maintaining a similar level of functionality through the GUI.
Username/Password:
tiny/tiny
root/root
Enhancements:
- Fixed most open bugs. Only remaining major open bug (in my opinion) is that TinyMe still doesnt auto mount removable media.
- I switched to GDM. This allows us greater flexibility with our login manager. Also, it enables Shutdown and Reboot options on logout.
- AbiWord was installed, with all the plugins your heart desires. Create and edit ODT, DOC, WPD, and many other formats.
- Idesk now handles the desktop instead of PCManFM.
- Enabeled LXPanel transparency.
- Added Grafburn for burning CDs and DVDs. Thanks to Nathan Fisher of Grafpup for Grafburn.
- Created Welcome page. Fire up Opera to see it. (Did I mention Opera handles web browsing, mail, Bittorrent, and IRC chat?)
- Conky is a SuperKaramba-like desktop monitoring applet which has been added. GKrellm was fired. :-)
- Do you like music? Audacious was added. Audacious is a lot like WinAmp and you can use WinAmp themes on it.
- MEdit proved to be somewhat buggy. Although I rather liked it, I opted to use SciTE instead. Enjoy.
- Changed Mrxvt to the default terminal. Mrxvt is a tabbed terminal, plus it has some pretty cool transparency.
- Galculator is a quite small calculator added to test 5.
- Xarchiver has been added for its wonderous abilities to open just about any compressed archive, including RPMs and ISOs.
- MtPaint was added. MtPaint is a very basic picture editor. You can also use MtPaint to take a screenshot.
- XKill has been added and a menu entry created for those balky programs which hang on you.
- Tweaked overall look n feel some more. Added 2 wallpapers (okay, its 1 wallpaper; 1 is 4:3, the other 16:10)
<<lessWe want to create something that can compete with distros like Puppy, DSL, Feather, NimbleX, and PUD for speed and size while maintaining a similar level of functionality through the GUI.
Username/Password:
tiny/tiny
root/root
Enhancements:
- Fixed most open bugs. Only remaining major open bug (in my opinion) is that TinyMe still doesnt auto mount removable media.
- I switched to GDM. This allows us greater flexibility with our login manager. Also, it enables Shutdown and Reboot options on logout.
- AbiWord was installed, with all the plugins your heart desires. Create and edit ODT, DOC, WPD, and many other formats.
- Idesk now handles the desktop instead of PCManFM.
- Enabeled LXPanel transparency.
- Added Grafburn for burning CDs and DVDs. Thanks to Nathan Fisher of Grafpup for Grafburn.
- Created Welcome page. Fire up Opera to see it. (Did I mention Opera handles web browsing, mail, Bittorrent, and IRC chat?)
- Conky is a SuperKaramba-like desktop monitoring applet which has been added. GKrellm was fired. :-)
- Do you like music? Audacious was added. Audacious is a lot like WinAmp and you can use WinAmp themes on it.
- MEdit proved to be somewhat buggy. Although I rather liked it, I opted to use SciTE instead. Enjoy.
- Changed Mrxvt to the default terminal. Mrxvt is a tabbed terminal, plus it has some pretty cool transparency.
- Galculator is a quite small calculator added to test 5.
- Xarchiver has been added for its wonderous abilities to open just about any compressed archive, including RPMs and ISOs.
- MtPaint was added. MtPaint is a very basic picture editor. You can also use MtPaint to take a screenshot.
- XKill has been added and a menu entry created for those balky programs which hang on you.
- Tweaked overall look n feel some more. Added 2 wallpapers (okay, its 1 wallpaper; 1 is 4:3, the other 16:10)
Download (195.1MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
808 downloads
HTTPSock 2007-01-18
HTTPSock is a PHP class that uses pure sockets to compile HTTP Headers and sends them to the specified host. more>>
HTTPSock is a PHP class that uses pure sockets to compile HTTP Headers and sends them to the specified host.
It also reads back the host’s reply and parses any header and cookie information. Supports GZIP encoding as well. The source can be seen here. Feel free to use it, just don’t take any credit for yourself.
<<lessIt also reads back the host’s reply and parses any header and cookie information. Supports GZIP encoding as well. The source can be seen here. Feel free to use it, just don’t take any credit for yourself.
Download (MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1003 downloads
DokuWiki 2007-06-26
DokuWiki is a standards-compliant, simple-to-use Wiki mainly aimed at creating documentation of any kind. more>>
DokuWiki is a simple to use Wiki aimed at a small companies documentation needs. It works on plain texts files and thus needs no database.
DokuWiki project has a simple but powerful Syntax which makes sure the datafiles remain readable outside the Wiki. Have a look at the complete feature list.
Main features:
- works on plain text files, no database needed
- simple syntax and easy editing with quickbuttons and accesskeys
- Section Editing allows you to edit small parts of a page
- automatic generation of content tables
- unlimited page revisions
- colored side by side diff support
- support for read only pages
- syndication of recent changes as RSS Feed
- namespaces divides content into directory-like sections
- control user access to pages or namespaces with acl
- Interwiki Links
- uploading and embedding images
- image caching and resizing
- easy navigation through breadcrumbs
- Customizing with templates and plugins
- Multilanguage Support
- Spam blacklist
- custom text replacements
- pagecaching
- locking to avoid edit conflicts
- full UTF-8 support
- and more
Enhancements:
- This release adds rendering plugins, OpenSearch, a spam revert manager, and support for managers (semi-admins).
- Several smaller and bigger bugs were fixed, and many other improvements made.
<<lessDokuWiki project has a simple but powerful Syntax which makes sure the datafiles remain readable outside the Wiki. Have a look at the complete feature list.
Main features:
- works on plain text files, no database needed
- simple syntax and easy editing with quickbuttons and accesskeys
- Section Editing allows you to edit small parts of a page
- automatic generation of content tables
- unlimited page revisions
- colored side by side diff support
- support for read only pages
- syndication of recent changes as RSS Feed
- namespaces divides content into directory-like sections
- control user access to pages or namespaces with acl
- Interwiki Links
- uploading and embedding images
- image caching and resizing
- easy navigation through breadcrumbs
- Customizing with templates and plugins
- Multilanguage Support
- Spam blacklist
- custom text replacements
- pagecaching
- locking to avoid edit conflicts
- full UTF-8 support
- and more
Enhancements:
- This release adds rendering plugins, OpenSearch, a spam revert manager, and support for managers (semi-admins).
- Several smaller and bigger bugs were fixed, and many other improvements made.
Download (1.0MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
850 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
pmpkg 2007-06-11
pmpkg provides a script and definitions to build SysV style binary packages for Solaris. more>>
pmpkg provides a script and definitions to build SysV style binary packages for Solaris from source tarballs in an automated way, somewhat similar to ports or ebuilds.
pmpkg aims for reuse of system packages where possible and a minimalistic dependency set.
Enhancements:
- This release features more robust handling of the package tree in many places.
- It also includes the usual assortment of new packages (mkvtoolnix, xgcc-i386-elf, 0install, pyhashlib, ilmbase, libebml, libmatroska, smarteiffel) and updates (ddclient, openldap, dovecot, x264, erlang, php4, wine, pcre, wxwidgets, squeak, texmacs, bchunk, openexr, blender, ocaml, wavpack, gossip, ogle, git, star, boost, monotone, sbcl, scons).
<<lesspmpkg aims for reuse of system packages where possible and a minimalistic dependency set.
Enhancements:
- This release features more robust handling of the package tree in many places.
- It also includes the usual assortment of new packages (mkvtoolnix, xgcc-i386-elf, 0install, pyhashlib, ilmbase, libebml, libmatroska, smarteiffel) and updates (ddclient, openldap, dovecot, x264, erlang, php4, wine, pcre, wxwidgets, squeak, texmacs, bchunk, openexr, blender, ocaml, wavpack, gossip, ogle, git, star, boost, monotone, sbcl, scons).
Download (0.26MB)
Added: 2007-06-11 License: CDDL (Common Development and Distribution License) Price:
865 downloads
youtube-dl 2007.06.22
youtube-dl is a small command-line program to download videos from YouTube.com. more>>
youtube-dl is a small command-line program to download videos from YouTube.com. youtube-dl requires the Python interpreter, version 2.4 or later, and its not platform specific. It should work in your Unix box, in Windows or in Mac. The latest version is 2006.08.10. Its licensed under the MIT License, which means you can modify it, redistribute it or use it however you like complying with a few simple conditions.
Ill try to keep it updated if YouTube.com changes the way you access their videos. After all, its a simple and short program. However, I cant guarantee anything. If you detect it stops working, check for new versions and/or inform me about the problem, indicating the program version you are using. If the program stops working and I cant solve the problem but you have a solution, Id like to know it. If that happens and you feel you can maintain the program yourself, tell me.
<<lessIll try to keep it updated if YouTube.com changes the way you access their videos. After all, its a simple and short program. However, I cant guarantee anything. If you detect it stops working, check for new versions and/or inform me about the problem, indicating the program version you are using. If the program stops working and I cant solve the problem but you have a solution, Id like to know it. If that happens and you feel you can maintain the program yourself, tell me.
Download (0.012MB)
Added: 2007-06-22 License: MIT/X Consortium License Price:
863 downloads
VDrift 2007-03-23
VDrift is a drift-racing game based on the Vamos engine. more>>
VDrift is a cross-platform, open source driving simulation made with drift racing in mind.
VDrift project is powered by the excellent Vamos physics engine. It is released under the GNU General Public License (GPL) v2. It is currently available for Linux and Windows.
This game is in the early stages of development but is already very playable.
Main features:
- Tracks: Nurburgring, Catalunya, Road Atlanta
- Cars: Mustang, S2000, Carrera
- Very realistic physics
- Basic foliage scenery system
- Elevated tracks and heightmapped terrain
- Several different camera modes
- Basic replay system with Skip Forward/Skip Backward
- Day/night weather cycle
- Fully customizable controls
- Joystick and keyboard input filtering
- Brake lights
Goals
VDrift aims to be a realistic racing game where it is possible to do drift racing on road courses. Other things that have a high probability of being implemented:
- ability to exchange replays
- allow the player to tune the car in the game and exchange settings
- grip mode with single player time trial, head to head multiplayer, and time trial multiplayer
- drift mode with single player time trial, head to head multiplayer, and time trial multiplayer
- autocross mode with in-game editor, singleplayer time trial, multiplayer time trial
<<lessVDrift project is powered by the excellent Vamos physics engine. It is released under the GNU General Public License (GPL) v2. It is currently available for Linux and Windows.
This game is in the early stages of development but is already very playable.
Main features:
- Tracks: Nurburgring, Catalunya, Road Atlanta
- Cars: Mustang, S2000, Carrera
- Very realistic physics
- Basic foliage scenery system
- Elevated tracks and heightmapped terrain
- Several different camera modes
- Basic replay system with Skip Forward/Skip Backward
- Day/night weather cycle
- Fully customizable controls
- Joystick and keyboard input filtering
- Brake lights
Goals
VDrift aims to be a realistic racing game where it is possible to do drift racing on road courses. Other things that have a high probability of being implemented:
- ability to exchange replays
- allow the player to tune the car in the game and exchange settings
- grip mode with single player time trial, head to head multiplayer, and time trial multiplayer
- drift mode with single player time trial, head to head multiplayer, and time trial multiplayer
- autocross mode with in-game editor, singleplayer time trial, multiplayer time trial
Download (19MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
951 downloads
CLFSWM 2007-05-15
CLFSWM is yet A(nother) Common Lisp FullScreen Window Manager. more>>
CLFSWM is yet A(nother) Common Lisp FullScreen Window Manager.
CLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm. Many thanks to them).
It can be driven only with the keyboard or with the mouse. A display is divided in workspaces, groups and windows. Windows are packed together in groups.
By default a group is fullscreen maximized (no decorations, no buttons, no menus: nothing, just the application fullscreen!).
When not maximized, a group of windows can be moved, resized, tiled, packed or filled to others groups edges.
For its binding, CLFSWM has two modes.
A main mode with minimal keys and no mouse grabbing to avoid conflict with others applications.
And a second mode with more keys and mouse actions. CLFSWM comes with an integrated pager to manage workspaces, groups and windows as in the second mode way.
For details on the CLFSWM usage, have a look at the default bindings.
CLFSWM is highly dynamic. By default there is only one workspace and one group. Other workspaces or groups are created/deleted on the fly. Windows, groups and workspaces can be manipulated in the second mode or in the pager. A window can be in more than one group or workspace, so it can have multiple views of the same windows.
Enhancements:
- Some new tiling functions (like the larswm, dwm, or wmii way) were added.
- The ability to explode/implode groups (create a group per window in a group or move all windows in one group) has been added.
- This release has the beginning of NetWM compliance.
<<lessCLFSWM is a 100% Common Lisp X11 window manager (based on Tinywm and Stumpwm. Many thanks to them).
It can be driven only with the keyboard or with the mouse. A display is divided in workspaces, groups and windows. Windows are packed together in groups.
By default a group is fullscreen maximized (no decorations, no buttons, no menus: nothing, just the application fullscreen!).
When not maximized, a group of windows can be moved, resized, tiled, packed or filled to others groups edges.
For its binding, CLFSWM has two modes.
A main mode with minimal keys and no mouse grabbing to avoid conflict with others applications.
And a second mode with more keys and mouse actions. CLFSWM comes with an integrated pager to manage workspaces, groups and windows as in the second mode way.
For details on the CLFSWM usage, have a look at the default bindings.
CLFSWM is highly dynamic. By default there is only one workspace and one group. Other workspaces or groups are created/deleted on the fly. Windows, groups and workspaces can be manipulated in the second mode or in the pager. A window can be in more than one group or workspace, so it can have multiple views of the same windows.
Enhancements:
- Some new tiling functions (like the larswm, dwm, or wmii way) were added.
- The ability to explode/implode groups (create a group per window in a group or move all windows in one group) has been added.
- This release has the beginning of NetWM compliance.
Download (0.084MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
891 downloads
Simple Invoices 2007-05-23
Simple Invoices is a clean, simple, and basic Web-based invoicing system. more>>
Simple Invoices is a clean, simple, and basic Web-based invoicing system.
Simple Invoices is meant for personal invoices, home office invoicing, small organization invoicing, and basic POS (point of sale) systems for light usage.
Its goals are to be easy to use, simple and clean, and focused on its task. It is not meant for heavy-use POS applications, nor is it meant to be enterprise ready.
<<lessSimple Invoices is meant for personal invoices, home office invoicing, small organization invoicing, and basic POS (point of sale) systems for light usage.
Its goals are to be easy to use, simple and clean, and focused on its task. It is not meant for heavy-use POS applications, nor is it meant to be enterprise ready.
Download (5.9MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
900 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 iso2mkv 2007 04 22 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