Main > Free Download Search >

Free beyond linux from scratch software for linux

beyond linux from scratch

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5482
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
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
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
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 The Red Line Demo

Beyond The Red Line Demo


Beyond the Red Line is a stand-alone total conversion for the award-winning Freespace 2. more>>
Beyond the Red Line project is a stand-alone total conversion for the award-winning Freespace 2 released by Volition and Interplay for the PC. It is based on the popular new tv-show Battlestar Galactica. No, not the one from the 70s.
Will I need Freespace 2 to play it?
No, Beyond the Red Line is a stand-alone conversion and will not require Freespace 2. All you need for playing will be included in the download.
Is it free?
Absolutely. The game is made by fans for the fans, no profit is being made from any part of the project. Although we could use some pizzas and coke to keep our mortal bodies running.
That about covers it... a BSG total conversion of FS2 that has just released a demo version. it plays really well and looks amazing. a must for any BSG fan.
Enhancements:
- This demo contains spoilers for the second season of BSG, so if you havent seen that season yet you should pass on this game for now.
<<less
Download (MB)
Added: 2007-04-23 License: Freeware Price:
925 downloads
GoboLinux 014 RC1

GoboLinux 014 RC1


GoboLinux is pretty different from the other Linux distributions you may be used to. more>>
GoboLinux is a Linux distribution that breaks with the historical Unix directory hierarchy. Basically, this means that there are no directories such as /usr and /etc. The main idea of the alternative hierarchy is to store all files belonging to an application in its own separate subtree; therefore we have directories such as /Programs/GCC/2.95.3/lib.
To allow the system to find these files, they are logically grouped in directories such as /System/Links/Executables, which, you guessed it, contains symbolic links to all executable files inside the Programs hierarchy.
To maintain backwards compatibility with traditional Unix/Linux apps, there are symbolic links that mimic the Unix tree, such as "/usr/bin -> /System/Links/Executables", and "/sbin -> /System/Links/Executables" (this example shows that arbitrary differentiations between files of the same category were also removed).
It is geared towards people who prefer to install applications from the original source packages. That is the main reason why each application gets its own directory: so you can install it from source there and then remove it with an "rm -rf". So, you see, GoboLinux is oriented at the experienced user who doesnt like things to be automagical. Our scripts merely automate procedures, but they dont "make decisions", and whenever they have to, they ask first.
The binary package collection was created as a way to avoid duplication of effort between users. The source package project was created to store "compilation rules" of the original source packages of the applications. We do not wish to estabilish a "packaging standard" such as RPM. We think that there is no real need for "packages" if the original .tar.gz is properly made. For instance, when an application uses the GNU AutoTools (autoconf, automake...) you dont need any GoboLinux package to keep your system consistent.
However, given the more logical directory tree, GoboLinux could be made, with a comprehensive binary package collection and graphical front-ends to the scripts, into a newbie-friendly distribution, but that is not a specific goal we seek (at least not in short or mid term).
GoboLinux relies on a series of tools that automate various tasks, such as generation, installation and removal of packages, and most importantly, maintainance of the symbolic links that keep the system consistent. These tools (mostly are shell scripts, actually) are fairly stable, since the idea behind GoboLinux is not new (see question about the origins of GoboLinux).
Another important issue when using a distribution is the availability of packages, ie, software that you can download in binary form and install in it straight away. In this aspect, GoboLinux is very young and far behind the other estabilished distributions. We have, however, all packages needed to get a running system (all packages that are part of "Linux From Scratch" and "Beyond Linux From Scratch" projects, for example), plus many others, such as KDE and all related packages, Tcl/Tk, and the list just wont stop growing. Check out the latest list. In this sense, is important to popin out that we are working to bring other distributions facilities, such as the Gentoo Portage system, to GoboLinux.
Enhancements:
- The first release candidate for GoboLinux 014 is out! Among other things, it includes a massive update of packages, including glibc 2.5, X.Org 7.2, GCC 4.1.2 and KDE 3.5.6, with Linux kernel 2.6.20.4 + UTF-8 support. We have now a better printing support, with a few basic drivers included in the live CD. And there were many, many bug fixes in the GoboLinux tools since 013, so we hope to provide a better experience for you all.
<<less
Download (700MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
925 downloads
Jedo Linux 1.0

Jedo Linux 1.0


Jedo Linux is a simple, clean Linux distribution that aims to provide a reliable distro for power users. more>>
Jedo Linux (pronounced jed-o), is a simple, clean Linux distribution that aims to provide a reliable distro for power users. Its best described as a cross between Linux From Scratch (LFS), Redhat and Gentoo.

Jedo Linux is a original distro (not built on any existing one), although it tends to lean towards LFS and feels a bit like Redhat when using it.

Source based distro allows rapid development, and makes it easy for users to tweak the distro to their liking. (most packages can also be installed from binaries)

Vanilla Kernel Jedo Linux runs a vanilla kernel, and this is updated regularly to the latest stable kernel.

Decent Support Life 3yr support life by default (may be adjusted depending on usage and versions avalible).

Release Cycle Aim to release a new version about once every 2 years, and release feature updates roughly every 6months for released versions. (of course security updates are released ASAP)

Desktop Distro Designed for use on desktops and laptops.

OSS All software included in the default install is Open Source (or Freedom Software) - including firmware. Some closed source software is in the repo, but it is clearly marked in the "nonfree" category. If you dont belive in using propietary software or kernel modules, none will be installed without you requesting it. Software that uses patented technology (eg: libdvdcss) is also in the "nonfree" category.

For expert users Its a distro for Linux power users - installer and config tools are all CLI and assumes you know all about partitioning, package management, etc.

New, but not bleeding Jedo Linux uses the latest stable technology - latest & greatest but not bleeding edge - because people like having their systems work as expected. Jedo Linux gives you good tools that work so you can get on with what you want to do without having to mess about fixing the OS.

Basicly, its a distro aimed at your LFS compiling, technically skilled Linux user who wants a distro that is simple to use and install - its not for your average Mum & Dad who just want to send email - that sort of user should look at something like Ubuntu. Neither is it a server distro as its not feature frozen - use something like Redhat EL/CentOS or Debian if you are after a feature distro with a long support life.
<<less
Download (MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
565 downloads
Phrealon Linux 0.96

Phrealon Linux 0.96


Phrealon Linux is a bootable Linux CD for imaging workstations. more>>
Phrealon is a bootable linux CD based on Slackware Linux 8.0 (now 9.0)designed to allow the easy imaging of multiple workstations.

It utilizes the udpcast set of Linux tools to accomplish this.
<<less
Download (34.4MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1665 downloads
Blender for Linux x86-64 2.48

Blender for Linux x86-64 2.48


A 3D software Offer Sculpt,Scatter,Gamma tools for Linux x86-64/Python 2.4 more>> By For Linux x86-64 Python 2.5,new modifers were added, a couple of composite nodes were added, and a revamp of the old mesh primitives was done.
Features?
FFMPEG is now included in the Windows builds
Sculpt and MultiRes bug fixes and improvements
Subsurface Scattering is a new material option
There have been a large number of python script additions and updates, as well as API improvements
Two new Composite nodes have been added: Gamma and Bright/Contrast
Two new Modifiers: Smooth and Cast
The Action and NLA editors have now better control over visible channels. A new constraint was added, and a "preview range" option was added.
Blender now is 64-bits safe again. That safety is on two different levels.
The Bullet physics engine has had some changes which should give better reproducibility and precision/quality for physics simulations.
The mesh primitives have been revisited, improving their usability and pushing them a little beyond their previous state. This includes the addition of a new Torus primitive!
<<less
Download (13.9MB)
Added: 2009-04-29 License: Freeware Price:
222 downloads
 
Other version of Blender for Linux x86-64
Blender for Linux x86-64 2.44a 3D software Offer Sculpt,Scatter,Gamma tools for Linux x86-64 ... revisited, improving their usability and pushing them a little beyond their previous state
License:Freeware
Download (11.2MB)
191 downloads
Added: 2009-04-15
B*Gallery for Linux 3.2.1

B*Gallery for Linux 3.2.1


B*Gallery allows you to create living HTML-based web galleries. more>> B*Gallery allows you to create living HTML-based web galleries that can be updated, extended and shared with ease. Since organization and customization are central points, B*Gallery is your ideal long-term solution for publishing lots of photos.
B*Gallery comes with pre-configured themes that you can use to create galleries immediately. You can customize themes as much as youd like, varying colors, fonts, and other settings. Each theme offers a robust set of features, including a gallery index page, album slideshow, photo details page, and more. Advanced users have full access to the template files that make up a theme, and can fully integrate galleries into their web sites, matching their look and feel.
B*Gallery never requires you to start from scratch if you want to edit your albums or photos. Web pages can be easily regenerated at any time if you want to update the look and feel of your gallery. You can even resize every image in your gallery with only a couple clicks- you dont need to start over just because you decide you want smaller thumbnails, larger images, etc. Features like these make B*Gallery one of the most powerful web gallery software packages on the market today.
B*Gallery is currently available for Windows, Linux, and Mac OS X. Best of all, B*Gallery is free! No ads, no spyware, no spam, no nagging, and no strings attached. If you like B*Gallery and want to help out, please feel free to make a donation.13949712720901ForOSX
<<less
Download (8.42MB)
Added: 2009-04-21 License: Freeware Price: Free
185 downloads
Hedinux GNU/Linux 2006.1 Alpha2

Hedinux GNU/Linux 2006.1 Alpha2


Hedinux (formerly Octoz) GNU/Linux is an independently developed desktop distribution with ease-of-use as its prime objective. more>>
Hedinux distribution (formerly Octoz) GNU/Linux is an independently developed desktop OS with ease-of-use as its prime objective.
The distribution comes in two editions - a minimalist live CD with the XFce desktop, and a netinstall CD which provides a text-based installer for package installation from a remote FTP/HTTP server.
The netinstall CD supports English, French and German, while the live CD (user: guest, password: guest) has some support for a number of additional languages.
The goal of Hedinux GNU/Linux is to develop an easy-to-use Linux operating system, accessible to all users, irrespective of whether they are computer savvy or not.
Hedinux will come in two editions - one for Linux beginners with an intuitive graphical installer and easy system administration tools, while the other will be "from source", designed as a modular system with binary packages built by the user directly from source code.
Hedinux is an independently developed distribution inspired by the Linux From Scratch and Beyond Linux From Scratch books.
Enhancements:
Major update:
- GNOME 2.14
- Xorg 6.9 with vesa driver by default
- Updated to kernel 2.6.15.6, spcaxx 20060301, unionfs 1.1.3, squashfs3.0
- select locale/keyboard at live-cd boot
- gparted on the live-cd
- and a lot of other packages update...
- And bugs fixes:
- Fixed sshd startup
- add foomatic-db-engine dep for gimp-print. This problem implied not
- full GNOME installation.
- replaced gnome icon by hedinux icon for the GNOME menu
- built dvd+rw-tools and added it to k3b depends
hedinux-installer:
- Keyboard in alphabetical order
- Verbose packages copy
- If you configure your network manually, the config files will be
- copied in the hedinux installation now. No need to configure twice.
- You have a hedinux-netcardconfig icon in the Desktop->Administration
- GNOME menu if you want to configure your netcard after the installation.
- GRUB install on MBR/root/floppy now (no detection of other linux yet)
<<less
Download (603MB)
Added: 2006-03-28 License: GPL (GNU General Public License) Price:
1305 downloads
Clevo Mail LED Linux Driver 0.6

Clevo Mail LED Linux Driver 0.6


Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J. more>>
Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J.
Enhancements:
- The DMI_BOARD_VENDOR string has been corrected for D410V autodetection.
<<less
Download (0.002MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
867 downloads
Crazy Eye Icons for Linux -

Crazy Eye Icons for Linux -


6 icons of a funny creature with just one eye more>> Description:
Six freeware icons of a funny creature with just one eye.
Content:
Crazy Eye, Anger, Dance, Run, Sad, Sleep
<<less
Download (351KB)
Added: 2009-04-23 License: Freeware Price: Free
184 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
Aries Icons for Linux -

Aries Icons for Linux -


A funny icon collection designed to beautify your computer screen. more>> License:Free for personal non-commercial use, Includes a link back to author site
Comment:Includes: applications icons, system icons and bonus icons
<<less
Download (1.60MB)
Added: 2009-04-17 License: Freeware Price: Free
189 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5