debian 5.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 803
Debian 3.1r6
The Debian Project is an association of individuals who have made common cause to create a free operating system. more>>
Debian Operating System is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian GNU/Linux, or simply Debian for short. Debian systems currently use the Linux kernel.
Linux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software.
Debian comes with over 8000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. Its a bit like a tower. At the base is the kernel. On top of that are all the basic tools.
Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together.
Among versions of Linux, Debian is fairly unique, unlike most distributions it isnt backed by any for profit venture and instead is an all volunteer organization. There is no for profit company, or business plan behind Debian, it is a wide ranging project along the lines of GNU. Debian also provides the basis for a number of other Linux distributions, such as Lindows, Xandros, Libranet, and Knoppix.
The linchpin of Debian is a combination package management system and distribution network called forth by the mighty apt-get command. What makes this network so exceptional is that the dpkg-deb files which make up Debian packages contain information on their underlying dependencies so installing a package from the Debian network will call up all of its dependent packages.
As an example, installing a KDE application would make sure that KDE, X windows, and everything underneath was already installed on the system, and if the prerequisite packages werent already installed than the packages would automatically be downloaded and installed from the Debian network.
Enhancements:
- The Debian project has updated the stable distribution Debian GNU/Linux 3.1 (codename Sarge). This update mainly adds security updates to the stable release, along with a few corrections to serious problems. In preparation for the upcoming release of Debian GNU/Linux 4.0 (codename Etch), Debian GNU/Linux 3.1 will be moved to the oldstable part of the archive. Users who would like to continue using Debian GNU/Linux 3.1 are advised to update their sources.list network sources to refer to sarge instead of stable. Please note that this update does not constitute a new version of Debian GNU/Linux 3.1 but only updates some of the packages included.
<<lessLinux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software.
Debian comes with over 8000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. Its a bit like a tower. At the base is the kernel. On top of that are all the basic tools.
Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together.
Among versions of Linux, Debian is fairly unique, unlike most distributions it isnt backed by any for profit venture and instead is an all volunteer organization. There is no for profit company, or business plan behind Debian, it is a wide ranging project along the lines of GNU. Debian also provides the basis for a number of other Linux distributions, such as Lindows, Xandros, Libranet, and Knoppix.
The linchpin of Debian is a combination package management system and distribution network called forth by the mighty apt-get command. What makes this network so exceptional is that the dpkg-deb files which make up Debian packages contain information on their underlying dependencies so installing a package from the Debian network will call up all of its dependent packages.
As an example, installing a KDE application would make sure that KDE, X windows, and everything underneath was already installed on the system, and if the prerequisite packages werent already installed than the packages would automatically be downloaded and installed from the Debian network.
Enhancements:
- The Debian project has updated the stable distribution Debian GNU/Linux 3.1 (codename Sarge). This update mainly adds security updates to the stable release, along with a few corrections to serious problems. In preparation for the upcoming release of Debian GNU/Linux 4.0 (codename Etch), Debian GNU/Linux 3.1 will be moved to the oldstable part of the archive. Users who would like to continue using Debian GNU/Linux 3.1 are advised to update their sources.list network sources to refer to sarge instead of stable. Please note that this update does not constitute a new version of Debian GNU/Linux 3.1 but only updates some of the packages included.
Download (644MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
577 downloads
Xebian 1.1.4
Xebian is a linux distribution based on Debian Linux for XboX. more>>
Xebian is a linux distribution based on Debian Linux for XboX.
With superb flexibility and ease of use, it can run live off CD/DVD or it can be installed onto the Xbox hard drive in either the free space or the saved game area.
The OS includes support for all versions of the Xbox, including those with Xcalibur video chips.
it is based on Debian Testing (Sarge) with backports for newer software.
<<lessWith superb flexibility and ease of use, it can run live off CD/DVD or it can be installed onto the Xbox hard drive in either the free space or the saved game area.
The OS includes support for all versions of the Xbox, including those with Xcalibur video chips.
it is based on Debian Testing (Sarge) with backports for newer software.
Download (255MB)
Added: 2005-08-25 License: GPL (GNU General Public License) Price:
890 downloads
debian-updates 1.7
debian-updates is a simple script that sends an email if any relevant Debian security updates become available. more>>
debian-updates is a simple script that sends an email or displays console messages if any relevant Debian security updates become available. debian-updates is ideal for running from cron.
<<less Download (0.017MB)
Added: 2006-08-09 License: GPL (GNU General Public License) Price:
1174 downloads
debian-builder 1.5
debian-builder is a simple Perl script which is designed to rebuild a Debian package from its source. more>>
debian-builder is a simple Perl script which is designed to rebuild a Debian package from its source. Some distributions such as Gentoo are focussed upon building packages from source code to give speed benefits, but that is not the aim of this program.
Ive been experimenting with a version of GCC which is patched to include stack smashing (buffer overflow) protection. One common approach to this problem is to use a modified compiler which will perform some kind of safety checking in potentially vulnerable source code - this usually involves applying a patch to the GCC compiler.
Usage:
Usage is fairly straight-forward and obvious simply run "debian-builder foo" to rebuild package foo.
If all goes well you will see some progress reports (more with --verbose) and a .deb file should eventually appear in /var/cache/debian-builder/deb.
The script will take care of installing all the packages which are required to build the named package, and then removing anything it installed afterwards.
Installation:
Simply download the tarball and run make install, alternatively you may download it from my apt-getable repository.
Enhancements:
- The handling of build dependencies is now much improved, allowing a greater number of Debian packages, including complex ones such as GNU Emacs and Mozilla Firefox.
<<lessIve been experimenting with a version of GCC which is patched to include stack smashing (buffer overflow) protection. One common approach to this problem is to use a modified compiler which will perform some kind of safety checking in potentially vulnerable source code - this usually involves applying a patch to the GCC compiler.
Usage:
Usage is fairly straight-forward and obvious simply run "debian-builder foo" to rebuild package foo.
If all goes well you will see some progress reports (more with --verbose) and a .deb file should eventually appear in /var/cache/debian-builder/deb.
The script will take care of installing all the packages which are required to build the named package, and then removing anything it installed afterwards.
Installation:
Simply download the tarball and run make install, alternatively you may download it from my apt-getable repository.
Enhancements:
- The handling of build dependencies is now much improved, allowing a greater number of Debian packages, including complex ones such as GNU Emacs and Mozilla Firefox.
Download (0.012MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1238 downloads
Make-Debian-X11 1.3
Make-Debian-X11 is a gBootRoot add-on. more>>
Make-Debian-X11 is an add-on which makes a template with the necessary replacement files for gBootRoots Yard Method.
The root filesystem created from the template is user-mode-linux ready and includes X11, making it possible to run gBootRoot from within its own creation.
<<lessThe root filesystem created from the template is user-mode-linux ready and includes X11, making it possible to run gBootRoot from within its own creation.
Download (0.016MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1660 downloads
Debian GNU/Linux 4.0r1
Debian Operating System is an association of individuals who have made common cause to create a free operating system. more>>
Debian Operating System is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian GNU/Linux, or simply Debian for short. Debian systems currently use the Linux kernel.
Linux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software.
Debian comes with over 8000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. Its a bit like a tower. At the base is the kernel. On top of that are all the basic tools.
Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together.
Among versions of Linux, Debian is fairly unique, unlike most distributions it isnt backed by any for profit venture and instead is an all volunteer organization. There is no for profit company, or business plan behind Debian, it is a wide ranging project along the lines of GNU. Debian also provides the basis for a number of other Linux distributions, such as Lindows, Xandros, Libranet, and Knoppix.
The linchpin of Debian is a combination package management system and distribution network called forth by the mighty apt-get command. What makes this network so exceptional is that the dpkg-deb files which make up Debian packages contain information on their underlying dependencies so installing a package from the Debian network will call up all of its dependent packages.
As an example, installing a KDE application would make sure that KDE, X windows, and everything underneath was already installed on the system, and if the prerequisite packages werent already installed than the packages would automatically be downloaded and installed from the Debian network.
Enhancements:
- The Debian project has updated the stable distribution Debian GNU/Linux 4.0 (code name Etch). This update adds security updates to the stable release, together with a few corrections to serious problems. As always, the first point release also corrects a few issues that have been noticed too late in the release process to stop the release, but still should be fixed. This point release for Etch also includes an updated release of the installer, which includes the following changes: kernels used in the installer have been updated to ABI 2.6.18-5; updated mirror list; support added for certain USB CD drives that were not being detected; incorrect setup of GKSu fixed when user chooses to install with the root account disabled...
<<lessLinux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software.
Debian comes with over 8000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. Its a bit like a tower. At the base is the kernel. On top of that are all the basic tools.
Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together.
Among versions of Linux, Debian is fairly unique, unlike most distributions it isnt backed by any for profit venture and instead is an all volunteer organization. There is no for profit company, or business plan behind Debian, it is a wide ranging project along the lines of GNU. Debian also provides the basis for a number of other Linux distributions, such as Lindows, Xandros, Libranet, and Knoppix.
The linchpin of Debian is a combination package management system and distribution network called forth by the mighty apt-get command. What makes this network so exceptional is that the dpkg-deb files which make up Debian packages contain information on their underlying dependencies so installing a package from the Debian network will call up all of its dependent packages.
As an example, installing a KDE application would make sure that KDE, X windows, and everything underneath was already installed on the system, and if the prerequisite packages werent already installed than the packages would automatically be downloaded and installed from the Debian network.
Enhancements:
- The Debian project has updated the stable distribution Debian GNU/Linux 4.0 (code name Etch). This update adds security updates to the stable release, together with a few corrections to serious problems. As always, the first point release also corrects a few issues that have been noticed too late in the release process to stop the release, but still should be fixed. This point release for Etch also includes an updated release of the installer, which includes the following changes: kernels used in the installer have been updated to ABI 2.6.18-5; updated mirror list; support added for certain USB CD drives that were not being detected; incorrect setup of GKSu fixed when user chooses to install with the root account disabled...
Download (MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
810 downloads
Debian Live 20070729
Debian Live is a Debian SID Live CD. more>>
Debian Live is a Debian SID Live CD.
The Debian Project is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian GNU/Linux, or simply Debian for short. Debian systems currently use the Linux kernel. Linux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide.
Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software. Debian comes with over 8000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. Its a bit like a tower.
At the base is the kernel. On top of that are all the basic tools. Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together.
<<lessThe Debian Project is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian GNU/Linux, or simply Debian for short. Debian systems currently use the Linux kernel. Linux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide.
Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software. Debian comes with over 8000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. Its a bit like a tower.
At the base is the kernel. On top of that are all the basic tools. Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together.
Download (574MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
829 downloads
Debian vs Pimientos 1.1.0
Debian vs Pimientos is a fun arcade in which you have to kill peppers using the logo of Debian. more>>
Debian vs Pimientos is an arcade game developed using the SDL libraries SDL, SDL_image, SDL_mixer, and SDL_ttf. This permits the portability of the game to some systems and machines.
Debian vs Pimientos is the first game of NEOPONTEC Games, and the first to use the NNG Engine (New Neopontec Gaming Engine) developed by Hector Blanco (me) that uses the mentioned SDL Libraries.
The game concept is very easy to understand and to play. There are a lot of peppers (pimientos is the spanish word for peppers) that are flying by the sky, and you, armed with the Debian logo must fight them. The Debian logo shoots GNU heads to kill these devil pimientos
Main features:
- 800x600 resolution at 32 bits.
- High quality images.
- Addictive and funny playing experience
- Cross-platform open source game: (binaries for Win32 & Linux, and sources for other systems).
- Different classes of peppers (pimientos).
<<lessDebian vs Pimientos is the first game of NEOPONTEC Games, and the first to use the NNG Engine (New Neopontec Gaming Engine) developed by Hector Blanco (me) that uses the mentioned SDL Libraries.
The game concept is very easy to understand and to play. There are a lot of peppers (pimientos is the spanish word for peppers) that are flying by the sky, and you, armed with the Debian logo must fight them. The Debian logo shoots GNU heads to kill these devil pimientos
Main features:
- 800x600 resolution at 32 bits.
- High quality images.
- Addictive and funny playing experience
- Cross-platform open source game: (binaries for Win32 & Linux, and sources for other systems).
- Different classes of peppers (pimientos).
Download (0.66MB)
Added: 2006-10-08 License: GPL (GNU General Public License) Price:
1114 downloads
debian-multimirror 2.5
debian-multimirror is a multithreaded debian mirroring tool. more>>
debian-multimirror is a multithreaded debian mirroring tool, written in perl with great flexibility for mirroring a custom subset of the debian OS.
Main features:
- A tool for generating mirroring information from sources.list files.
- Excluding, including and including the union of one or several list of packages. (For example the output of dpkg --get-selections from several machines). (completed!!)
- Uses parallel programming so can exploit redundancy between mirrors and download from several mirrors at the same time for best performance and less mirror load. (Uses only one thread per mirror in order not to saturate individual mirrors).
- Uses XML format for configuration file. (completed!! ).
- Package information data is big, so memory consumption is around 80 Mb in the common case, and 30 Mb minimum (for one distribution and one host).
- Uses a custom algorithm to select a consistent set of packages and currently chooses the most replicated package set.
- It can still benefit from out of sync or even broken mirrors.
- Checks SHA1 and MD5 package information for assuring data integrity.
- Handles missing files on a mirror, and tries to get it from other
Enhancements:
- There is now support for signing Release files with gpg.
<<lessMain features:
- A tool for generating mirroring information from sources.list files.
- Excluding, including and including the union of one or several list of packages. (For example the output of dpkg --get-selections from several machines). (completed!!)
- Uses parallel programming so can exploit redundancy between mirrors and download from several mirrors at the same time for best performance and less mirror load. (Uses only one thread per mirror in order not to saturate individual mirrors).
- Uses XML format for configuration file. (completed!! ).
- Package information data is big, so memory consumption is around 80 Mb in the common case, and 30 Mb minimum (for one distribution and one host).
- Uses a custom algorithm to select a consistent set of packages and currently chooses the most replicated package set.
- It can still benefit from out of sync or even broken mirrors.
- Checks SHA1 and MD5 package information for assuring data integrity.
- Handles missing files on a mirror, and tries to get it from other
Enhancements:
- There is now support for signing Release files with gpg.
Download (0.10MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1294 downloads
Debian From Scratch 0.99.0
Debian From Scratch is a system to build and use full Debian bootable CD images. more>>
Debian From Scratch is really two systems:
1) a bootable CD for repairing Linux systems or installing Debian;
2) the program that generates the CDs that are used for #1.
You can expect the following from your DFS CD:
* Bootable CD featuring the GNU Grub bootloader. Can be used to boot hard disk partitions even if no hard disk bootloader is present.
* Kernel and userland support for all major filesystems, including ext2, ext3, JFS, XFS, ReiserFS, FAT, VFAT, NTFS, ISO9660, CramFS, tmpfs, and more. Userland support for Reiser4.
* Kernel and userland support for different disk layout schemes including standard partitioning, Logical Volume Manager 2 (LVM2), software RAID, etc.
* Full recovery tools runnable directly from CD, including:
- Filesystem utilities for all mazjor filesystems, including undeletion tools for ext2
- Partition editors (fdisk, cfdisk, parted)
- Text editors (nano, joe, vim, emacs)
- C, Perl, Python, and OCaml development environments. Enough to configure and compile a new kernel and build basic .debs. Kernel 2.6.6 sources included on CD.
- Full networking support, including PPP and various Ethernet cards and DHCP
- Network tools including FTP clients, Web client, ssh, telnet, NFS, smbclient, tcpdump, netcat, etc.
- Backup restoration tools such as rdiff-backup, dump/restore, tar, cpio, amanda client, afbackup client, etc.
- CD and DVD burning tools
- Basic printing tools (cat for local printers, rlpr for remote ones, and netcat for Jetdirect, plus unix2dos for text files and Ghostscript for emergency conversions)
- Mail reader (mutt)
* Base systems for multiple versions of Debian installable directly from CD, including: woody (i386), sarge (i386), sid (i386), and sid (amd64). Alpha CD can install woody, sarge, or sid for Alpha.
* amd64 support: Enough to install or fix an AMD64 system. Includes 64-bit kernel with 32-bit emulation (to run the 32-bit userland on the CD). Also includes 64-bit package for bootstrapping a new AMD64 support. In short, you can boot a 64-bit kernel and be treated as a first-class citizen in almost all respects.
* i386 or x86_64 (amd64) kernels bootable directly from initial boot menu.
* DFS generation scripts support custom kernels, packages, mirrors, compressed ISO images, and a high degree of flexibility.
<<less1) a bootable CD for repairing Linux systems or installing Debian;
2) the program that generates the CDs that are used for #1.
You can expect the following from your DFS CD:
* Bootable CD featuring the GNU Grub bootloader. Can be used to boot hard disk partitions even if no hard disk bootloader is present.
* Kernel and userland support for all major filesystems, including ext2, ext3, JFS, XFS, ReiserFS, FAT, VFAT, NTFS, ISO9660, CramFS, tmpfs, and more. Userland support for Reiser4.
* Kernel and userland support for different disk layout schemes including standard partitioning, Logical Volume Manager 2 (LVM2), software RAID, etc.
* Full recovery tools runnable directly from CD, including:
- Filesystem utilities for all mazjor filesystems, including undeletion tools for ext2
- Partition editors (fdisk, cfdisk, parted)
- Text editors (nano, joe, vim, emacs)
- C, Perl, Python, and OCaml development environments. Enough to configure and compile a new kernel and build basic .debs. Kernel 2.6.6 sources included on CD.
- Full networking support, including PPP and various Ethernet cards and DHCP
- Network tools including FTP clients, Web client, ssh, telnet, NFS, smbclient, tcpdump, netcat, etc.
- Backup restoration tools such as rdiff-backup, dump/restore, tar, cpio, amanda client, afbackup client, etc.
- CD and DVD burning tools
- Basic printing tools (cat for local printers, rlpr for remote ones, and netcat for Jetdirect, plus unix2dos for text files and Ghostscript for emergency conversions)
- Mail reader (mutt)
* Base systems for multiple versions of Debian installable directly from CD, including: woody (i386), sarge (i386), sid (i386), and sid (amd64). Alpha CD can install woody, sarge, or sid for Alpha.
* amd64 support: Enough to install or fix an AMD64 system. Includes 64-bit kernel with 32-bit emulation (to run the 32-bit userland on the CD). Also includes 64-bit package for bootstrapping a new AMD64 support. In short, you can boot a 64-bit kernel and be treated as a first-class citizen in almost all respects.
* i386 or x86_64 (amd64) kernels bootable directly from initial boot menu.
* DFS generation scripts support custom kernels, packages, mirrors, compressed ISO images, and a high degree of flexibility.
Download (614MB)
Added: 2006-04-21 License: GPL (GNU General Public License) Price:
1294 downloads
SCAM 0.5.0
SCAM is a simple system, based on GNU Make, but adding autoconf-like configuration. more>>
SCAM stands for Simple Configure for Automatic Makefiles.
SCAM is a simple system, based on GNU Make, but adding autoconf-like configuration.
Autoconf usually takes ages to update a configuration just for a simple program, and adds kilobytes of unusefull checks about compiler and system. Also it sort of need the GNU automake for several tasks.
Both automake and autoconf can be replaced by SCAM on basic GNU/Linux systems with standard GNU Make.
Of course SCAM generate Makefiles that are at least as compatibles as automake ones to allow creation of Debian packages (my actual quality test).
<<lessSCAM is a simple system, based on GNU Make, but adding autoconf-like configuration.
Autoconf usually takes ages to update a configuration just for a simple program, and adds kilobytes of unusefull checks about compiler and system. Also it sort of need the GNU automake for several tasks.
Both automake and autoconf can be replaced by SCAM on basic GNU/Linux systems with standard GNU Make.
Of course SCAM generate Makefiles that are at least as compatibles as automake ones to allow creation of Debian packages (my actual quality test).
Download (0.008MB)
Added: 2005-12-27 License: GPL (GNU General Public License) Price:
1396 downloads
Ging 0.1.0
Ging is a Live system based on Debian GNU/kFreeBSD. more>>
Ging is a Live system that you can burn on a CD. It is based on Debian GNU/kFreeBSD (which, as its time, is based on Debian, GNU and the kernel of FreeBSD).
Ging consists entirely of free software (as per Debian Free Software Guidelines) and has a compromise to remain this way.
<<lessGing consists entirely of free software (as per Debian Free Software Guidelines) and has a compromise to remain this way.
Download (306MB)
Added: 2005-11-04 License: BSD License Price:
1454 downloads
Debian Control Center 0.0.2
Debian Control Center goal is to enable normal people to configure their Debian system. more>>
Debian Control Center (DCC) is a modular project written in Python. The goal of this project is to enable normal people to configure their Debian system as well as some of the server packages. A second goal of this project is to make the experienced Debian system administrators to configure and change her system, without having to remember a lot of commands and configuration files. On a more implementation level, the project should be able to accept new modules without having to change a single line of code in the main configuration program.
Enhancements:
- A program called dcc_wrapper included, a wrapper to launch the dcc as root by presenting the user with a password prompt.
- users module, used to manage users.
- groups module, used to manage groups.
- terminal module, only used if you have python-gnome installed, opens a root terminal.
- Debian menu item included.
- Ability to select whether the items should open as open or closed.
<<lessEnhancements:
- A program called dcc_wrapper included, a wrapper to launch the dcc as root by presenting the user with a password prompt.
- users module, used to manage users.
- groups module, used to manage groups.
- terminal module, only used if you have python-gnome installed, opens a root terminal.
- Debian menu item included.
- Ability to select whether the items should open as open or closed.
Download (0.034MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
976 downloads
Debian GNU/Hurd K14
The GNU Hurd is the GNU projects replacement for the Unix kernel. more>>
The GNU Hurd project is a set of servers running on top of the GNU Mach microkernel. Together they build the base for the GNU operating system.
Currently, Debian is only available for Linux, but with Debian GNU/Hurd we have started to offer GNU/Hurd as a development, server and desktop platform, too. However, Debian GNU/Hurd is not officially released yet, and wont be for some time.
The Hurd is under active development, but does not provide the performance and stability you would expect from a production system. Also, only about every second Debian package has been ported to the GNU/Hurd. There is a lot of work to do before we can make a release.
Until then, you can participate in the development if you want. Depending on your experience and time commitment, you can help us in many different ways. For example, we need experienced C hackers to develop and implement new features and to fix bugs and debug the system.
If you are not very experienced in C programming, you can still help: Either by testing the existing systems and reporting bugs, or by trying to compile some unported software you have experience with. Also writing documentation is important, or maintaining the web pages.
<<lessCurrently, Debian is only available for Linux, but with Debian GNU/Hurd we have started to offer GNU/Hurd as a development, server and desktop platform, too. However, Debian GNU/Hurd is not officially released yet, and wont be for some time.
The Hurd is under active development, but does not provide the performance and stability you would expect from a production system. Also, only about every second Debian package has been ported to the GNU/Hurd. There is a lot of work to do before we can make a release.
Until then, you can participate in the development if you want. Depending on your experience and time commitment, you can help us in many different ways. For example, we need experienced C hackers to develop and implement new features and to fix bugs and debug the system.
If you are not very experienced in C programming, you can still help: Either by testing the existing systems and reporting bugs, or by trying to compile some unported software you have experience with. Also writing documentation is important, or maintaining the web pages.
Download (698.5MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1061 downloads
alien-userlist-debian 0.1
alien-userlist-debian is a KDM theme for Debian users. more>>
alien-userlist-debian is a KDM theme for Debian users.
Theme based on:
- alien-userlistV2.1 by jagodragon
- alien Debian ksplash by xactive
- zion-kdm by zion-linux
<<lessTheme based on:
- alien-userlistV2.1 by jagodragon
- alien Debian ksplash by xactive
- zion-kdm by zion-linux
Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
967 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 debian 5.0 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