disk drives
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1672
Submount 0.9
Submount is a removable media handling system for Linux. more>>
Submount is a system for automatically mounting and unmounting removable media drives like cdroms and floppy disk drives. It works with the Linux 2.6 kernel series.
A backport to the 2.4 kernel series is available now as well. Once installed, it allows removable media drives to be accessed as if they were permanently mounted.
Installing
Submount is composed of two part: a kernel module called "subfs" and a user program titled "submountd". Both must be properly installed for submount to work. The software is contained in the two directories underneath the submount directory. To build and install the software, read the files titled "INSTALL" in both directories. A few binary packages are now available.
For many distributions, there are packages for 2 different kernels available. This usually means one is for the original distribution kernel, and the second for a kernel released with recent security updates included. Check the package name and the version of the kernel installed on your system carefully to make sure that they match.
For Redhat, Fedora, and Mandrake, Choose the RPM that matches your kernel package. For Debian, download the subfs-modules package that matches your kernel-image deb, download the submountd package, and install both. The .tgz packages for Slackware 9.1 were built for the basic ide kernels, but also work for the scsi.s kernels, and hopefully for others. If you want a package for a different stock kernel from these distributions (such as smp) email me directly.
SuSE 9 contains version 0.2 of submount, with the kernel modules included in the kernel packages, and the userspace portion in a separate "submount" package. The package is included with the professional version, but not with the personal edition, so if you have the latter, get the package from SuSEs ftp site. Theres no integration with yast, however, so youll still have to edit your /etc/fstab file by hand.
SuSE 9.1 will use submount to handle removable media by default.
<<lessA backport to the 2.4 kernel series is available now as well. Once installed, it allows removable media drives to be accessed as if they were permanently mounted.
Installing
Submount is composed of two part: a kernel module called "subfs" and a user program titled "submountd". Both must be properly installed for submount to work. The software is contained in the two directories underneath the submount directory. To build and install the software, read the files titled "INSTALL" in both directories. A few binary packages are now available.
For many distributions, there are packages for 2 different kernels available. This usually means one is for the original distribution kernel, and the second for a kernel released with recent security updates included. Check the package name and the version of the kernel installed on your system carefully to make sure that they match.
For Redhat, Fedora, and Mandrake, Choose the RPM that matches your kernel package. For Debian, download the subfs-modules package that matches your kernel-image deb, download the submountd package, and install both. The .tgz packages for Slackware 9.1 were built for the basic ide kernels, but also work for the scsi.s kernels, and hopefully for others. If you want a package for a different stock kernel from these distributions (such as smp) email me directly.
SuSE 9 contains version 0.2 of submount, with the kernel modules included in the kernel packages, and the userspace portion in a separate "submount" package. The package is included with the professional version, but not with the personal edition, so if you have the latter, get the package from SuSEs ftp site. Theres no integration with yast, however, so youll still have to edit your /etc/fstab file by hand.
SuSE 9.1 will use submount to handle removable media by default.
Download (0.074MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1664 downloads
Bontmia 0.14
Bontmia is an incremental network backup tool for snapshotting directories. more>>
Bontmia was written by John Enok Vollestad in april 2003 to merge the functionality of glastree and rsync in one application with a more flexible selection of long term storage. It has later gone through some changes to enhance usability
Main features:
Cost
- Tapes cost more than disks and require a tape-drive and possibly also a tape robot.
Reliability
- Disks have a higher MTBF than tapes and they require a tape drive of the same type. Disks can increase MTBF by being connected together to form RAID. Tapes can not. Incremental backup on a disk or a RAID volume does not change the MTBF while incremental backup on tape drastically lower the MTBF. Sometimes tapes written in one drive is difficult to read in another drive. This is a silent error if you do not test the tapes no and then. No such thing on file systems like ReiserFS.
Location
- Tapes is removable media and thereby avoiding the risk of localized disasters. A network connection does the same.
Time
- Copying just the changes gives a fast and efficient backup. Tape drives are very slow. Often slower than the network. Remote backup will therefore usually go faster to disk. Faster backup and efficient storage means one can do backup more often. Once every hour is usually not a problem. This also means rapid restore which is even more important.
Space
- Tapes split the data needlessly since they can not be used with RAID to form bigger volumes as disks can. Using hard-links on a file system gives very good storage efficiency and availability as ordinary file systems with random access.
- There is a lot of remote backup software out there. I wrote Bontmia since I could not find one that did all that I wanted.
Bontmia Functionality
- Each backup is a complete "snapshot" of the backed up directories.
- Files that is not changed since the last backup does not take up extra space and is not transferred over the network.
- Preserves a configurable selection of backups in a similar manner as tape rotation schemes.
- Remote backup is done encrypted over ssh for security reasons.
- Each backup is stored with absolute path.
- It is possible to limit the bandwidth to avoid affecting production systems.
- Support copying files, directories, device files, named pipes, symlinks and hard-links.
- Preserves user id, group id and permissions for all types of files.
Enhancements:
- Added support for specifying the directory for temporary files.
<<lessMain features:
Cost
- Tapes cost more than disks and require a tape-drive and possibly also a tape robot.
Reliability
- Disks have a higher MTBF than tapes and they require a tape drive of the same type. Disks can increase MTBF by being connected together to form RAID. Tapes can not. Incremental backup on a disk or a RAID volume does not change the MTBF while incremental backup on tape drastically lower the MTBF. Sometimes tapes written in one drive is difficult to read in another drive. This is a silent error if you do not test the tapes no and then. No such thing on file systems like ReiserFS.
Location
- Tapes is removable media and thereby avoiding the risk of localized disasters. A network connection does the same.
Time
- Copying just the changes gives a fast and efficient backup. Tape drives are very slow. Often slower than the network. Remote backup will therefore usually go faster to disk. Faster backup and efficient storage means one can do backup more often. Once every hour is usually not a problem. This also means rapid restore which is even more important.
Space
- Tapes split the data needlessly since they can not be used with RAID to form bigger volumes as disks can. Using hard-links on a file system gives very good storage efficiency and availability as ordinary file systems with random access.
- There is a lot of remote backup software out there. I wrote Bontmia since I could not find one that did all that I wanted.
Bontmia Functionality
- Each backup is a complete "snapshot" of the backed up directories.
- Files that is not changed since the last backup does not take up extra space and is not transferred over the network.
- Preserves a configurable selection of backups in a similar manner as tape rotation schemes.
- Remote backup is done encrypted over ssh for security reasons.
- Each backup is stored with absolute path.
- It is possible to limit the bandwidth to avoid affecting production systems.
- Support copying files, directories, device files, named pipes, symlinks and hard-links.
- Preserves user id, group id and permissions for all types of files.
Enhancements:
- Added support for specifying the directory for temporary files.
Download (0.013MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1663 downloads
cfgstoragemaker 1.1
cfgstoragemaker is an MRTG configuration file generator for storage monitoring via SNMP. more>>
cfgstoragemaker remotely generates an MRTG config file in order to graph all storage devices (disk, memory, and swap) of one or more specific host(s) via SNMP.
<<less Download (MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1661 downloads
Mounttero 0.4
Mounttero is a tool for automatically mounting drives using autofs. more>>
Mounttero automatically mounts most storage devices such as USB drives and cameras, DVDs, CDROMs, hard disks, and floppies.
Devices are mounted when users opens their directory, such as /mnt/auto/cdrom, and are unmounted when the directory remains unused for four seconds.
Usage
For example, when user opens directory /mnt/auto/usb/, digital camera is automatically mounted and all the pictures shown in the directory. After four seconds of inactivity, device is unmounted and can be detached.
Manual Configuration
The rest of this document describes manual configuration of mounttero. If you installed the rpm, it did all this configuration automatically and you dont need manual configuration. The scripts below contain some latest and greatest version 0.5 improvements that have not made it to rpm yet, namely more usb partitions.
Create the directories used by the automounter. The directory is the one mentioned in /etc/auto.master:
# mkdir -p /mnt/auto/autofs
Create auto.master to tell autofs daemon that /mnt/auto/autofs directory is handled according to auto.tero
# /etc/auto.master
# mountpoint map options # see also: man 8 autofs
/mnt/auto/autofs /etc/auto.tero --timeout=4
List the actual mountpoints and devices in the automounter map
# /etc/auto.tero
# http://iki.fi/karvinen/linux/doc/automatic-mounting-autofs.html
# mountpoint_key options location_device # man 5 autofs
cdrom -fstype=auto,ro,nosuid,nodev,user :/dev/cdrom
cdrom1 -fstype=auto,ro,nosuid,nodev,user :/dev/cdrom1
usb -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sda1
# second and third partitions in usb device:
usb2 -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :dev/sda2
usb3 -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :dev/sda3
floppy -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/fd0
hda1 -fstype=auto,nosuid,nodev,user :/dev/hda1
hda2 -fstype=auto,nosuid,nodev,user :/dev/hda2
hda3 -fstype=auto,nosuid,nodev,user :/dev/hda3
hda4 -fstype=auto,nosuid,nodev,user :/dev/hda4
hdb1 -fstype=auto,nosuid,nodev,user :/dev/hdb1
hdb2 -fstype=auto,nosuid,nodev,user :/dev/hdb2
hdb3 -fstype=auto,nosuid,nodev,user :/dev/hdb3
hdb4 -fstype=auto,nosuid,nodev,user :/dev/hdb4
hdc1 -fstype=auto,nosuid,nodev,user :/dev/hdc1
hdc2 -fstype=auto,nosuid,nodev,user :/dev/hdc2
hdc3 -fstype=auto,nosuid,nodev,user :/dev/hdc3
hdc4 -fstype=auto,nosuid,nodev,user :/dev/hdc4
hdd1 -fstype=auto,nosuid,nodev,user :/dev/hdd1
hdd2 -fstype=auto,nosuid,nodev,user :/dev/hdd2
hdd3 -fstype=auto,nosuid,nodev,user :/dev/hdd3
hdd4 -fstype=auto,nosuid,nodev,user :/dev/hdd4
# Serial ATA (SATA) disks are IDE emulated in Linux 2.6
hde1 -fstype=auto,nosuid,nodev,user :/dev/hde1
hde2 -fstype=auto,nosuid,nodev,user :/dev/hde2
hde3 -fstype=auto,nosuid,nodev,user :/dev/hde3
hde4 -fstype=auto,nosuid,nodev,user :/dev/hde4
# (c) 2003, 2004-05-29, 2004-09-19 Tero.Karvinen atta iki.fi
# /etc/init.d/autofs restart
Now drives are automatically mounted when you try to access them. You can test it by inserting a cdrom, and cd /mnt/auto/autofs/cdrom. The CDROM is automatically mounted, and ls should show you contents of the cd. When you cd to another directory, such as home directory (cd), CDROM is umounted in four seconds and the eject button in the drive starts working.
To see which drives are mountable (have discs in drive), you can create symlinks (similar to shortcuts) to the mountpoints. You can create the symlinks manually for each drive, for example
# cd /mnt/auto/
# ln -s autofs/cdrom cdrom
<<lessDevices are mounted when users opens their directory, such as /mnt/auto/cdrom, and are unmounted when the directory remains unused for four seconds.
Usage
For example, when user opens directory /mnt/auto/usb/, digital camera is automatically mounted and all the pictures shown in the directory. After four seconds of inactivity, device is unmounted and can be detached.
Manual Configuration
The rest of this document describes manual configuration of mounttero. If you installed the rpm, it did all this configuration automatically and you dont need manual configuration. The scripts below contain some latest and greatest version 0.5 improvements that have not made it to rpm yet, namely more usb partitions.
Create the directories used by the automounter. The directory is the one mentioned in /etc/auto.master:
# mkdir -p /mnt/auto/autofs
Create auto.master to tell autofs daemon that /mnt/auto/autofs directory is handled according to auto.tero
# /etc/auto.master
# mountpoint map options # see also: man 8 autofs
/mnt/auto/autofs /etc/auto.tero --timeout=4
List the actual mountpoints and devices in the automounter map
# /etc/auto.tero
# http://iki.fi/karvinen/linux/doc/automatic-mounting-autofs.html
# mountpoint_key options location_device # man 5 autofs
cdrom -fstype=auto,ro,nosuid,nodev,user :/dev/cdrom
cdrom1 -fstype=auto,ro,nosuid,nodev,user :/dev/cdrom1
usb -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sda1
# second and third partitions in usb device:
usb2 -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :dev/sda2
usb3 -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :dev/sda3
floppy -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/fd0
hda1 -fstype=auto,nosuid,nodev,user :/dev/hda1
hda2 -fstype=auto,nosuid,nodev,user :/dev/hda2
hda3 -fstype=auto,nosuid,nodev,user :/dev/hda3
hda4 -fstype=auto,nosuid,nodev,user :/dev/hda4
hdb1 -fstype=auto,nosuid,nodev,user :/dev/hdb1
hdb2 -fstype=auto,nosuid,nodev,user :/dev/hdb2
hdb3 -fstype=auto,nosuid,nodev,user :/dev/hdb3
hdb4 -fstype=auto,nosuid,nodev,user :/dev/hdb4
hdc1 -fstype=auto,nosuid,nodev,user :/dev/hdc1
hdc2 -fstype=auto,nosuid,nodev,user :/dev/hdc2
hdc3 -fstype=auto,nosuid,nodev,user :/dev/hdc3
hdc4 -fstype=auto,nosuid,nodev,user :/dev/hdc4
hdd1 -fstype=auto,nosuid,nodev,user :/dev/hdd1
hdd2 -fstype=auto,nosuid,nodev,user :/dev/hdd2
hdd3 -fstype=auto,nosuid,nodev,user :/dev/hdd3
hdd4 -fstype=auto,nosuid,nodev,user :/dev/hdd4
# Serial ATA (SATA) disks are IDE emulated in Linux 2.6
hde1 -fstype=auto,nosuid,nodev,user :/dev/hde1
hde2 -fstype=auto,nosuid,nodev,user :/dev/hde2
hde3 -fstype=auto,nosuid,nodev,user :/dev/hde3
hde4 -fstype=auto,nosuid,nodev,user :/dev/hde4
# (c) 2003, 2004-05-29, 2004-09-19 Tero.Karvinen atta iki.fi
# /etc/init.d/autofs restart
Now drives are automatically mounted when you try to access them. You can test it by inserting a cdrom, and cd /mnt/auto/autofs/cdrom. The CDROM is automatically mounted, and ls should show you contents of the cd. When you cd to another directory, such as home directory (cd), CDROM is umounted in four seconds and the eject button in the drive starts working.
To see which drives are mountable (have discs in drive), you can create symlinks (similar to shortcuts) to the mountpoints. You can create the symlinks manually for each drive, for example
# cd /mnt/auto/
# ln -s autofs/cdrom cdrom
Download (0.008MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1659 downloads
tomsrtbt 2.0.103
tomsrtbt is the most GNU/Linux on one floppy disk. more>>
tomsrtbt software is "The most GNU/Linux on one floppy disk" for:
- rescue recovery panic & emergencies
- tools to keep in your shirt pockets
- whenever you cant use a hard drive
Tomsrtbt stands for: "Toms floppy which has a root filesystem and is also bootable."
Design goals:
- as much stuff as possible on 1 floppy disk
- keep it self contained, build under itself
- try to make it behave like a normal system
- rescue and recovery functions get priority
<<less- rescue recovery panic & emergencies
- tools to keep in your shirt pockets
- whenever you cant use a hard drive
Tomsrtbt stands for: "Toms floppy which has a root filesystem and is also bootable."
Design goals:
- as much stuff as possible on 1 floppy disk
- keep it self contained, build under itself
- try to make it behave like a normal system
- rescue and recovery functions get priority
Download (1.7MB)
Added: 2005-05-11 License: GPL (GNU General Public License) Price:
1632 downloads
PoMP 0.1
PoMP is a Power Conscious Multimedia Player. more>>
This is the first public release of PoMP. We develop an algorithm which minimizes the power consumption for multimedia data playback. We implement the algorithm in mpeg2dec. PoMP uses library of mpeg2dec.
You have to install mpeg2dec to execute PoMP. PoMP controls the disk spindle via standard ATA-4 command. At this moment, we only release Linux binary. The disk scheduling algorithm of PoMP v.0.1 is optimized for IBM microdrive DMDM 10340.
PoMP is tested with IBM micro drive attached via IDE interface(ATA-4). You can type the command as follows. Assume that Microdrive is /dev/hde.
$ ./mpeg2dec -b 1024 /mnt/microdrive/santafe.mpeg /dev/hde
<<lessYou have to install mpeg2dec to execute PoMP. PoMP controls the disk spindle via standard ATA-4 command. At this moment, we only release Linux binary. The disk scheduling algorithm of PoMP v.0.1 is optimized for IBM microdrive DMDM 10340.
PoMP is tested with IBM micro drive attached via IDE interface(ATA-4). You can type the command as follows. Assume that Microdrive is /dev/hde.
$ ./mpeg2dec -b 1024 /mnt/microdrive/santafe.mpeg /dev/hde
Download (13.7MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1575 downloads
NASLite 1.2
NASLite is a Network Attached Storage (NAS) server operating system. more>>
NASLite is a collection of single floppy disk based Network Attached Storage (NAS) Server Operating Systems designed to transform a basic computer into a dedicated file server.
NASLite v1.x is intended primarily for use in a small business or home office network. By design, NASLite v1.x is a community file server and does not support features such as user management , the ability to join domains or disk quotas. However, it is very easy to set-up and use.
Main features:
- Easy to operate and to administer
- Inexpensive to run and maintain
- Remote administration through TELNET
- Simple to use configuration menu
- Stable and reliable
- BIOS independent fixed disk drive support
- S.M.A.R.T. support
- Large partition and file support
- Low hardware requirements
- Wide range of PCI hardware support
Enhancements:
- This release adds an enhanced administration utility, a S.M.A.R.T. status enabling/disabling option, and forced manual filesystem checks.
<<lessNASLite v1.x is intended primarily for use in a small business or home office network. By design, NASLite v1.x is a community file server and does not support features such as user management , the ability to join domains or disk quotas. However, it is very easy to set-up and use.
Main features:
- Easy to operate and to administer
- Inexpensive to run and maintain
- Remote administration through TELNET
- Simple to use configuration menu
- Stable and reliable
- BIOS independent fixed disk drive support
- S.M.A.R.T. support
- Large partition and file support
- Low hardware requirements
- Wide range of PCI hardware support
Enhancements:
- This release adds an enhanced administration utility, a S.M.A.R.T. status enabling/disabling option, and forced manual filesystem checks.
Download (1.3MB)
Added: 2005-08-05 License: Other/Proprietary License Price:
1550 downloads
Original Disk Mount Applet 2.10.0
Original Disk Mount Applet is the original disk mount panel applet. more>>
Original Disk Mount Applet is the original disk mount panel applet.
This is the same as the disk mounter included through GNOME 2.8. For GNOME 2.10 the official applet was rewritten, the new version adds the ability to autodetect mountable devices, but drops a significant (all) configurability.
It no longer allows you to choose which devices are displayed on the panel, their order, or icon representation.
Install this applet if you want to restore the old disk mounter behavior for GNOME 2.10.
<<lessThis is the same as the disk mounter included through GNOME 2.8. For GNOME 2.10 the official applet was rewritten, the new version adds the ability to autodetect mountable devices, but drops a significant (all) configurability.
It no longer allows you to choose which devices are displayed on the panel, their order, or icon representation.
Install this applet if you want to restore the old disk mounter behavior for GNOME 2.10.
Download (0.064MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1547 downloads
HacBurn 0.3.5
HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl. more>>
HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl.
HacBurn is a script written in perl using gtk2-perl. It allows a user to use cdrtools and a couple other console applications in a graphical interface to burn CDs.
It can currently burn iso/bin images and audio discs, it can make iso images and also copy CDs. If you have 2 optical drives on the fly copying is available.
<<lessHacBurn is a script written in perl using gtk2-perl. It allows a user to use cdrtools and a couple other console applications in a graphical interface to burn CDs.
It can currently burn iso/bin images and audio discs, it can make iso images and also copy CDs. If you have 2 optical drives on the fly copying is available.
Download (0.084MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1545 downloads
CD Shell 2.1.6
CD Shell is a bootable CD or DVD console interface and script interpreter. more>>
CD Shell is a scriptable menu system that provides the ability to create interactive multi-boot optical discs. It will make PC-bootable compact discs or DVDs that can select from several program loaders or kernels located on the disc, or boot from other local disk drives that are attached to the system.
This utility is based heavily on concepts pioneered by Bart Lagerweij in his great program Diskem1x. CD Shell provides similar functionality to Diskem1x along with many new original features, such as an advanced scripting language, graphics, and mouse support. It also has the ability to interface with other great programs such as isolinux/memdisk, Ranish Partition Manager, and Memtest86+.
CD Shell is free for non-commercial use. The program and its source code is distributed under the NASM License. The distribution and use of some optional components is restricted by their respective licenses.
Enhancements:
- changed behavior of display.message to interpret a backslash as a single-character quote if not recognized as an escape sequence (suggested by Erwin Veermans of the Ultimate Boot CD project)
- isolinux patches as suggested by Charles Appel of the Ultimage Boot CD project
- patched a bug in isolinux that would display some garbage characters when loading a kernel (just before Ready)
- changed behavior for the display command to not show a splash screen unless isolinux was invoked with an empty command line
- incorporated changes to chooser script
- allow onEscape action when user quits the menu
- allow per-item exececute-on-select commands
- fixed a bug where text in the message window wasnt being updated correctly
<<lessThis utility is based heavily on concepts pioneered by Bart Lagerweij in his great program Diskem1x. CD Shell provides similar functionality to Diskem1x along with many new original features, such as an advanced scripting language, graphics, and mouse support. It also has the ability to interface with other great programs such as isolinux/memdisk, Ranish Partition Manager, and Memtest86+.
CD Shell is free for non-commercial use. The program and its source code is distributed under the NASM License. The distribution and use of some optional components is restricted by their respective licenses.
Enhancements:
- changed behavior of display.message to interpret a backslash as a single-character quote if not recognized as an escape sequence (suggested by Erwin Veermans of the Ultimate Boot CD project)
- isolinux patches as suggested by Charles Appel of the Ultimage Boot CD project
- patched a bug in isolinux that would display some garbage characters when loading a kernel (just before Ready)
- changed behavior for the display command to not show a splash screen unless isolinux was invoked with an empty command line
- incorporated changes to chooser script
- allow onEscape action when user quits the menu
- allow per-item exececute-on-select commands
- fixed a bug where text in the message window wasnt being updated correctly
Download (0.30MB)
Added: 2005-08-10 License: Free for non-commercial use Price:
1543 downloads
ByzantineOS 20040404
ByzantineOS is a software Internet Appliance with a home entertainment bias. more>>
ByzantineOS is a software Internet Appliance with a home entertainment bias. It is based on a networked Linux distribution/bootable system with Mozilla providing access to a range of services and applications.
ByzantineOS fits in 32MB (or 48MB) of media and should work on any PC.
Note:With ByzantineOS CD-ROM, there is no need of hard-disks, floppy drives and others. All is needed is a diskless computer with the following parts:
CPU (Intel Pentium)
Motherboard
NIC (Network Interface Card) or MODEM
CD-ROM drive (or DVD drive to play DVD-Video disks!!!)
RAM (128 MB minimum for full graphics)
VESA 2.0 compliant graphic card
The ByzantineOS boots from a CD (business card-sized) and the first thing you will see is a basic menu which allows different types of booting options. These are:
ByzantineOS (Generic): 800x600 framebuffer
ByzantineOS (Generic HiRes) : 1024x768 framebuffer
Now once inside the ByzantineOS type:
startx
to start the X Windows system.
Main features:
- Linux-2.4.22 / Glibc-2.3.2 with devfs support
- devfsd-1.3.25
- squashfs-1.3r2
- alsa-0.9.8
- dhcpcd-1.3.22-pl4
- busybox-1.0-pre8
- epkg-v2.3.8
- openssh-3.7.1p2 (clients)
- DirectFB-0.9.20 / XDirectFB-1.0-rc5
- Metacity-2.6.3
- Mozilla-1.6
- Java(TM) Plug-in 1.4.2_04
- MPlayer 0.92 (mplayerplug-in-2.50)
- XMMS-1.2.10
- Gaim-0.76
- Acrobat5 as a XPI ByzantineOS DropIn
- and their dependencies
<<lessByzantineOS fits in 32MB (or 48MB) of media and should work on any PC.
Note:With ByzantineOS CD-ROM, there is no need of hard-disks, floppy drives and others. All is needed is a diskless computer with the following parts:
CPU (Intel Pentium)
Motherboard
NIC (Network Interface Card) or MODEM
CD-ROM drive (or DVD drive to play DVD-Video disks!!!)
RAM (128 MB minimum for full graphics)
VESA 2.0 compliant graphic card
The ByzantineOS boots from a CD (business card-sized) and the first thing you will see is a basic menu which allows different types of booting options. These are:
ByzantineOS (Generic): 800x600 framebuffer
ByzantineOS (Generic HiRes) : 1024x768 framebuffer
Now once inside the ByzantineOS type:
startx
to start the X Windows system.
Main features:
- Linux-2.4.22 / Glibc-2.3.2 with devfs support
- devfsd-1.3.25
- squashfs-1.3r2
- alsa-0.9.8
- dhcpcd-1.3.22-pl4
- busybox-1.0-pre8
- epkg-v2.3.8
- openssh-3.7.1p2 (clients)
- DirectFB-0.9.20 / XDirectFB-1.0-rc5
- Metacity-2.6.3
- Mozilla-1.6
- Java(TM) Plug-in 1.4.2_04
- MPlayer 0.92 (mplayerplug-in-2.50)
- XMMS-1.2.10
- Gaim-0.76
- Acrobat5 as a XPI ByzantineOS DropIn
- and their dependencies
Download (40MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1537 downloads
mod_dirsize 0.1
mod_dirsize is an Apache module to calculate the disk space used for any virtual host on a server. more>>
mod_dirsize is an Apache module to calculate the disk space used for any virtual host on a server.
The results are displayed in KB using XML.
<<lessThe results are displayed in KB using XML.
Download (0.012MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 downloads
UAE 0.8.25
UAE is a mostly complete software emulation of the hardware of the Commodore Amiga 500/1000/2000. more>>
UAE is a mostly complete software emulation of the hardware of the Commodore Amiga 500/1000/2000.
A Commodore Amiga, for those who dont know, is a 16/32 bit computer system based on the Motorola 680x0 CPU and a few specially designed custom chips that provide very good graphics and sound capabilities. Its first incarnation, the A1000, appeared in 1985, followed by the highly successful A500 and A2000 models.
UAE is written for Unixish systems; it is developed on a Linux machine but it should compile and run on any half-recent Unix-like operating system. It has also been ported to a wide variety of machines and operating systems, including DOS, Windows 95/NT, MacOS, RiscOS, BeOS and NextStep.
UAE is free software: you are welcome to distribute copies of it and/or modify it, under certain conditions. There is no warranty of any kind for UAE. For more details concerning these issues, please read the GNU General Public License, which describes the terms under which UAE is distributed.
Main features:
- A 68000/010/020/040 CPU, optionally a 68881 FPU
- OCS, ECS and AGA Graphics Chipset (including sprite-playfield collisions)
- Up to 2MB Chip RAM and up to 8MB Fast RAM, or 8MB Chip RAM without Fast RAM
- Up to 64MB Zorro III Fast RAM, independent of Chip RAM setting (68020+ only)
- Up to 1MB Slow RAM, for extended compatibility with problem software
- Up to 8MB of graphics card memory, usable by software that supports Picasso 96 compatible graphics cards
- 4 x 3.5" floppy disk drives (DF0:, DF1:, DF2: and DF3:). Its not possible to read Amiga disks, so these are emulated with disk files.
- A hard-disk: either a harddisk image file or part of the native filesystem
- Joystick support (with option of mapping joystick to numeric keypad)
- Mouse support
- Ability to run in various screen modes (for better display quality or better speed)
- Full stereo sound support, consisting of 4 x 8bit channels
- Simple parallel and serial port support. Note: the parallel port is not really implemented. Though its sufficient for printing.
- state-saving. you can save the state of your emulated Amiga and continue later on.
- some other things which dont work well enough to mention them here...
<<lessA Commodore Amiga, for those who dont know, is a 16/32 bit computer system based on the Motorola 680x0 CPU and a few specially designed custom chips that provide very good graphics and sound capabilities. Its first incarnation, the A1000, appeared in 1985, followed by the highly successful A500 and A2000 models.
UAE is written for Unixish systems; it is developed on a Linux machine but it should compile and run on any half-recent Unix-like operating system. It has also been ported to a wide variety of machines and operating systems, including DOS, Windows 95/NT, MacOS, RiscOS, BeOS and NextStep.
UAE is free software: you are welcome to distribute copies of it and/or modify it, under certain conditions. There is no warranty of any kind for UAE. For more details concerning these issues, please read the GNU General Public License, which describes the terms under which UAE is distributed.
Main features:
- A 68000/010/020/040 CPU, optionally a 68881 FPU
- OCS, ECS and AGA Graphics Chipset (including sprite-playfield collisions)
- Up to 2MB Chip RAM and up to 8MB Fast RAM, or 8MB Chip RAM without Fast RAM
- Up to 64MB Zorro III Fast RAM, independent of Chip RAM setting (68020+ only)
- Up to 1MB Slow RAM, for extended compatibility with problem software
- Up to 8MB of graphics card memory, usable by software that supports Picasso 96 compatible graphics cards
- 4 x 3.5" floppy disk drives (DF0:, DF1:, DF2: and DF3:). Its not possible to read Amiga disks, so these are emulated with disk files.
- A hard-disk: either a harddisk image file or part of the native filesystem
- Joystick support (with option of mapping joystick to numeric keypad)
- Mouse support
- Ability to run in various screen modes (for better display quality or better speed)
- Full stereo sound support, consisting of 4 x 8bit channels
- Simple parallel and serial port support. Note: the parallel port is not really implemented. Though its sufficient for printing.
- state-saving. you can save the state of your emulated Amiga and continue later on.
- some other things which dont work well enough to mention them here...
Download (0.39MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1514 downloads
Duff GTK 0.0.2
Duff GTK is a tool to see the disk usage of your folders and files to help you clean up your drive. more>>
Duff GTK is a tool to see the disk usage of your folders and files to help you clean up your drive.
Shows the disk usage of a folder using a graphic interface.
<<lessShows the disk usage of a folder using a graphic interface.
Download (0.12MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1489 downloads
KaTeker 0.95
KaTeker is a backup tool for Linux useful for small companies and private people. more>>
KaTeker is a backup tool for Linux useful for small companies and private people. It saves data onto hard disk and CDs or other random access media.
<<less Download (15.72MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1488 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above disk drives 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