distcc
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14
distcc 2.18.3
distcc is a fast and simple distributed C/C++/ObjC compiler. more>>
distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network.
distcc should always generate the same results as a local build, is simple to install and use, and is usually much faster than a local compile.
distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed.
They can even have different processors or operating systems, if cross-compilers are installed.
<<lessdistcc should always generate the same results as a local build, is simple to install and use, and is usually much faster than a local compile.
distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed.
They can even have different processors or operating systems, if cross-compilers are installed.
Download (0.33MB)
Added: 2005-04-13 License: GPL (GNU General Public License) Price:
1662 downloads
Distccmon-Qt 0.1
Distccmon-Qt is a Qt based monitoring tool for distcc. more>>
Distccmon-Qt is a Qt based monitoring tool for distcc(distcc.samba.org), a distributed C/C++ compiler which helps you to speed up compilations.
Installation instructions can be found in the tarball.
<<lessInstallation instructions can be found in the tarball.
Download (0.015MB)
Added: 2005-05-27 License: GPL (GNU General Public License) Price:
1610 downloads
DistCC LiveCD 3.3.6
Distcc Livecd is a small bootable cdrom that contains a uClibc Linux system, the GNU compiler and a distcc daemon. more>>
Distcc Livecd is a small bootable cdrom that contains a uClibc Linux system, the GNU compiler and a distcc daemon.
The purpose of this CD is to be able to borrow compile CPU power from computers without installing anything on the harddisk. The CD is build with the Gentoo portage framework.
Unlike distccKnoppix, the C compiler on this CD (the default gentoo hardened gcc compiler) supports position independent code (PIE) and stack smashing protection (SSP).
Contents:
gcc
distcc
dropbear ssh
<<lessThe purpose of this CD is to be able to borrow compile CPU power from computers without installing anything on the harddisk. The CD is build with the Gentoo portage framework.
Unlike distccKnoppix, the C compiler on this CD (the default gentoo hardened gcc compiler) supports position independent code (PIE) and stack smashing protection (SSP).
Contents:
gcc
distcc
dropbear ssh
Download (40.1MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1212 downloads
distccKNOPPIX 0.1.3
distccKNOPPIX is a directly bootable and self-configuring Linux system on a small (55MB) iso running a distccd daemon. more>>
distccKNOPPIX is a directly bootable and self-configuring Linux system on a small (55MB) iso running a distccd daemon. distccKNOPPIX is a simple remastering of Knoppix running a distccd daemon and some general cleaning up/removal of unneeded packages/apps.
Its obvious target is for those who have other machines at their hands, and for some reason or an other can not get a distccd daemon running on it.
Attention Gentoo Users: The distccKNOPPIX (Debian) version of gcc is not patched with pie or protector support like the Gentoo version is. Im working on fixing this, but you will probably have problems compiling glibc, grub and perhaps other programs until this issue is remedied.
All versions are identical except for the default gcc. All downloads have all 4 versions of gcc. You can also change the default gcc at the boot prompt by typing knoppix gcc-3.4 for example. Or you can change the gcc version at the command line with update-alternatives --config gcc. If you are unsure which version to download, try the gcc-3.3 one.
Main features:
- Kernel 2.4.26
- distcc 2.16 (port 3632)
- gcc 2.95.4, 3.2.3, 3.3.4, 3.4.1
- cpp 2.95.4, 3.2.3, 3.3.4, 3.4.1
- g++ 2.95.4, 3.2.3, 3.3.4, 3.4.1
Enhancements:
- added c++ link to g++
- more cleanups
- created a mailing list
<<lessIts obvious target is for those who have other machines at their hands, and for some reason or an other can not get a distccd daemon running on it.
Attention Gentoo Users: The distccKNOPPIX (Debian) version of gcc is not patched with pie or protector support like the Gentoo version is. Im working on fixing this, but you will probably have problems compiling glibc, grub and perhaps other programs until this issue is remedied.
All versions are identical except for the default gcc. All downloads have all 4 versions of gcc. You can also change the default gcc at the boot prompt by typing knoppix gcc-3.4 for example. Or you can change the gcc version at the command line with update-alternatives --config gcc. If you are unsure which version to download, try the gcc-3.3 one.
Main features:
- Kernel 2.4.26
- distcc 2.16 (port 3632)
- gcc 2.95.4, 3.2.3, 3.3.4, 3.4.1
- cpp 2.95.4, 3.2.3, 3.3.4, 3.4.1
- g++ 2.95.4, 3.2.3, 3.3.4, 3.4.1
Enhancements:
- added c++ link to g++
- more cleanups
- created a mailing list
Download (54MB)
Added: 2005-05-18 License: GPL (GNU General Public License) Price:
1626 downloads
DistccPPCKnoppix 0.0.9
DistccPPCKnoppix is a Knoppix distribution that contains distcc servers for both Linux x86 and OSX ppc compiling. more>>
DistccPPCKnoppix is a Knoppix distribution which contains distcc servers for both Linux x86 and OSX ppc compiling. With it you can utilize your extra x86 computers to build Linux x86 and OSX PPC binaries.
After running across "Building a Darwin cross compiler for use with distcc and fink" and "HOWTO: Use Gentoo Distcc Host to cross-compile for OSX" I quickly set out and build my own cross compiler to speed up my Apple OSX development. Like most people I have more x86 hardware then I do ppc. It didnt take long to get it build and a test distccd server up to show that it was working.
When I compile for Linux x86 I use distccKnoppix to utilize all my spare x86 computers I have lying around. Using the Knoppix Remastering Howto I quickly added the ppc cross compiler to distccKnoppix. Now when it boots two distccd demons start on separate ports. The default port (3632) has the x86 compiler and the ppc compiler is on port 3633.
Now Apple developers finally have a use for their x86 hardware (that they can admit to). This is also a nice cheap way to speed up OSX compiling and development.
<<lessAfter running across "Building a Darwin cross compiler for use with distcc and fink" and "HOWTO: Use Gentoo Distcc Host to cross-compile for OSX" I quickly set out and build my own cross compiler to speed up my Apple OSX development. Like most people I have more x86 hardware then I do ppc. It didnt take long to get it build and a test distccd server up to show that it was working.
When I compile for Linux x86 I use distccKnoppix to utilize all my spare x86 computers I have lying around. Using the Knoppix Remastering Howto I quickly added the ppc cross compiler to distccKnoppix. Now when it boots two distccd demons start on separate ports. The default port (3632) has the x86 compiler and the ppc compiler is on port 3633.
Now Apple developers finally have a use for their x86 hardware (that they can admit to). This is also a nice cheap way to speed up OSX compiling and development.
Download (45.1MB)
Added: 2006-04-24 License: GPL (GNU General Public License) Price:
1279 downloads
Quadcore 0.1
Quadcore is a SuperKaramba theme to watch the CPU cores being used for distcc or anything else. more>>
Quadcore is a SuperKaramba theme Ive made for my main workstation: a Tyan Dual Opteron. I just like to watch the cores being used for distcc or anything else. Also some useful information is added, too.
Icons are from http://www.kde-look.org/content/show.php/Tulliana+icon+set?content=38757 hosted on kde-look.org.
<<lessIcons are from http://www.kde-look.org/content/show.php/Tulliana+icon+set?content=38757 hosted on kde-look.org.
Download (0.036MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
934 downloads
Icecream/icecc 0.7.14
cecream is based on ideas and code from distcc. more>>
Icecream project is created by SUSE and is based on ideas and code by distcc. Like distcc it takes compile jobs from your (KDE) build and distributes it to remote machines allowing a parallel build on several machines youve got.
But unlike distcc Icecream uses a central server that schedules the compile jobs to the fastest free server and is as this dynamic. This advantage pays off mostly for shared computers, if youre the only user on x machines, you have full control over them anyway.
How to use icecream:
You need:
One machine that runs the scheduler ("./scheduler -d")
Many machines that run the daemon ("./iceccd -d")
If you want to compile using icecream, make sure $prefix/bin is the first first entry in your path, e.g. type
export PATH=/opt/icecream/bin:$PATH
(Hint: put this in ~/.bashrc or /etc/profile to not have to type it in everytime)
Then you just compile with make -j < num >, where < num > is the amount of jobs you want to compile in parallel. As a start, take the number of logical processors multiplied with 2. But note that numbers >15 normally cause trouble. Here is an example:
make CC=icecc -j6
WARNING: Never use icecream in untrusted environments. Run the daemons and the scheduler as unprivileged user in such networks if you have to! But you will have to rely on homogeneous networks then.
If you want funny stats, you might want to run "icemon".
<<lessBut unlike distcc Icecream uses a central server that schedules the compile jobs to the fastest free server and is as this dynamic. This advantage pays off mostly for shared computers, if youre the only user on x machines, you have full control over them anyway.
How to use icecream:
You need:
One machine that runs the scheduler ("./scheduler -d")
Many machines that run the daemon ("./iceccd -d")
If you want to compile using icecream, make sure $prefix/bin is the first first entry in your path, e.g. type
export PATH=/opt/icecream/bin:$PATH
(Hint: put this in ~/.bashrc or /etc/profile to not have to type it in everytime)
Then you just compile with make -j < num >, where < num > is the amount of jobs you want to compile in parallel. As a start, take the number of logical processors multiplied with 2. But note that numbers >15 normally cause trouble. Here is an example:
make CC=icecc -j6
WARNING: Never use icecream in untrusted environments. Run the daemons and the scheduler as unprivileged user in such networks if you have to! But you will have to rely on homogeneous networks then.
If you want funny stats, you might want to run "icemon".
Download (0.14MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1129 downloads
ccontrol 0.9.0
ccontrol program takes over the roles of the compiler and linker. more>>
ccontrol program takes over the roles of the compiler and linker, and reads a configuration file to decide what to do before invoking them.
This is particularly useful for centralized control over commands and options, such as enabling distcc(1) and ccache(1).
I recommend installing dietlibc if you can; the resulting (static) binary is smaller and cuts a few percent off compile times.
If you want to install ccontrol in your home directory (eg. ~/bin), use "./configure --bindir=$HOME/bin". Otherwise, a simple "./configure" will place the binaries in /usr/local/lib/ccontrol, which you will have to put in your PATH.
The type "make" and "make install". Now run "./ccontrol-init" to create your ".ccontrol/default" file. If you want to avoid probing for distcc hosts on the local network, set DISTCC_HOSTS first, eg:
DISTCC_HOSTS="one two three" ./ccontrol-init
Enhancements:
- A GNOME applet for changing symlink was added.
- A portability fix was made to allow the software to work on PPC.
- Better performance and less thrashing is exhibited with ccache and distcc when ccache mostly hits.
<<lessThis is particularly useful for centralized control over commands and options, such as enabling distcc(1) and ccache(1).
I recommend installing dietlibc if you can; the resulting (static) binary is smaller and cuts a few percent off compile times.
If you want to install ccontrol in your home directory (eg. ~/bin), use "./configure --bindir=$HOME/bin". Otherwise, a simple "./configure" will place the binaries in /usr/local/lib/ccontrol, which you will have to put in your PATH.
The type "make" and "make install". Now run "./ccontrol-init" to create your ".ccontrol/default" file. If you want to avoid probing for distcc hosts on the local network, set DISTCC_HOSTS first, eg:
DISTCC_HOSTS="one two three" ./ccontrol-init
Enhancements:
- A GNOME applet for changing symlink was added.
- A portability fix was made to allow the software to work on PPC.
- Better performance and less thrashing is exhibited with ccache and distcc when ccache mostly hits.
Download (0.12MB)
Added: 2006-02-06 License: GPL (GNU General Public License) Price:
1357 downloads
Distributed Multi-User Compilation System 0.5
Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. more>>
Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. Each compilation request from each user will be sent to the fastest available machine, every time.
Main features:
- Supports multiple users compiling simultaneously, and scales well to handle the new loads.
- Supports multiple operating systems in the compilation farm.
- Uses all processors of a multi-processor compilation host.
- Makes best use of compilation hosts with widely differing CPU speeds.
- Guarantees that a compilation host will not be overloaded by compilations.
- Takes into account the load on a host caused by non-compilation tasks.
- Supports the dynamic addition and removal of hosts to the compilation farm.
- Works with distcc, which need not be altered in any way.
DMUCS consists of these (main) programs:
- dmucs: the "host-server". This application reads a configuration file indicating the number of CPUs and the "power" of each potential host in the compilation farm. It then receives over the network:
- load average information from each compilation host.
- host requests from compile tasks that need remote hosts on which to run.
- information requests from monitoring applications.
- status requests from an administrator.
- dmucs maintains the database of hosts in the compilation farm, and assigns hosts to compilation tasks, giving out the best host/cpu available when the compilation task asks.
- gethost: a compilation task uses gethost get a host/cpu from the dmucs server. In general, a makefile will perform a compilation this way:
- gethost distcc gcc ...
- gethost contacts the server to get a host, which it puts into the environment variable DISTCC_HOSTS. gethost then calls the program given to it. After that program ends, gethost releases the assigned host back to the dmucs server.
- loadavg: the administrator of the compilation farm must start this application on each compilation host. loadavg sends the load average of the compilation host to the dmucs server periodically. The dmucs server will "downgrade" a compilation host if the hosts load averages goes too high.
- monitor: the administrator (or anyone) may use this program to monitor the busy-ness of the compilation farm. It displays which hosts/cpus are available in the compilation farm, which hosts/cpus have compilation tasks assigned to them, which hosts have been made administratively unavailable, and which hosts are "silent" - i.e., the dmucs server has not received a load average message from the compilation host for a while.
<<lessMain features:
- Supports multiple users compiling simultaneously, and scales well to handle the new loads.
- Supports multiple operating systems in the compilation farm.
- Uses all processors of a multi-processor compilation host.
- Makes best use of compilation hosts with widely differing CPU speeds.
- Guarantees that a compilation host will not be overloaded by compilations.
- Takes into account the load on a host caused by non-compilation tasks.
- Supports the dynamic addition and removal of hosts to the compilation farm.
- Works with distcc, which need not be altered in any way.
DMUCS consists of these (main) programs:
- dmucs: the "host-server". This application reads a configuration file indicating the number of CPUs and the "power" of each potential host in the compilation farm. It then receives over the network:
- load average information from each compilation host.
- host requests from compile tasks that need remote hosts on which to run.
- information requests from monitoring applications.
- status requests from an administrator.
- dmucs maintains the database of hosts in the compilation farm, and assigns hosts to compilation tasks, giving out the best host/cpu available when the compilation task asks.
- gethost: a compilation task uses gethost get a host/cpu from the dmucs server. In general, a makefile will perform a compilation this way:
- gethost distcc gcc ...
- gethost contacts the server to get a host, which it puts into the environment variable DISTCC_HOSTS. gethost then calls the program given to it. After that program ends, gethost releases the assigned host back to the dmucs server.
- loadavg: the administrator of the compilation farm must start this application on each compilation host. loadavg sends the load average of the compilation host to the dmucs server periodically. The dmucs server will "downgrade" a compilation host if the hosts load averages goes too high.
- monitor: the administrator (or anyone) may use this program to monitor the busy-ness of the compilation farm. It displays which hosts/cpus are available in the compilation farm, which hosts/cpus have compilation tasks assigned to them, which hosts have been made administratively unavailable, and which hosts are "silent" - i.e., the dmucs server has not received a load average message from the compilation host for a while.
Download (0.35MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1315 downloads
Sub Ether Release II
Sub Ether is a system that includes software to network computers together. more>>
Sub Ether is a system that includes software to network computers together over the Internet so that applications can share resources.
Sub Ether is basically a grid computer over the Internet using volunteers spare CPU and disk resources.
An example application written for Sub Ether is sedistcc. It allows you to use distcc to use compilers on machines running elsewhere on the Sub Ether network.
Quick Install for Unix:
If you untar/zip SubEtherInstallRelease-*.tgz youll get a few directories of source,
and some scripts:
1) buildse.sh builds the source code on some number of unix machines
2) installse.sh does a simple copying/updating of files to /usr/local/subether
3) setupsetorunandstart.sh will update /etc/inittab and make a file in /etc/xinetd.d
If you are running a flavor of unix that the script does not recognize it wont update
anything. You have to be root for this to work, and you have to have the balls to run it.
Run buildse.sh
Ive tested it on some number of redhats and freebsd and AIX. I also have a build
for windows, but it doesnt include the compiler program, so it would be good for socket bouncing only at the moment, until I finish some more applications (like sefile)
If all goes well, youll get a clean build. Dont worry about seeing it the build was
clean, the install script will complain if somethings missing.
If you can log in as some user that has access to /usr/local oot and dont have a
problem with putting stuff in /usr/local/subether, then you can run installse.sh as is.
Run installse.sh
*** OR *** if you want to install it into another directory (say because you dont
have root on the machine) you can specify where to put it by passing the directory as
a parameter:
Run installse.sh /path/to/existing/dir/subether
The /path/to/existing/dir has to exist, the script will create subether. You dont
have to call it that, but why wouldnt you.
Then, if youre all excited that things are going really well in your life, and
youre feeling really ballsy, run setupsetorunandstart.sh
Note, as of release 2, this doesnt exist yet, but it will.
Run setupsetorunandstart.sh
This is the finiky bit so you might want to do this by hand.
You have to be root for this to work anyway.
It will check to see if you have distcc set up on the machine, and if so,
create a file /etc/xinetd.d/distcc.
It will also add a few lines to the bottom of your /etc/inittab, and back up
the old one. And also add a line to /etc/services for distcc
Then it will kick xinetd, and telinit q. And if all goes well, youll be a
happy member of the Sub Ether network already sharing your spare cpu for use by other people using subether and distcc.
If you want to use distcc to do your compiles with the help of the Sub Ether
networked computers, you have a few more steps of setup that are covered in the
HOWTO-install_sedistccd file.
<<lessSub Ether is basically a grid computer over the Internet using volunteers spare CPU and disk resources.
An example application written for Sub Ether is sedistcc. It allows you to use distcc to use compilers on machines running elsewhere on the Sub Ether network.
Quick Install for Unix:
If you untar/zip SubEtherInstallRelease-*.tgz youll get a few directories of source,
and some scripts:
1) buildse.sh builds the source code on some number of unix machines
2) installse.sh does a simple copying/updating of files to /usr/local/subether
3) setupsetorunandstart.sh will update /etc/inittab and make a file in /etc/xinetd.d
If you are running a flavor of unix that the script does not recognize it wont update
anything. You have to be root for this to work, and you have to have the balls to run it.
Run buildse.sh
Ive tested it on some number of redhats and freebsd and AIX. I also have a build
for windows, but it doesnt include the compiler program, so it would be good for socket bouncing only at the moment, until I finish some more applications (like sefile)
If all goes well, youll get a clean build. Dont worry about seeing it the build was
clean, the install script will complain if somethings missing.
If you can log in as some user that has access to /usr/local oot and dont have a
problem with putting stuff in /usr/local/subether, then you can run installse.sh as is.
Run installse.sh
*** OR *** if you want to install it into another directory (say because you dont
have root on the machine) you can specify where to put it by passing the directory as
a parameter:
Run installse.sh /path/to/existing/dir/subether
The /path/to/existing/dir has to exist, the script will create subether. You dont
have to call it that, but why wouldnt you.
Then, if youre all excited that things are going really well in your life, and
youre feeling really ballsy, run setupsetorunandstart.sh
Note, as of release 2, this doesnt exist yet, but it will.
Run setupsetorunandstart.sh
This is the finiky bit so you might want to do this by hand.
You have to be root for this to work anyway.
It will check to see if you have distcc set up on the machine, and if so,
create a file /etc/xinetd.d/distcc.
It will also add a few lines to the bottom of your /etc/inittab, and back up
the old one. And also add a line to /etc/services for distcc
Then it will kick xinetd, and telinit q. And if all goes well, youll be a
happy member of the Sub Ether network already sharing your spare cpu for use by other people using subether and distcc.
If you want to use distcc to do your compiles with the help of the Sub Ether
networked computers, you have a few more steps of setup that are covered in the
HOWTO-install_sedistccd file.
Download (0.13MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1248 downloads
StrongBox Linux 1.0 beta14
StrongBox is a next generation Linux-based operating system. more>>
StrongBox is a next generation Linux-based operating system, incorporating tight version control, digital signatures, high security and built-in change management.
StrongBox represents a shift in the Linux paradigm. Moving away from monolithic systems where everything runs together, StrongBox is a fully modular Linux distribution.
It incorporates a small ram-based OS and toolset for administration and security functions, and then allows applications bundles, built using any Linux distribution, to run on top of it. Each of these bundles, running in a secure virtual context, has a large level of independence from the base OS.
This secure partitioning allows StrongBox to have some unique and powerful features. OS versioning, rollbacks, automated hardware detection, fault-tolerant boot process, easy migration from server-to-server, and the ability to incorporate other Linux distributions and existing installations are key features.
StrongBox gets its name from the high standard of security that it provides. Using virtual servers, digital signatures on all OS components, and a large number of read-only pieces in the OS, StrongBox is highly resistant to security breaches.
Also, it has virtual boot medium independence, meaning that it can run with little or no changes from CDRom, compact flash, USB, SCSI, etc. This makes StrongBox ideal for the secure deployment of embedded systems, computing clusters, enterprise Linux deployments, secure web servers, PBX systems, and kiosk systems.
Enhancements:
- makerpm and makedebian scripts greatly improved
- asteriskathome build script
- Improved usb authentication, and automatic key selection for USB keys
- Added a gcc, distcc, linux headers, and kernel source add-ons
- Unionfs, bind, vrenice, rpm, hashlimits subsystem
- Larger default config partition (12MB)
- dmraid support re-added (use dmraid kernel parameter on boot)
- Updated versions of all software
<<lessStrongBox represents a shift in the Linux paradigm. Moving away from monolithic systems where everything runs together, StrongBox is a fully modular Linux distribution.
It incorporates a small ram-based OS and toolset for administration and security functions, and then allows applications bundles, built using any Linux distribution, to run on top of it. Each of these bundles, running in a secure virtual context, has a large level of independence from the base OS.
This secure partitioning allows StrongBox to have some unique and powerful features. OS versioning, rollbacks, automated hardware detection, fault-tolerant boot process, easy migration from server-to-server, and the ability to incorporate other Linux distributions and existing installations are key features.
StrongBox gets its name from the high standard of security that it provides. Using virtual servers, digital signatures on all OS components, and a large number of read-only pieces in the OS, StrongBox is highly resistant to security breaches.
Also, it has virtual boot medium independence, meaning that it can run with little or no changes from CDRom, compact flash, USB, SCSI, etc. This makes StrongBox ideal for the secure deployment of embedded systems, computing clusters, enterprise Linux deployments, secure web servers, PBX systems, and kiosk systems.
Enhancements:
- makerpm and makedebian scripts greatly improved
- asteriskathome build script
- Improved usb authentication, and automatic key selection for USB keys
- Added a gcc, distcc, linux headers, and kernel source add-ons
- Unionfs, bind, vrenice, rpm, hashlimits subsystem
- Larger default config partition (12MB)
- dmraid support re-added (use dmraid kernel parameter on boot)
- Updated versions of all software
Download (465MB)
Added: 2005-09-01 License: GPL (GNU General Public License) Price:
1513 downloads
Kuliax 6.0
Kuliax project is an effort to bring Free and Open Source Software (FOSS) to University education, especially in Indonesia. more>>
Kuliax project is an effort to bring Free and Open Source Software (FOSS) to University education, especially in Indonesia. Many students and lecturers have been "addicted" to the closed-source and expensive software that they couldnt afford or not suitable with their needs. Universities encouraged to do something important to the _real_ meaning of education by using and developing FOSS.
FOSS gives civitas academica freedom to use, study, modify, and distribute all software released under its licenses. We should spend more money to the empowerment of human resources, instead of products. This is great, if each universities generate as many as possible people who can develop themself and their surrounding with true and open knowledge, the one that forgeted by some/most education institutions.
Kuliax Project provides bridge between students, lecturers, and civitas academica to cooperate with each other. In Bahasa Indonesia, its called Gotong Royong. Like the logo which symbolizes peoples hands that holds one to another, making a square.
The near possible milestone to reach that goal is developing Linux distro to fit University or Campus needs and invite people to join in.
Kuliax, is one of the implementation for the first milestone, Linux distro for Information Technology, Electrical Engineering, Computer Science, or related department, but its likely can be used by some others departments as well. It tries to provide "base system" and applications suited to the curriculum/syllabus.
Applications installed:
- Desktop Environment: KDE 3.5.5
- Internet: Akregator, Gaim 2.0, KFTPGrabber 0.8.0, KMail, Iceweasel 2.0 (Firefox)
- Graphics: XMRM, Gwenview, ImageMagick, Inkscape 0.44.1, The Gimp 2.2.13, autotrace, gif2png, qiv, xaos, xfig
- Multimedia: XMMS 1.2.10+plugins, (K)MPlayer, VCD tools, Audacity, Kino 0.92+plugins, dvgrab, k3b, sox
- Office: OpenOffice.org 2.0.4
- File Reader: KPDF, KchmViewer
- Brainstorming: Freemind 0.8.0
- Dictionary: StarDict 2.4.8, English-Indonesian dictionary-database
- Printing: CUPS+driver
- Wireless: ndiswrapper, wireless-tools, wlassistant, wpasupplicant
- Statistics and Data Mining: R-base, RKWard
- Mathematics and Modelling: GNUPLOT, Octave
- Electrical/Electronics and Digital/Microprocessor: gnusim8085, gpsim, ktechlab, sdcc, tkgate, uisp
- Programming:
- LISP: CLISP 2.4.1
- PHP: PHP4 dan PHP5
- Assembler: nasm 0.98.38
- C/C++: GCC 4.1.1
- Haskell: Hugs 98.200503.08
- Java(tm): Sun Java 5.0
- Pascal: Freepascal 2.0.0
- Perl: Perl 5.8.8
- Prolog: SWI-Prolog 5.6.14
- Python: Python 2.4.4
- Scheme: Guile 1.6.8
- Smalltalk: GNU Smalltalk 2.1.8
- Tcl/Tk: Tcl/Tk 8.4
- Development: CVS, KDevelop 3.3.5 (IDE), Motor 3.4.0 (IDE), autoconf, automake, distcc, gdb, make, ncurses, whiptail 0.52.2
- Computer Organization and Architecture: GNU MIX Development Kit
- Operating System: UserModeLinux, VisualOS, qemu
- Computer Network: BIND9, DHCP3 server/client, arpwatch, bridge-utils, etherwake, fping, htb-gen, iftop, iproute, iptables, iptraf, krdc, krfb, mtr, netcat, netpipe-tcp, openssh, scli, shaper (CBQ), sipcalc, stunnel, tcpdump, tcpwrapper, telnet-ssl, vpnc, vsftpd
- Network Simulator: cnet
- Web Server: Apache 2.2.3
- Database: MySQL 5.0.27, SQLite 3.3.8, sqlitebrowser 1.3
- Security: GNUPG 1.4.5, dsniff, nmap, outguess
- Software Engineering: ArgoUML, GanttProject, sloccount
- Utilities: abakus, bc, ethtool, fdisk/cfdisk, knetworkconf, ksysguard, mc, qtparted, rsync, screen, synaptic, vrms
- E-Book: Operating System Book, created and maintained by Masyarakat Digital Gotong Royong (MDGR), in Bahasa Indonesia
<<lessFOSS gives civitas academica freedom to use, study, modify, and distribute all software released under its licenses. We should spend more money to the empowerment of human resources, instead of products. This is great, if each universities generate as many as possible people who can develop themself and their surrounding with true and open knowledge, the one that forgeted by some/most education institutions.
Kuliax Project provides bridge between students, lecturers, and civitas academica to cooperate with each other. In Bahasa Indonesia, its called Gotong Royong. Like the logo which symbolizes peoples hands that holds one to another, making a square.
The near possible milestone to reach that goal is developing Linux distro to fit University or Campus needs and invite people to join in.
Kuliax, is one of the implementation for the first milestone, Linux distro for Information Technology, Electrical Engineering, Computer Science, or related department, but its likely can be used by some others departments as well. It tries to provide "base system" and applications suited to the curriculum/syllabus.
Applications installed:
- Desktop Environment: KDE 3.5.5
- Internet: Akregator, Gaim 2.0, KFTPGrabber 0.8.0, KMail, Iceweasel 2.0 (Firefox)
- Graphics: XMRM, Gwenview, ImageMagick, Inkscape 0.44.1, The Gimp 2.2.13, autotrace, gif2png, qiv, xaos, xfig
- Multimedia: XMMS 1.2.10+plugins, (K)MPlayer, VCD tools, Audacity, Kino 0.92+plugins, dvgrab, k3b, sox
- Office: OpenOffice.org 2.0.4
- File Reader: KPDF, KchmViewer
- Brainstorming: Freemind 0.8.0
- Dictionary: StarDict 2.4.8, English-Indonesian dictionary-database
- Printing: CUPS+driver
- Wireless: ndiswrapper, wireless-tools, wlassistant, wpasupplicant
- Statistics and Data Mining: R-base, RKWard
- Mathematics and Modelling: GNUPLOT, Octave
- Electrical/Electronics and Digital/Microprocessor: gnusim8085, gpsim, ktechlab, sdcc, tkgate, uisp
- Programming:
- LISP: CLISP 2.4.1
- PHP: PHP4 dan PHP5
- Assembler: nasm 0.98.38
- C/C++: GCC 4.1.1
- Haskell: Hugs 98.200503.08
- Java(tm): Sun Java 5.0
- Pascal: Freepascal 2.0.0
- Perl: Perl 5.8.8
- Prolog: SWI-Prolog 5.6.14
- Python: Python 2.4.4
- Scheme: Guile 1.6.8
- Smalltalk: GNU Smalltalk 2.1.8
- Tcl/Tk: Tcl/Tk 8.4
- Development: CVS, KDevelop 3.3.5 (IDE), Motor 3.4.0 (IDE), autoconf, automake, distcc, gdb, make, ncurses, whiptail 0.52.2
- Computer Organization and Architecture: GNU MIX Development Kit
- Operating System: UserModeLinux, VisualOS, qemu
- Computer Network: BIND9, DHCP3 server/client, arpwatch, bridge-utils, etherwake, fping, htb-gen, iftop, iproute, iptables, iptraf, krdc, krfb, mtr, netcat, netpipe-tcp, openssh, scli, shaper (CBQ), sipcalc, stunnel, tcpdump, tcpwrapper, telnet-ssl, vpnc, vsftpd
- Network Simulator: cnet
- Web Server: Apache 2.2.3
- Database: MySQL 5.0.27, SQLite 3.3.8, sqlitebrowser 1.3
- Security: GNUPG 1.4.5, dsniff, nmap, outguess
- Software Engineering: ArgoUML, GanttProject, sloccount
- Utilities: abakus, bc, ethtool, fdisk/cfdisk, knetworkconf, ksysguard, mc, qtparted, rsync, screen, synaptic, vrms
- E-Book: Operating System Book, created and maintained by Masyarakat Digital Gotong Royong (MDGR), in Bahasa Indonesia
Download (693.9MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1042 downloads
Guarddog 2.4.0
Guarddog is a firewall configuration utility for Linux systems. more>>
Guarddog is a firewall configuration utility for Linux systems. It is aimed at two groups of users. Novice to intermediate users who are not experts in TCP/IP networking and security, and those users who dont want the hastle of dealing with cryptic shell scripts and ipchains/iptables parameters.
Main features:
- Easy to use goal oriented GUI. You say what the firewall should do without having to explain all the details of how it should do it.
- Application protocol based. Unlike other tools, Guarddog does not require you to understand the ins and outs of IP packets and ports. Guarddog takes care of this for you. This also reduces the chances of configuration mistakes being made which are a prime source of security holes.
- Doesnt just generate the firewall once and forgets it. Guarddog lets you maintain and modify the firewall in place.
- Hosts/networks can be divided into Zones. Different zones can have different security policies for different.
- Supports the following network protocols: FTP, SSH, Telnet, Linuxconf, Corba, SMTP, DNS, Finger, HTTP, HTTPS, NFS, POP2, POP3, SUN RPC, Auth, NNTP, NETBIOS Name Service, NETBIOS Session Service, IMAP, Socks, Squid, pcANYWHEREstat, X Window System, Traceroute, ICQ, PowWow, IRC, PostgreSQL, MySQL, Ping, Quake, QuakeWorld, Quake 2, Who Is, Webmin, ICMP Source Quench, ICMP Redirect, Real Audio, Line Printer Spooler, syslog, NTP, NetMeeting, Gnutella, LDAP, LDAP-SSL, SWAT, Diablo II, Nessus, DHCP, AudioGalaxy, DirectPlay, Halflife, XDMCP and Telstras BigPond Cable, CDDB, MSN Messenger, VNC, PPTP, Kerberos, klogin, kshell, NIS, IMAPS, POP3S, ISAKMP, CVS, DICT, AIM, Fasttrack, Kazaa, iMesh, Grokster, Blubster, Direct Connect, WinMX, Yahoo! Messenger, AH, ESP, Jabber, EsounD, Privoxy, eDonkey2000, EverQuest, ICP, FreeDB, Elster, Yahoo games, Legato NetWorker backups, Novell Netware 5/6 NCP, Bittorrent, rsync, distcc, Jabber over SSL, PGP key server, Microsoft Media Server and gkrellm.
- Protocols not supported in the list above can be entered in directly.
- Supports router configurations.
- Runs on KDE 2 or 3, and Linux 2.2, 2.4 and 2.6 series kernels.
- Supports advanced Linux 2.4+ iptables features such as connection tracking and rate limited logging.
- Firewall scripts can be Imported/Exported for use on machines other than the current one.
- DHCP support.
- Uses a "what is not explicitly allowed, is denied" philosophy. Fail-safe design.
- Well documented with tutorials and reference material.
- Licensed under the terms of the GNU General Public License. Is Free and will remain Free.
<<lessMain features:
- Easy to use goal oriented GUI. You say what the firewall should do without having to explain all the details of how it should do it.
- Application protocol based. Unlike other tools, Guarddog does not require you to understand the ins and outs of IP packets and ports. Guarddog takes care of this for you. This also reduces the chances of configuration mistakes being made which are a prime source of security holes.
- Doesnt just generate the firewall once and forgets it. Guarddog lets you maintain and modify the firewall in place.
- Hosts/networks can be divided into Zones. Different zones can have different security policies for different.
- Supports the following network protocols: FTP, SSH, Telnet, Linuxconf, Corba, SMTP, DNS, Finger, HTTP, HTTPS, NFS, POP2, POP3, SUN RPC, Auth, NNTP, NETBIOS Name Service, NETBIOS Session Service, IMAP, Socks, Squid, pcANYWHEREstat, X Window System, Traceroute, ICQ, PowWow, IRC, PostgreSQL, MySQL, Ping, Quake, QuakeWorld, Quake 2, Who Is, Webmin, ICMP Source Quench, ICMP Redirect, Real Audio, Line Printer Spooler, syslog, NTP, NetMeeting, Gnutella, LDAP, LDAP-SSL, SWAT, Diablo II, Nessus, DHCP, AudioGalaxy, DirectPlay, Halflife, XDMCP and Telstras BigPond Cable, CDDB, MSN Messenger, VNC, PPTP, Kerberos, klogin, kshell, NIS, IMAPS, POP3S, ISAKMP, CVS, DICT, AIM, Fasttrack, Kazaa, iMesh, Grokster, Blubster, Direct Connect, WinMX, Yahoo! Messenger, AH, ESP, Jabber, EsounD, Privoxy, eDonkey2000, EverQuest, ICP, FreeDB, Elster, Yahoo games, Legato NetWorker backups, Novell Netware 5/6 NCP, Bittorrent, rsync, distcc, Jabber over SSL, PGP key server, Microsoft Media Server and gkrellm.
- Protocols not supported in the list above can be entered in directly.
- Supports router configurations.
- Runs on KDE 2 or 3, and Linux 2.2, 2.4 and 2.6 series kernels.
- Supports advanced Linux 2.4+ iptables features such as connection tracking and rate limited logging.
- Firewall scripts can be Imported/Exported for use on machines other than the current one.
- DHCP support.
- Uses a "what is not explicitly allowed, is denied" philosophy. Fail-safe design.
- Well documented with tutorials and reference material.
- Licensed under the terms of the GNU General Public License. Is Free and will remain Free.
Download (0.31MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1604 downloads
BINKI GNU/Linux 0.3
BINKI GNU/Linux is a distro inspired by the www.linuxfromscratch.com project. more>>
BINKI GNU/Linux is a distro inspired by the www.linuxfromscratch.com project.
BINKI is many things, first of all, it is the name of the horse of Death as it is told by my favourite author Terry Pratchet in his "Discworld" series. It is the name of a sheep that was eaten at a St. Georges Day in Bulgaria. And last it is my custom distro, based on inspirations from www.linuxfromscratch.com
Packages:
1. a2ps-4.13 convert any into PostScript format
2. a52dec-0.7.4 decode ATSC A/52 (AC-3) streams
3. aalib-1.4.0 render any graphic into ASCII Art
4. akregator-1.0.2 RSS reader
5. alsa-lib-1.0.11 ALSA sound interface library
6. alsa-oss-1.0.11 ALSA OSS compatibility lib
7. alsa-plugins-1.0.11 ALSA OSS and JACK plugins
8. alsa-utils-1.0.11 ALSA utilities
9. amarok-1.4.0 advanced audio player
10. apache-2.2.0 apache web server
11. arts-1.5.0 arts sound support for KDE libs
12. aspell-0.60.4 interactive spell checking program
13. atk-1.11.4 accessibility solutions for GTK2
14. audacity-1.3.0b audio editor and recorder
15. audiofile-0.2.6 oss version of SGIs audiofile library
16. autoconf-2.59 automatically configures source code
17. autofs-4.1.4 Automate Mounting of File Systems
18. automake-1.9.6 generates Makefiles for autoconf
19. avidemux-2.1.2 linear video editor
20. avifile-0.7.43 AVI tools and support libraries
21. bash-3.1 Bourne-Again SHell
22. bc-1.06 arbitrary precision numeric processor
23. berkeley-db-4.4.20 Berkeley database library ver.4
24. bind-9.3.1 DNS server and utilities
25. binkibase-0.3 BINKI 0.2 Base Config
26. binutils-2.16.1 GNU binary development tools
27. bison-2.1 parser generator
28. bluefish-1.0.5 powerful programmers editor for X
29. boehm-gc-6.7 garbage collector
30. bzip2-1.0.3 compress and decompress bz2 files
31. cairo-1.0.4 2D graphics library
32. calcchecksum-1.6 various checksum calulator
33. cdparanoia-3.9.8 CD audio extraction tool
34. cdrdao-1.2.1 record audio or data CDR in DAO mode
35. cdrtools-2.01 CD recording utilities
36. cfv-1.18.1 checksum verification files tool
37. chmlib-0.37.4 ITSS/CHM file format lib
38. consolecyr-0.1 console cyrillic support
39. coreutils-5.94 core GNU utilities
40. cpio-2.6 cpio and tar archiver
41. cream-0.35 vim graphical interface for X
42. cups-1.2.1 Common Unix Printing System
43. curl-7.15.3 transfer files with URL syntax
44. cvs-1.11.21 CVS version control system
45. cxx-4.0.3-runtime g++,fortran,objc,java runtime libs
46. cxx-libs-5.0.7 C++ shared library compatibility
47. d4x-2.5.6 Downloader for X
48. dejagnu-1.4.4 framework for testing other programs
49. desktop-file-utils-0.10 desktop entries command line tool
50. dhcp-3.0.4b3 DHCP client and server tools
51. dhcpcd-2.0.4 DHCP Client Daemon
52. dialog-1.0 curses based dialog interface
53. diffutils-2.8.7 find differences between files
54. distcc-2.18.3 distributed C/C++ compiler
55. dlume-0.2.4 address book
56. dosfstools-2.11 FAT-16 and FAT-32 file system tools
57. drgeo-1.1.0 interactive geometry for children
58. dvd+rw-tools-6.1 tools for burning DVD/-R/+R/+RW/-RW
59. dvd-slideshow-0.7.5 DVD slides creation tool
60. dvdauthor-0.6.11 DVD authoring tools
61. e2fsprogs-1.38 ext2 and ext3 file system tools
62. easytag-1.99.12 various media tags viewer/editor
63. enscript-1.6.4 converts ASCII to PS, HTML, RTF, ANSI
64. esound-0.2.36 Enlightened sound daemon
65. espgs-8.15.1 versatile processor for PostScript data
66. ethereal-0.10.14 network packet sniffer and analizer
67. ettercap-0.7.3 network packet sniffer and analizer
68. expat-2.0.0 C library for parsing XML streams
69. expect-5.43.0 dialog with interactive programs
70. faac-1.24.1 free AAC encoder
71. faad-2.0.1 free AAC decoder
72. fcron-3.0.0 periodical command scheduler
73. ffmpeg-0.4.9 audio and video conversion tools
74. fftw-3.1.1 fast fourier transform lib
75. file-4.17 tool for determining file type
76. findutils-4.2.27 tools to find files
77. firefox-1.5.0.3 firefox web browser
78. flac-1.1.2 free lossless audio codec
79. flex-2.5.33 programs to recognize text patterns
80. fontconfig-2.3.2 library for configuring font access
81. fortune-mod-1.99.1 fortune telling program
82. freeglut-2.4.0 free openGL toolkit
83. freetype-2.1.10 TrueType font lib
84. fyre-1.0.0 tool for computation artwork
85. gaim-1.5.0 Instant Messenger
86. galculator-1.2.5.2 scientific calculator
87. gawk-3.1.5 programs for manipulating text files
88. gbgoffice-1.3 office dictionary
89. gcc-4.0.3 gcc,g77,g++,gnat,gcj compilers
90. gcolor2-0.4 simple color selector
91. gd-2.0.33 graphic library for image creation
92. gdb-6.4 GNU Project Debugger
93. gdbm-1.8.3 GNU Database Manager
94. gettext-0.14.5 internationalization and localization
95. gftp-2.0.18 ftp client for X
96. giflib-4.1.4 libs for reading and writing GIFs
97. gimp-2.2.11 The GIMP image editor
98. gimp-help-2.0.9 The GIMP help
99. gimp-print-4.2.7 high quality printer drivers
100. glib-1.2.10 low-level core library
101. glib-2.10.3 low-level core library
102. glibc-2.3.6 main C library
103. glibmm-2.8.6 C++ interface for glib2
104. gmp-4.1.4 arbitrary precision math lib
105. gnupg-1.4.3 public/private key encryptor
106. gnutls-1.3.1 gnu Transport Layer Security lib
107. gpa-0.7.0 GnuPG Assistant Manager
108. gparted-0.2.5 GUI for parted
109. gpgme-1.0.3 GnuPG Make access Easy
110. gphoto2-2.1.99 GNU Digital Camera download software
111. gpm-1.20.1 General Purpose Mouse daemon
112. gqview-2.1.1 very fast image viewer
113. graveman-0.3.12-4 cdrtools/dvd+rw-tools GUI
114. grep-2.5.1a programs for searching through files
115. gresistor-0.0.1 translate resistor color codes
116. groff-1.18.1.1 processing and formatting text
117. grsync-0.4.2 GUI for rsync
118. grub-0.97 GRand Unified Bootloader
119. gtk+-1.2.10 GTK+ libs
120. gtk2-2.8.18 GTK2 libs
121. gtkam-0.1.13 digital camera front-end for X
122. gtkglext-1.2.0 GTK2 openGL extension
123. gtkglextmm-1.2.0 GTKmm openGL extension
124. gtkmm-2.8.5 C++ interface of GTK2 libs
125. guile-1.6.7 extensions language lib
126. gzip-1.3.5 compress and decompress gz files
127. hd2u-1.0.0 dos2unix plain text convertor
128. hicolor-theme-0.9 hicolor icon theme
129. htop-0.6.2 interactive process viewer
130. icu-3.4.1 Unicode support fot C/C++/Java
131. id3lib-3.8.3 manipule ID3v1 and ID3v2 tags
132. imagemagick-6.2.6-8 interactive image manipulation tool
133. imlib-1.9.15 image rendering lib
134. imlib2-1.2.1 faster image rendering lib
135. inetutils-1.4.2 basic networking programs
136. inkscape-0.43 SVG-based vector drawing program
137. intltool-0.34.1 internationalization tool
138. iproute2-2.6.16 basic and advanced IPV4-based networking
139. iptables-1.3.5 principal linux firewall
140. iptraf-3.0.0 IP Network monitor stat tool
141. jack-0.100.0 Jack Audio Connection Kit
142. k3b-0.12.15 The Ultimate CD/DVD Burner
143. k9copy-1.0.4 linux DVD shrinker
144. kaffeine-0.8.1 full featured media player
145. kanatest-0.3.6 learn japanese alphabet
146. kbabel-3.5.2 advanced PO-file editor
147. kbd-1.12 key-table files and keyboard tools
148. kcdlabel-2.13 tool for making CD covers
149. kchmviewer-2.5 CHM viewer
150. kdelibs-3.5.0 core KDE programs and libs
151. kdetv-0.8.9 watch TV on Linux
152. kernel-headers-2.6.12.0 sanitized kernel headers API
153. kino-0.8.1 non-linear video editor
154. kmagnify-3.5.2 magnifies screen portions
155. knowde-1.8.0 knowledge management tool
156. kompare-3.5.2 compares files
157. kpdf-3.5.0 PDF Viewer
158. kphotoalbum-2.2 photo album utility
159. krename-3.0.11 multirename tool
160. ksubeditor-0.2 subtitle file editor
161. kuser-3.5.2 user manager
162. lame-3.97 MP3 encoder
163. lcms-1.15 provide color management facilities
164. leafpad-0.8.9 simple notepad for X
165. less-394 text file viewer
166. lha-114i LHA archiver
167. libIDL-0.8.6 Interface Definition Language libs
168. libao-0.8.6 cross-platform audio library
169. libart_lgpl-2.3.17 high-performance 2D graphics lib
170. libavc1394-0.5.1 1934 AV/C program interface
171. libcdio-0.77 CD Input and Control library
172. libcroco-0.6.1 general CSS parsing and manipulation
173. libdv-0.104 software DV video codec
174. libdvdcss-1.2.9 access DVDs as a block device
175. libdvdread-0.9.4 simple DVD reading lib
176. libexif-0.6.13 parse, edit, and save EXIF data
177. libexif-gtk-0.3.5 libexif GTK bindings
178. libfame-0.9.1 realtime MPEG-1/4 video encoding lib
179. libfpx-1.2.0.13 Flash FPX image lib
180. libgcrypt-1.2.2 general-purpose cryptographic library
181. libglade-2.5.1 loads Glade interface files
182. libgpg-error-1.3 error handling for GnuPG, libgcrypt
183. libgphoto2-2.1.99 access digital camera by programs
184. libgsf-1.14.0 abstraction layer for structured files
185. libgtkhtml-2.6.3 lightweight HTML engine
186. libid3tag-0.15.1b ID3 tag library
187. libiec61883-1.0.0 high level DV streaming API
188. libieee1284-0.2.10 paralel port IEEE 1284 Driver
189. libjpeg-6b JPEG image compression lib
190. libmad-0.15.1b high-quality MPEG audio decoder
191. libmikmod-3.2.0 module formats and samples sound lib
192. libmng-1.0.9 MNG image (animated PNG) lib
193. libmpeg2-0.4.0b advanced manipulation of MPEG-2 streams
194. libmpeg3-1.6 advanced manipulation of MPEG streams
195. libnet-1.1.3 generic networking API
196. libogg-1.1.3 ogg file structure lib
197. libpcap-0.9.4 user-level network packet capture
198. libpng-1.2.8 PNG image manipulation lib
199. libquicktime-0.9.8 manipulate quicktime files
200. libraw1394-1.2.1 IEEE 1394 direct access
201. librsvg-2.14.3 SVG image manipulation lib
202. libsamplerate-0.1.2 Sample Rate Converter for audio
203. libsigc++-2.0.17 typesafe callback system for C++
204. libsndfile-1.0.15 Sampled Sound file library
205. libtheora-1.0 free video compression lib
206. libtiff-3.8.2 TIFF image manipulation lib
207. libtool-1.5.22 generic library support script
208. libusb-0.1.12 USB device access lib
209. libvorbis-1.1.2 general purpose audio format
210. libxml-1.8.17 XML parsing lib
211. libxml2-2.6.22 XML and HTML parser lib
212. libxslt-1.1.15 XSLT XML support lib
213. linux-2.6.16.2 Linux Kernel source
214. lmms-0.1.4 Linux MultiMedia Studio
215. lshw-0.2 hardware lister
216. lynx-2.8.5 text based web browser with color
217. lzo-2.02 realtime data (de)compression library
218. m4-1.4.4 macro processor
219. make-3.80 program for compiling packages
220. man-1.6c find and view man pages
221. man-pages-2.25 GNU Linux 1,200 man pages
222. mc-4.6.1 midnight commander
223. mixmos-0.2.0 enchanced audio mixer for X
224. mjpegtools-1.8.0 MPEG-2 tools
225. mktemp-1.5 create secure temporary files
226. modinit-tools-3.2.2 kernel module (un)loading tools
227. mpeg4ip-1.5 audio/video streaming tools
228. mpfr-2.2.0 multi-precision float-point lib
229. mplayer-1.0 Mplayer video audio player
230. mysql-5.0.20 fast SQL database server
231. nas-1.7 Network Audio Server
232. nasm-0.98.39 80x86 assembler and disassebler
233. ncftp-3.1.9 powerful and flexible ftp client
234. ncurses-5.5 terminal-independent screen library
235. net-tools-1.60 linux kernel networking tools
236. netpbm-10.26.27 graphic sofware lib
237. nmap-4.0.2 network exploration and security
238. nss-3.11 network security services libs
239. ntp-4.2.0 Network Time Protocol client/server
240. ocrad-0.14 optical character recognition tool
241. ogmtools-1.5 OGM video tools
242. openexr-1.2.2 HDR image format libs
243. openldap-2.3.30 Lightweight Directory Access Protocol
244. openssh-4.3p2 secure shell client and daemon
245. openssl-0.9.8a cryptography tools and libs
246. p7zip-4.42 7zip archiver
247. pango-1.12.1 layout and text rendering lib
248. parted-1.7.1 advanced partition editor
249. patch-2.5.9 apply and create patch files
250. pciutils-2.2.1 lists PCI devices
251. pcre-6.6 Perl Compatible Regular Expression
252. perl-5.8.8 Perl development environment
253. perl-archive-zip-1.16 perl module
254. perl-compress-zlib-1.41 perl module
255. perl-xml-parser-2.34 perl module
256. php-5.1.4 PHP Hypertext Preprocessor
257. pine-4.64 mail user agent
258. pkg-config-0.20 manage library compile/link flags
259. poppler-0.4.5 PDF rendering library
260. popt-1.7.5 parse command-line options
261. postfix-2.2.10 mail transport agent server
262. postgresql-8.1.4 advanced object-relational DBMS
263. ppp-2.4.3 dial-up PPP daemon
264. procps-3.2.6 programs for monitoring processes
265. proftpd-1.2.10 highly configurable secure FTP daemon
266. psmisc-22.2 display info about running processes
267. psutils-p17 PostScript Utilities
268. pygtk-2.8.6 Python bindings for the GTK widget
269. python-2.4.2 Python development environment
270. qcomicbook-0.2.7 comic books reading tool
271. qt-3.3.6 C++ GUI library (for KDE)
272. readline-5.1 command-line editing support
273. recode-3.6 converts files between character sets
274. reiserfsprogs-3.6.19 Reiserfs file system tools
275. rp-pppoe-3.8 PPPoE client and server
276. rsync-2.6.7 fast incremental file transfers daemon
277. ruby-1.8.4 Ruby development environment
278. samba-3.0.22 provides services to SMB/CIFS clients
279. sane-backends-1.0.17 Scanner Access Now Easy backends
280. screen-4.0.2 screen manager VT100/ANSI emulation
281. sdl-1.2.10 Simple DirectMedia Layer toolkit
282. sdl-guilib-1.1.2 SDL GUI library
283. sdl-image-1.2.5 SDL image loader
284. sdl-mixer-1.2.7 SDL mixer lib
285. sdl-mpeg-0.4.4 SDL video lib
286. sdl-net-1.2.6 SDL network lib
287. sdl-rtf-0.1.0 SDL rich text format lib
288. sdl-sound-1.0.1 SDL Sound lib
289. sdl-ttf-2.0.8 SDL TrueType font lib
290. sed-4.1.5 stream line editing tool
291. shadow-4.0.15 shadow password suite
292. shared-mime-info-0.17 shared MIME-info database
293. sharutils-4.6 create shell archives out of many files
294. slang-2.0.6 powerful interpreted language
295. smb4k-0.7.0 SAMBA network browser
296. sox-12.17.9 audio converting tool
297. speex-1.1.9 speech audio encoder/decoder
298. sqlite-3.3.5 lite SQL engine
299. squid-3.0 high performance web proxy cache
300. startup-notify-0.8 busy cursor for loading apps
301. strace-4.5.14 system call tracer
302. subversion-1.3.1 SVN version control system
303. sudo-1.6.8p12 gives temporary root access
304. supertux-0.1.3 Super Mario clone
305. sysklogd-1.4.1 programs for logging system messages
306. sysvinit-2.86 Linux System V Init tools
307. taglib-1.4 manipulate audio meta data
308. tar-1.15.1 GNU tar archiver
309. tcl-8.4.12 Tool Command Language
310. tcp_wrappers-7.6 daemon wrapper programs
311. tcpdump-3.9.4 network monitoring and data acquisition
312. tcsh-6.14.00 enhanced C shell
313. tellico-1.1.6 collection manager
314. texinfo-4.8 GNU software documentation system
315. thunderbird-1.5.0.2 Thunderbird mail client
316. tightvnc-1.3 optimized VNC distribution
317. tk-8.4.12 TCL GUI toolkit
318. traceroute-1.4 IP packet route tracing utility
319. transcode-1.0.2 transcoding video and audio
320. ttf-basic-0.3 basic TrueType fonts for X
321. tuxpaint-0.9.15b drawing program for children
322. udev-089 dynamic creation of device nodes tools
323. udftools-1.0.0b3 UDF file system tools
324. unzip-5.52 ZIP extraction utilities
325. usbutils-0.71 list USB devices
326. util-linux-2.12r huge collection of essential tools
327. vcdimager-0.7.23 VCD BIN/CUE image creation and ripping
328. vim-6.4 vim text editor
329. vnc2swf-0.5.0 screen recorging tool
330. vorbis-tools-1.1.1 Ogg Vorbis Tools
331. wget-1.10.2 non-interactive download manager
332. which-2.16 shows full path of (shell) commands
333. whois-4.7.12 whois directory client
334. wireless-tools-2.8 wireless tools
335. wxgtk-2.6.3 cross platform GTK lib
336. x264-20060508 free H.264/MPEG-4 AVC lib
337. xchat-2.6.2 IRC client for X
338. xfc-4.3.1 XFCE Foundation Classes
339. xfce-4.3-plugins XFCE Goodies
340. xfce-4.3 XFCE Desktop environment
341. xfsprogs-2.7.11 Utilities for SGIs XFS filesystem
342. xine-lib-1.1.1 xine multimedia playback libs
343. xinetd-2.3.14 eXtended InterNET services Daemon
344. xmahjongg-3.7 a MahJongg game for X
345. xmms-1.2.10 MP3 player and MPlayer frontend
346. xorg-6.9.0 xorg X11 server
347. xpad-2.11 leave sticky notes
348. xsane-0.97 SANE front end for X
349. xvid-1.1.0 XviD (MPEG-4 compliant) video codec
350. zip-2.31 ZIP creation utilities
351. zlib-1.2.3 compression and decompression lib
352. zsh-4.2.5 the Z shell (enhanced korn shell)
<<lessBINKI is many things, first of all, it is the name of the horse of Death as it is told by my favourite author Terry Pratchet in his "Discworld" series. It is the name of a sheep that was eaten at a St. Georges Day in Bulgaria. And last it is my custom distro, based on inspirations from www.linuxfromscratch.com
Packages:
1. a2ps-4.13 convert any into PostScript format
2. a52dec-0.7.4 decode ATSC A/52 (AC-3) streams
3. aalib-1.4.0 render any graphic into ASCII Art
4. akregator-1.0.2 RSS reader
5. alsa-lib-1.0.11 ALSA sound interface library
6. alsa-oss-1.0.11 ALSA OSS compatibility lib
7. alsa-plugins-1.0.11 ALSA OSS and JACK plugins
8. alsa-utils-1.0.11 ALSA utilities
9. amarok-1.4.0 advanced audio player
10. apache-2.2.0 apache web server
11. arts-1.5.0 arts sound support for KDE libs
12. aspell-0.60.4 interactive spell checking program
13. atk-1.11.4 accessibility solutions for GTK2
14. audacity-1.3.0b audio editor and recorder
15. audiofile-0.2.6 oss version of SGIs audiofile library
16. autoconf-2.59 automatically configures source code
17. autofs-4.1.4 Automate Mounting of File Systems
18. automake-1.9.6 generates Makefiles for autoconf
19. avidemux-2.1.2 linear video editor
20. avifile-0.7.43 AVI tools and support libraries
21. bash-3.1 Bourne-Again SHell
22. bc-1.06 arbitrary precision numeric processor
23. berkeley-db-4.4.20 Berkeley database library ver.4
24. bind-9.3.1 DNS server and utilities
25. binkibase-0.3 BINKI 0.2 Base Config
26. binutils-2.16.1 GNU binary development tools
27. bison-2.1 parser generator
28. bluefish-1.0.5 powerful programmers editor for X
29. boehm-gc-6.7 garbage collector
30. bzip2-1.0.3 compress and decompress bz2 files
31. cairo-1.0.4 2D graphics library
32. calcchecksum-1.6 various checksum calulator
33. cdparanoia-3.9.8 CD audio extraction tool
34. cdrdao-1.2.1 record audio or data CDR in DAO mode
35. cdrtools-2.01 CD recording utilities
36. cfv-1.18.1 checksum verification files tool
37. chmlib-0.37.4 ITSS/CHM file format lib
38. consolecyr-0.1 console cyrillic support
39. coreutils-5.94 core GNU utilities
40. cpio-2.6 cpio and tar archiver
41. cream-0.35 vim graphical interface for X
42. cups-1.2.1 Common Unix Printing System
43. curl-7.15.3 transfer files with URL syntax
44. cvs-1.11.21 CVS version control system
45. cxx-4.0.3-runtime g++,fortran,objc,java runtime libs
46. cxx-libs-5.0.7 C++ shared library compatibility
47. d4x-2.5.6 Downloader for X
48. dejagnu-1.4.4 framework for testing other programs
49. desktop-file-utils-0.10 desktop entries command line tool
50. dhcp-3.0.4b3 DHCP client and server tools
51. dhcpcd-2.0.4 DHCP Client Daemon
52. dialog-1.0 curses based dialog interface
53. diffutils-2.8.7 find differences between files
54. distcc-2.18.3 distributed C/C++ compiler
55. dlume-0.2.4 address book
56. dosfstools-2.11 FAT-16 and FAT-32 file system tools
57. drgeo-1.1.0 interactive geometry for children
58. dvd+rw-tools-6.1 tools for burning DVD/-R/+R/+RW/-RW
59. dvd-slideshow-0.7.5 DVD slides creation tool
60. dvdauthor-0.6.11 DVD authoring tools
61. e2fsprogs-1.38 ext2 and ext3 file system tools
62. easytag-1.99.12 various media tags viewer/editor
63. enscript-1.6.4 converts ASCII to PS, HTML, RTF, ANSI
64. esound-0.2.36 Enlightened sound daemon
65. espgs-8.15.1 versatile processor for PostScript data
66. ethereal-0.10.14 network packet sniffer and analizer
67. ettercap-0.7.3 network packet sniffer and analizer
68. expat-2.0.0 C library for parsing XML streams
69. expect-5.43.0 dialog with interactive programs
70. faac-1.24.1 free AAC encoder
71. faad-2.0.1 free AAC decoder
72. fcron-3.0.0 periodical command scheduler
73. ffmpeg-0.4.9 audio and video conversion tools
74. fftw-3.1.1 fast fourier transform lib
75. file-4.17 tool for determining file type
76. findutils-4.2.27 tools to find files
77. firefox-1.5.0.3 firefox web browser
78. flac-1.1.2 free lossless audio codec
79. flex-2.5.33 programs to recognize text patterns
80. fontconfig-2.3.2 library for configuring font access
81. fortune-mod-1.99.1 fortune telling program
82. freeglut-2.4.0 free openGL toolkit
83. freetype-2.1.10 TrueType font lib
84. fyre-1.0.0 tool for computation artwork
85. gaim-1.5.0 Instant Messenger
86. galculator-1.2.5.2 scientific calculator
87. gawk-3.1.5 programs for manipulating text files
88. gbgoffice-1.3 office dictionary
89. gcc-4.0.3 gcc,g77,g++,gnat,gcj compilers
90. gcolor2-0.4 simple color selector
91. gd-2.0.33 graphic library for image creation
92. gdb-6.4 GNU Project Debugger
93. gdbm-1.8.3 GNU Database Manager
94. gettext-0.14.5 internationalization and localization
95. gftp-2.0.18 ftp client for X
96. giflib-4.1.4 libs for reading and writing GIFs
97. gimp-2.2.11 The GIMP image editor
98. gimp-help-2.0.9 The GIMP help
99. gimp-print-4.2.7 high quality printer drivers
100. glib-1.2.10 low-level core library
101. glib-2.10.3 low-level core library
102. glibc-2.3.6 main C library
103. glibmm-2.8.6 C++ interface for glib2
104. gmp-4.1.4 arbitrary precision math lib
105. gnupg-1.4.3 public/private key encryptor
106. gnutls-1.3.1 gnu Transport Layer Security lib
107. gpa-0.7.0 GnuPG Assistant Manager
108. gparted-0.2.5 GUI for parted
109. gpgme-1.0.3 GnuPG Make access Easy
110. gphoto2-2.1.99 GNU Digital Camera download software
111. gpm-1.20.1 General Purpose Mouse daemon
112. gqview-2.1.1 very fast image viewer
113. graveman-0.3.12-4 cdrtools/dvd+rw-tools GUI
114. grep-2.5.1a programs for searching through files
115. gresistor-0.0.1 translate resistor color codes
116. groff-1.18.1.1 processing and formatting text
117. grsync-0.4.2 GUI for rsync
118. grub-0.97 GRand Unified Bootloader
119. gtk+-1.2.10 GTK+ libs
120. gtk2-2.8.18 GTK2 libs
121. gtkam-0.1.13 digital camera front-end for X
122. gtkglext-1.2.0 GTK2 openGL extension
123. gtkglextmm-1.2.0 GTKmm openGL extension
124. gtkmm-2.8.5 C++ interface of GTK2 libs
125. guile-1.6.7 extensions language lib
126. gzip-1.3.5 compress and decompress gz files
127. hd2u-1.0.0 dos2unix plain text convertor
128. hicolor-theme-0.9 hicolor icon theme
129. htop-0.6.2 interactive process viewer
130. icu-3.4.1 Unicode support fot C/C++/Java
131. id3lib-3.8.3 manipule ID3v1 and ID3v2 tags
132. imagemagick-6.2.6-8 interactive image manipulation tool
133. imlib-1.9.15 image rendering lib
134. imlib2-1.2.1 faster image rendering lib
135. inetutils-1.4.2 basic networking programs
136. inkscape-0.43 SVG-based vector drawing program
137. intltool-0.34.1 internationalization tool
138. iproute2-2.6.16 basic and advanced IPV4-based networking
139. iptables-1.3.5 principal linux firewall
140. iptraf-3.0.0 IP Network monitor stat tool
141. jack-0.100.0 Jack Audio Connection Kit
142. k3b-0.12.15 The Ultimate CD/DVD Burner
143. k9copy-1.0.4 linux DVD shrinker
144. kaffeine-0.8.1 full featured media player
145. kanatest-0.3.6 learn japanese alphabet
146. kbabel-3.5.2 advanced PO-file editor
147. kbd-1.12 key-table files and keyboard tools
148. kcdlabel-2.13 tool for making CD covers
149. kchmviewer-2.5 CHM viewer
150. kdelibs-3.5.0 core KDE programs and libs
151. kdetv-0.8.9 watch TV on Linux
152. kernel-headers-2.6.12.0 sanitized kernel headers API
153. kino-0.8.1 non-linear video editor
154. kmagnify-3.5.2 magnifies screen portions
155. knowde-1.8.0 knowledge management tool
156. kompare-3.5.2 compares files
157. kpdf-3.5.0 PDF Viewer
158. kphotoalbum-2.2 photo album utility
159. krename-3.0.11 multirename tool
160. ksubeditor-0.2 subtitle file editor
161. kuser-3.5.2 user manager
162. lame-3.97 MP3 encoder
163. lcms-1.15 provide color management facilities
164. leafpad-0.8.9 simple notepad for X
165. less-394 text file viewer
166. lha-114i LHA archiver
167. libIDL-0.8.6 Interface Definition Language libs
168. libao-0.8.6 cross-platform audio library
169. libart_lgpl-2.3.17 high-performance 2D graphics lib
170. libavc1394-0.5.1 1934 AV/C program interface
171. libcdio-0.77 CD Input and Control library
172. libcroco-0.6.1 general CSS parsing and manipulation
173. libdv-0.104 software DV video codec
174. libdvdcss-1.2.9 access DVDs as a block device
175. libdvdread-0.9.4 simple DVD reading lib
176. libexif-0.6.13 parse, edit, and save EXIF data
177. libexif-gtk-0.3.5 libexif GTK bindings
178. libfame-0.9.1 realtime MPEG-1/4 video encoding lib
179. libfpx-1.2.0.13 Flash FPX image lib
180. libgcrypt-1.2.2 general-purpose cryptographic library
181. libglade-2.5.1 loads Glade interface files
182. libgpg-error-1.3 error handling for GnuPG, libgcrypt
183. libgphoto2-2.1.99 access digital camera by programs
184. libgsf-1.14.0 abstraction layer for structured files
185. libgtkhtml-2.6.3 lightweight HTML engine
186. libid3tag-0.15.1b ID3 tag library
187. libiec61883-1.0.0 high level DV streaming API
188. libieee1284-0.2.10 paralel port IEEE 1284 Driver
189. libjpeg-6b JPEG image compression lib
190. libmad-0.15.1b high-quality MPEG audio decoder
191. libmikmod-3.2.0 module formats and samples sound lib
192. libmng-1.0.9 MNG image (animated PNG) lib
193. libmpeg2-0.4.0b advanced manipulation of MPEG-2 streams
194. libmpeg3-1.6 advanced manipulation of MPEG streams
195. libnet-1.1.3 generic networking API
196. libogg-1.1.3 ogg file structure lib
197. libpcap-0.9.4 user-level network packet capture
198. libpng-1.2.8 PNG image manipulation lib
199. libquicktime-0.9.8 manipulate quicktime files
200. libraw1394-1.2.1 IEEE 1394 direct access
201. librsvg-2.14.3 SVG image manipulation lib
202. libsamplerate-0.1.2 Sample Rate Converter for audio
203. libsigc++-2.0.17 typesafe callback system for C++
204. libsndfile-1.0.15 Sampled Sound file library
205. libtheora-1.0 free video compression lib
206. libtiff-3.8.2 TIFF image manipulation lib
207. libtool-1.5.22 generic library support script
208. libusb-0.1.12 USB device access lib
209. libvorbis-1.1.2 general purpose audio format
210. libxml-1.8.17 XML parsing lib
211. libxml2-2.6.22 XML and HTML parser lib
212. libxslt-1.1.15 XSLT XML support lib
213. linux-2.6.16.2 Linux Kernel source
214. lmms-0.1.4 Linux MultiMedia Studio
215. lshw-0.2 hardware lister
216. lynx-2.8.5 text based web browser with color
217. lzo-2.02 realtime data (de)compression library
218. m4-1.4.4 macro processor
219. make-3.80 program for compiling packages
220. man-1.6c find and view man pages
221. man-pages-2.25 GNU Linux 1,200 man pages
222. mc-4.6.1 midnight commander
223. mixmos-0.2.0 enchanced audio mixer for X
224. mjpegtools-1.8.0 MPEG-2 tools
225. mktemp-1.5 create secure temporary files
226. modinit-tools-3.2.2 kernel module (un)loading tools
227. mpeg4ip-1.5 audio/video streaming tools
228. mpfr-2.2.0 multi-precision float-point lib
229. mplayer-1.0 Mplayer video audio player
230. mysql-5.0.20 fast SQL database server
231. nas-1.7 Network Audio Server
232. nasm-0.98.39 80x86 assembler and disassebler
233. ncftp-3.1.9 powerful and flexible ftp client
234. ncurses-5.5 terminal-independent screen library
235. net-tools-1.60 linux kernel networking tools
236. netpbm-10.26.27 graphic sofware lib
237. nmap-4.0.2 network exploration and security
238. nss-3.11 network security services libs
239. ntp-4.2.0 Network Time Protocol client/server
240. ocrad-0.14 optical character recognition tool
241. ogmtools-1.5 OGM video tools
242. openexr-1.2.2 HDR image format libs
243. openldap-2.3.30 Lightweight Directory Access Protocol
244. openssh-4.3p2 secure shell client and daemon
245. openssl-0.9.8a cryptography tools and libs
246. p7zip-4.42 7zip archiver
247. pango-1.12.1 layout and text rendering lib
248. parted-1.7.1 advanced partition editor
249. patch-2.5.9 apply and create patch files
250. pciutils-2.2.1 lists PCI devices
251. pcre-6.6 Perl Compatible Regular Expression
252. perl-5.8.8 Perl development environment
253. perl-archive-zip-1.16 perl module
254. perl-compress-zlib-1.41 perl module
255. perl-xml-parser-2.34 perl module
256. php-5.1.4 PHP Hypertext Preprocessor
257. pine-4.64 mail user agent
258. pkg-config-0.20 manage library compile/link flags
259. poppler-0.4.5 PDF rendering library
260. popt-1.7.5 parse command-line options
261. postfix-2.2.10 mail transport agent server
262. postgresql-8.1.4 advanced object-relational DBMS
263. ppp-2.4.3 dial-up PPP daemon
264. procps-3.2.6 programs for monitoring processes
265. proftpd-1.2.10 highly configurable secure FTP daemon
266. psmisc-22.2 display info about running processes
267. psutils-p17 PostScript Utilities
268. pygtk-2.8.6 Python bindings for the GTK widget
269. python-2.4.2 Python development environment
270. qcomicbook-0.2.7 comic books reading tool
271. qt-3.3.6 C++ GUI library (for KDE)
272. readline-5.1 command-line editing support
273. recode-3.6 converts files between character sets
274. reiserfsprogs-3.6.19 Reiserfs file system tools
275. rp-pppoe-3.8 PPPoE client and server
276. rsync-2.6.7 fast incremental file transfers daemon
277. ruby-1.8.4 Ruby development environment
278. samba-3.0.22 provides services to SMB/CIFS clients
279. sane-backends-1.0.17 Scanner Access Now Easy backends
280. screen-4.0.2 screen manager VT100/ANSI emulation
281. sdl-1.2.10 Simple DirectMedia Layer toolkit
282. sdl-guilib-1.1.2 SDL GUI library
283. sdl-image-1.2.5 SDL image loader
284. sdl-mixer-1.2.7 SDL mixer lib
285. sdl-mpeg-0.4.4 SDL video lib
286. sdl-net-1.2.6 SDL network lib
287. sdl-rtf-0.1.0 SDL rich text format lib
288. sdl-sound-1.0.1 SDL Sound lib
289. sdl-ttf-2.0.8 SDL TrueType font lib
290. sed-4.1.5 stream line editing tool
291. shadow-4.0.15 shadow password suite
292. shared-mime-info-0.17 shared MIME-info database
293. sharutils-4.6 create shell archives out of many files
294. slang-2.0.6 powerful interpreted language
295. smb4k-0.7.0 SAMBA network browser
296. sox-12.17.9 audio converting tool
297. speex-1.1.9 speech audio encoder/decoder
298. sqlite-3.3.5 lite SQL engine
299. squid-3.0 high performance web proxy cache
300. startup-notify-0.8 busy cursor for loading apps
301. strace-4.5.14 system call tracer
302. subversion-1.3.1 SVN version control system
303. sudo-1.6.8p12 gives temporary root access
304. supertux-0.1.3 Super Mario clone
305. sysklogd-1.4.1 programs for logging system messages
306. sysvinit-2.86 Linux System V Init tools
307. taglib-1.4 manipulate audio meta data
308. tar-1.15.1 GNU tar archiver
309. tcl-8.4.12 Tool Command Language
310. tcp_wrappers-7.6 daemon wrapper programs
311. tcpdump-3.9.4 network monitoring and data acquisition
312. tcsh-6.14.00 enhanced C shell
313. tellico-1.1.6 collection manager
314. texinfo-4.8 GNU software documentation system
315. thunderbird-1.5.0.2 Thunderbird mail client
316. tightvnc-1.3 optimized VNC distribution
317. tk-8.4.12 TCL GUI toolkit
318. traceroute-1.4 IP packet route tracing utility
319. transcode-1.0.2 transcoding video and audio
320. ttf-basic-0.3 basic TrueType fonts for X
321. tuxpaint-0.9.15b drawing program for children
322. udev-089 dynamic creation of device nodes tools
323. udftools-1.0.0b3 UDF file system tools
324. unzip-5.52 ZIP extraction utilities
325. usbutils-0.71 list USB devices
326. util-linux-2.12r huge collection of essential tools
327. vcdimager-0.7.23 VCD BIN/CUE image creation and ripping
328. vim-6.4 vim text editor
329. vnc2swf-0.5.0 screen recorging tool
330. vorbis-tools-1.1.1 Ogg Vorbis Tools
331. wget-1.10.2 non-interactive download manager
332. which-2.16 shows full path of (shell) commands
333. whois-4.7.12 whois directory client
334. wireless-tools-2.8 wireless tools
335. wxgtk-2.6.3 cross platform GTK lib
336. x264-20060508 free H.264/MPEG-4 AVC lib
337. xchat-2.6.2 IRC client for X
338. xfc-4.3.1 XFCE Foundation Classes
339. xfce-4.3-plugins XFCE Goodies
340. xfce-4.3 XFCE Desktop environment
341. xfsprogs-2.7.11 Utilities for SGIs XFS filesystem
342. xine-lib-1.1.1 xine multimedia playback libs
343. xinetd-2.3.14 eXtended InterNET services Daemon
344. xmahjongg-3.7 a MahJongg game for X
345. xmms-1.2.10 MP3 player and MPlayer frontend
346. xorg-6.9.0 xorg X11 server
347. xpad-2.11 leave sticky notes
348. xsane-0.97 SANE front end for X
349. xvid-1.1.0 XviD (MPEG-4 compliant) video codec
350. zip-2.31 ZIP creation utilities
351. zlib-1.2.3 compression and decompression lib
352. zsh-4.2.5 the Z shell (enhanced korn shell)
Download (14MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1252 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above distcc 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