Main > Free Download Search >

Free from scratch software for linux

from scratch

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 258
Linux From Scratch 6.2-3

Linux From Scratch 6.2-3


Linux From Scratch are instructions to create your own custom Linux system from scratch. more>>
Linux From Scratch (LFS) is a project that provides you with the steps necessary to build your own custom Linux system.
There are a lot of reasons why somebody would want to install an LFS system. The question most people raise is "why go through all the hassle of manually installing a Linux system from scratch when you can just download an existing distribution?". That is a valid question which I hope to answer for you.
The most important reason for LFSs existence is teaching people how a Linux system works internally. Building an LFS system teaches you about all that makes Linux tick, how things work together, and depend on each other. And most importantly, how to customize it to your own taste and needs.
One of the key benefits of LFS is that you are in control over your system without having to rely on somebody elses Linux implementation. You are in the drivers seat now and are able to dictate every single thing such as the directory layout and boot script setup. You will also know exactly where, why and how programs are installed.
Another benefit of LFS is that you can create a very compact Linux system. When you install a regular distribution, you end up installing a lot of programs you probably would never use. Theyre just sitting there taking up (precious) disk space. Its not hard to get an LFS system installed under 100 MB. Does that still sound like a lot? A few of us have been working on creating a very small embedded LFS system. We installed a system that was just enough to run the Apache web server; total disk space usage was aproximately 8 MB. With further stripping, that can be brought down to 5 MB or less. Try that with a regular distribution.
If we were to compare a Linux distribution with a hamburger you buy at a supermarket or fast-food restaurant, you would end up eating it without knowing precisely what it is you are eating, whereas LFS gives you the ingredients to make a hamburger. This allows you to carefully inspect it, remove unwanted ingredients, and at the same time allow you to add ingredients to enhance the flavour of your hamburger. When you are satisfied with the ingredients, you go on to the next part of putting it together. You now have the chance to make it just the way you like it: broil it, bake it, deep-fry it, barbeque it, or eat it raw.
Another analogy that we can use is that of comparing LFS with a finished house. LFS will give you the skeleton of a house, but its up to you to install plumbing, electrical outlets, kitchen, bathtub, wallpaper, etc.
Another advantage of a custom built Linux system is added security. You will compile the entire system from source, thus allowing you to audit everything, if you wish to do so, and apply all the security patches you want or need to apply. You dont have to wait for somebody else to provide a new binary package that fixes a security hole. Besides, you have no guarantee that the new package actually fixes the problem (adequately). You never truly know whether a security hole is fixed or not unless you do it yourself.
Enhancements:
- The LFS LiveCD Team is proud to announce the release of the x86-6.2-3 version of LFS LiveCD. This version is built using LFS 6.2 and many Beyond Linux From Scratch packages from the Subversion branch. Source packages for LFS 6.2, and the LFS book itself, are included on the live CD. The CD is also suitable as a host for building x86 and x86_64 Cross LFS systems. Other features and bugfixes: the CD supports hibernation; the CD file system can be written to; the CD contains a visually pleasing and easy-to-use window manager, XFce...
<<less
Download (503.3MB)
Added: 2006-09-10 License: BSD License Price:
668 downloads
Debian From Scratch 0.99.0

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.
<<less
Download (614MB)
Added: 2006-04-21 License: GPL (GNU General Public License) Price:
1294 downloads
Beyond Linux From Scratch 6.2.0

Beyond Linux From Scratch 6.2.0


Beyond Linux From Scratch or BLFS in short, is a project that continues where the LFS book finishes. more>>
Beyond Linux From Scratch or BLFS in short, is a project that continues where the LFS book finishes. It assists users in developing their systems according to their needs by providing a broad range of instructions for installing and configuring various packages on top of a base LFS system.
Why would I want a BLFS system?
If you are wondering why you would want a BLFS system or dont know what LFS is then you dont want to be here just yet - you should head over to the LFS Project Homepage where all will be explained.
What can I do with my BLFS system?
Nearly anything! An LFS system is primed to become a system that fits whatever need you have. BLFS is the book that takes you down your own custom path. You could build an office workstation, a multimedia desktop, a router, a server, or all of the above! And the best part is you only install what you need.
Enhancements:
- Version 6.2.0 of BLFS has been released. Version 6.2.0 is the complement to the LFS 6.2 book. More time has elapsed between the release of the previous version (6.1) and this one than in any other release cycle. Much of this is due to the fact that LFS 6.2 took much longer to be released than was originally anticipated. Many new packages have been introduced in the 6.2.0 version, as well as many updates, refinements and additions to the existing packages.
<<less
Download (MB)
Added: 2007-02-16 License: (FDL) GNU Free Documentation License Price:
986 downloads
Automated Linux From Scratch 2.2

Automated Linux From Scratch 2.2


Automated Linux From Scratch creates the generic framework for an extendable system builder and package installer. more>>
Automated Linux From Scratch (ALFS) is a project that creates the generic framework for an extendable system builder and package installer.

Why would I want to use ALFS?

After having gone through the LFS and BLFS books more than 2 or 3 times, you will quickly appreciate the ability to automate the task of compiling the software you want for your systems.

What can I do with ALFS?

The goal of ALFS is to automate the process of creating an LFS system. It seeks to make the process of building LFS easier and more efficient while still providing flexibility by granting the user total control and insight into the compilation and management of his LFS build.

How is ALFS implemented?

nALFS

The first ALFS implementation was nALFS by Neven Has. nALFS is a small program written in C. It first parses an XML profile that contains information concerning the LFS build process into a series of internal commands. It can then execute these at your discretion, thus automating the compilation of LFS.

jhalfs

Currently, the official implementation is jhalfs. Originally created by Jeremy Huntwork, but since developed and maintained by Manuel Canales Esparcia and George Boudreau, jhalfs has become a light-weight, practical method of automating an LFS build. jhalfs is a Bash shell script that makes use of Subversion and xsltproc to first download the XML sources of the Linux From Scratch book and then extract any necessary commands, placing them into executable shell scripts. If you do not already have the necessary source packages in place on your system jhalfs can fetch them. Finally, jhalfs generates a Makefile which will control the execution of the shell scripts, allowing for recovery if the build should encounter an error. Since jhalfs extracts its commands to run directly from the LFS book, there are no profiles to edit or maintain.

Note: The 2.2 version of jhalfs has been released. A tarball can been downloaded from http://www.linuxfromscratch.org/alfs/downloads/jhalfs/stable/.

alfs

There are many in-depth features that have been requested for future ALFS implementations. Because of this, development has been slated for an entirely new build tool which will be called alfs. To see a list of features that will appear in alfs, please read our Software Requirements Specification. If you wish to help develop this new tool, please subscribe to the alfs-discuss mailing list and leave a note there explaining your desire to help.
<<less
Download (0.15MB)
Added: 2007-07-02 License: GPL (GNU General Public License) Price:
849 downloads
mach 0.9.1

mach 0.9.1


mach allows you to set up clean build roots from scratch for any distribution or distribution variation supported. more>>
mach allows you to set up clean build roots from scratch for any distribution or distribution variation supported. In this clean build root you can then easily generate pristine packages. mach is written in python.

Currently, mach supports rpm-based distributions that can work with apt for rpm - hopefully this will be extended to other types of package manager as well.

mach is used for generating GStreamer packages (about 60 of them for each distribution) and Fedora packages. I also use it personally for the Dave/Dina project.

<<less
Download (0.070MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1019 downloads
Lonix 1.0 RC5

Lonix 1.0 RC5


Lonix is a console-based full Linux system which runs from a live CD. more>>
Lonix is a console-based full Linux system which runs from a live CD. Based on Linux From Scratch, this distribution includes useful utilities for students and developers. Some servers, such as Apache, Proftpd, and sshd are pre-configured and included.

It can also be used as a partition tool (featuring fdisk and parted) or as a rescue CD. Currently, the homepage and some scripts in the CD are just in Spanish. There may be a future release that is also in English.

The initial Freshmeat announcement for version 1.0rc3, was made on October 13, 2002. Version 1.0rc5 was released October 27, 2002.
<<less
Download (152MB)
Added: 2005-05-19 License: GPL (GNU General Public License) Price:
1619 downloads
GIMP cursor brushes 1.0

GIMP cursor brushes 1.0


GIMP cursor brushes is a set of (50) brushes for use in the GIMP, created from assorted cursors. more>>
GIMP cursor brushes project is a set of (50) brushes for use in the GIMP, created from assorted cursors. Cursor brushes continues my contribution to my image editor of choice, the GIMP.

Seems basic things like cursors (most used for help-style pages) are often lacking.
I find lots of fancy, useless stuff -- much of it of real artistic merit -- but, as I said, impractical.

I blew the weekend making these brushes. Granted much consists of "prior art", but there was a good deal of editing involved. I even made the "Cursor Mouse" from scratch.

Use them for anything youd like. If you redistribute them, please include this file.

I post these, and perhaps make updates, at gimphelp.org. All the items will also be included (in png format) at wpclipart.com, the Public Domain clipart site.

<<less
Download (0.018MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1284 downloads
Save Scummer 002

Save Scummer 002


Save Scummer project is a Seven Day Roguelike written by Jeff Lait. more>>
Save Scummer project is a Seven Day Roguelike written by Jeff Lait.
This provides a windows and linux executable versions along with the source for those brave enough to try and build it from scratch. It also provides a linux and windows curses version for those allergic to graphics.
Main features:
- Intelligent "Do What I Mean" commands that reduce all possible actions to a single keystroke.
- Infinite undo to correct mistakes in pressing said single keystroke.
- Fight the fifty-two monsters from Letter Hunt and one new bonus monster.
- 1980 different weapons and 216 different spells!
- Play one of 8 races or 9 classes!
Enhancements:
- Added documentation about intent of this game and listed various non-bugs.
- Fixed a bug where the borg would attack enemies even when blind.
- Added an eXplore mode so you can take over and pilot the game manually. The correct key to hit isnt in the in-game documentation to encourage you to play it properly first.
<<less
Download (1.2MB)
Added: 2007-04-17 License: BSD License Price:
921 downloads
Slackintosh 12.0

Slackintosh 12.0


Slackintosh is a port of Slackware GNU/Linux to PPC (Macintosh). more>>
Slackintosh is a port of Slackware GNU/Linux to PPC (Macintosh).

Russell Kroll was the first person who ported Slackware to PPC (http://slackintosh.exploits.org), but the project stalled with an unfinished 9.1 ..

I (Adrian) started again from scratch porting 10.1 to PPC, and ive stolen the name Slackintosh...

Please note that this port was not done by Russell, dont send him Bugreports.

I used the the Sources + SlackBuild files from Slackware 10.1. ..but i had to make a few changes:

The new Binutils from 10.x didnt like GCC, i used the 9.1 Version to build everything. The Installer uses BusyBox 1.0 and Linux 2.4 is not included, only 2.6.11.5 (Runs better on PPC .. imho)

Its not finished: Not all packages are ported. Youll get gcc, X, Mozilla, XFCE, Gimp.. but no
monsters like KDE & Co.

The installer maybe somewhat funky.. Missing packages are still listed and the yaboot installation isnt tested very well...

..but you should be able to get it running. It won the WFM (WorksForMe) price. (Tested on a MiniMac & iBook2)

<<less
Download (3936MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
831 downloads
Parrot 0.4.7

Parrot 0.4.7


Parrot is a virtual machine designed from scratch to support dynamic languages. more>>
Parrot is a virtual machine designed from scratch to support dynamic languages, including Perl 6, Perl 5, Python, Ruby, Tcl, and many others. Parrot was born from the Perl 6 development effort, but currently treats Perl 6 as only one of its many client languages.

<<less
Download (3.6MB)
Added: 2006-11-16 License: Artistic License Price:
1072 downloads
locust 1.03

locust 1.03


locust project is a full featured Internet search engine specifically designed for knowledge area or corporate search. more>>
locust project is a full featured Internet search engine specifically designed for knowledge area or corporate search.
It can index 2.5 million documents per 24 hours on a single Dell server. It consists of clean C++/STL code written from scratch.
Enhancements:
- This release adds minor changes needed to compile with GNU c++ version 4.1.2 and modifications to run on the x86-64 architecture.
- lcreatedb has been improved; the MySQL account password is no longer required and the root password is not echoed.
- The documentation has been broadened and partly rewritten.
<<less
Download (0.82MB)
Added: 2007-08-10 License: The Apache License 2.0 Price:
806 downloads
owl dictionary 0.12

owl dictionary 0.12


owl is a program to display electronic dictionaries. more>>
owl is a program to display electronic dictionaries. It uses the extensive markup language dicML.
Two dictionaries are currently available with this program: a huge English/German dictionary originally published by Technical University of Chemnitz, and a French/German dictionary written from scratch for dicML and therefore not as big as the first one.
Main features:
- support of the whole dicML standard
- available for all important operating systems
- user interface in English, German and French
- possibility to print
- for free and open source
<<less
Download (0.69MB)
Added: 2005-12-30 License: BSD License Price:
1400 downloads
Iroffer 1.3

Iroffer 1.3


iroffer is a fileserver for IRC (commonly referred to as a DCC bot) more>>
Iroffer is a software program that acts as a fileserver for IRC. It is similar to a FTP server or WEB server, but users can download files using the DCC protocol of IRC instead of a web browser.
Unlike similar programs, iroffer is not a script, it is a standalone executable written entirely in c from scratch with high transfer speed and effeciency in mind. iroffer has been found to transfer over 50MByte/sec over a gigabit ethernet connection.
Main features:
- extremely fast dcc transfers
- extremely low cpu usage, and reasonable ram usage
- supports dcc resume
- set max amount of transfers per hostnames
- supports virtual hosts
- bandwidth monitoring, shows last 2 minutes bandwidth average
- maximum bandwidth limiting
- auto-ignores flooders
System requirements:
- Windows/Linux
<<less
Download (MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1239 downloads
orange amp xmms

orange amp xmms


orange amp xmms is rebuilt from scratch orange version of my black amp theme. more>>
orange amp xmms is rebuilt from scratch orange version of my black amp theme.

Now "xmms" button opens preferences for xmms {I meant to do that for black amp but forgot}.

<<less
Download (0.45MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
Avisynth 3.0

Avisynth 3.0


Avisynth is a powerful frameserver for Windows and Linux. more>>
Avisynth is a powerful frameserver for Windows and Linux. It aims at editing and processing videos in a non linear manner.
Aviysnth 3.0 is a complete rewrite of Avisynth 2.5, written from scratch by Bidoche (David Pierre). Its advantages compared to Avisynth 2.5 are the following:
Abstract core layer that allows it to run on Windows and Linux.
- Better cache managing.
- More powerful script langage.
- Some more internal improvements.
On the other hand, the bad news is that the plugins of Avisynth 2.5 are not compatible with the 3.0 version.
<<less
Download (0.30MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1206 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5