30mb
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3
bzip2smp 1.0
bzip2smp parallelizes the bzip2 compression process to achieve a near-linear performance increase on SMP machines. more>>
bzip2smp parallelizes the bzip2 compression process to achieve a near-linear performance increase on SMP machines.
This program parallelizes the BZIP2 compression process to achieve a near-linear performance increase on SMP machines. On a two-processor Xeon machine, the speedup is around 180%.
The tools main purpose is to aid performing heavy-duty server backups. It can also be used on modern desktop multicore processors (AMD Athlon64 X2, Intel Pentium D etc).
There is NO speedup coming from hyperthreading on the hyperthreaded machines, since hyperthreads dont have dedicated caches, and the bzip2 is very cache-dependent. Expect degraded performance if you try utilizing hyperthreads.
The compression process requires more memory than the normal bzip2 -- some 15Mb average for 2 CPUs, 30Mb for 4 CPUs, etc. This should not pose any problem on a typical memory-rich server/workstation hardware, though.
The resulting archives are bit-by-bit identical to the ones produced by the normal bzip2, at least as of version 1.0.2.
No decompression is supported. The compression is stdin-to-stdout only.
If you need the missing features, you are welcome to implement them. Maybe someday the program will be fully interchangeable with bzip2, as a result. For now, it is not. Please also note that there is a similar program out there, pbzip2.
Unfortunately, it does not support compression from stdin (meaning no "tar | pbzip2"), it does not produce the archives equal to the original bzip2 (although compatible, they are larger), and it felt overall a bit too amateur for me to trust my production backup data to it. So I coded my own one.
This program incorporates the modified libbzip2 sources (part of bzip2). The sources have to be modified because it was not feasible to split the rle compression, block sorting and bit-storing stages apart with the stock library design. This separation was merely hacked in -- to make it the clean way, the library has to be redesigned. This was not the goal, though.
The program was only tested under Linux, kernel 2.6. It should work on any Posix system with pthreads support, but this was not tested, so expect compilation problems. See INSTALL file for details.
The program is meant to be used in production environment. It should be sufficiently stable, but more testing is welcome. I use it myself, but I still dont guarantee you anything. You use it on your own risk, dont blame me if something goes wrong -- send bug reports and patches instead.
<<lessThis program parallelizes the BZIP2 compression process to achieve a near-linear performance increase on SMP machines. On a two-processor Xeon machine, the speedup is around 180%.
The tools main purpose is to aid performing heavy-duty server backups. It can also be used on modern desktop multicore processors (AMD Athlon64 X2, Intel Pentium D etc).
There is NO speedup coming from hyperthreading on the hyperthreaded machines, since hyperthreads dont have dedicated caches, and the bzip2 is very cache-dependent. Expect degraded performance if you try utilizing hyperthreads.
The compression process requires more memory than the normal bzip2 -- some 15Mb average for 2 CPUs, 30Mb for 4 CPUs, etc. This should not pose any problem on a typical memory-rich server/workstation hardware, though.
The resulting archives are bit-by-bit identical to the ones produced by the normal bzip2, at least as of version 1.0.2.
No decompression is supported. The compression is stdin-to-stdout only.
If you need the missing features, you are welcome to implement them. Maybe someday the program will be fully interchangeable with bzip2, as a result. For now, it is not. Please also note that there is a similar program out there, pbzip2.
Unfortunately, it does not support compression from stdin (meaning no "tar | pbzip2"), it does not produce the archives equal to the original bzip2 (although compatible, they are larger), and it felt overall a bit too amateur for me to trust my production backup data to it. So I coded my own one.
This program incorporates the modified libbzip2 sources (part of bzip2). The sources have to be modified because it was not feasible to split the rle compression, block sorting and bit-storing stages apart with the stock library design. This separation was merely hacked in -- to make it the clean way, the library has to be redesigned. This was not the goal, though.
The program was only tested under Linux, kernel 2.6. It should work on any Posix system with pthreads support, but this was not tested, so expect compilation problems. See INSTALL file for details.
The program is meant to be used in production environment. It should be sufficiently stable, but more testing is welcome. I use it myself, but I still dont guarantee you anything. You use it on your own risk, dont blame me if something goes wrong -- send bug reports and patches instead.
Download (0.045MB)
Added: 2005-12-05 License: BSD License Price:
1420 downloads
Monkey Linux 06
Monkey Linux is a minimal Linux ELF distribution in 7.5MB archive (5 diskettes) more>>
Monkey Linux can be extracted to the DOS filesystem (to the FAT32 too). This is complete small ELF distribution with latest kernel on 5 diskettes. Monkey can run on this minimal HW: 386SX, 4MB RAM, 30MB on IDE HDD.
Contain X Window for any SVGA videocard, support for network, support for 3C5x9, 3c59x, 3c900, NE2000/NE1000, WD80x3 ethernet cards, ATAPI/MITSUMI CD. There is some ready-to-install packages, GCC and kernel source for compiling your own kernel too.
Main features:
- minimal Linux ELF distribution in 7.5MB archive (5 diskettes)
- Monkey is small, but is not only a toy
- contain X Window
- full network support with TCP/IP and IPX/SPX
- latest Kernel with modules
- some ready-to-install packages with usefull software
- usually Linux distributions need repartition with previous full backup. With Monkey Linux you can simply extract all the files to one directory. Linux will use MSDOS FAT as well as I think (also FAT32). This allows you to experiment with Linux everywhere you want. You do not need to know anything about fdisk, ext2, bootdisk, rootdisk, etc.
- you may install any other Linux applications
- Monkey is not really complete distribution - use Slackware, RedHat, etc. (Monkey will be probably your first step...)
- X Window Xfree 3.2 (SVGA server for Trident, Cirrus, Realtek, ...)
- Fvwm95, xterm
- editors: vi, joe (Wordstar compatibile editor)
- telnet, ssh, ftp, traceroute, nslookup, Lynx, (Netscape in the installable package)
- bootpd, bootpgw, cron
- many utilities for text procesing (awk, sed, perl, ...)
- utilities for working with IPX/SPX
- support for many filesystems
<<lessContain X Window for any SVGA videocard, support for network, support for 3C5x9, 3c59x, 3c900, NE2000/NE1000, WD80x3 ethernet cards, ATAPI/MITSUMI CD. There is some ready-to-install packages, GCC and kernel source for compiling your own kernel too.
Main features:
- minimal Linux ELF distribution in 7.5MB archive (5 diskettes)
- Monkey is small, but is not only a toy
- contain X Window
- full network support with TCP/IP and IPX/SPX
- latest Kernel with modules
- some ready-to-install packages with usefull software
- usually Linux distributions need repartition with previous full backup. With Monkey Linux you can simply extract all the files to one directory. Linux will use MSDOS FAT as well as I think (also FAT32). This allows you to experiment with Linux everywhere you want. You do not need to know anything about fdisk, ext2, bootdisk, rootdisk, etc.
- you may install any other Linux applications
- Monkey is not really complete distribution - use Slackware, RedHat, etc. (Monkey will be probably your first step...)
- X Window Xfree 3.2 (SVGA server for Trident, Cirrus, Realtek, ...)
- Fvwm95, xterm
- editors: vi, joe (Wordstar compatibile editor)
- telnet, ssh, ftp, traceroute, nslookup, Lynx, (Netscape in the installable package)
- bootpd, bootpgw, cron
- many utilities for text procesing (awk, sed, perl, ...)
- utilities for working with IPX/SPX
- support for many filesystems
Download (1.4MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1538 downloads
Parted Magic 1.8
Parted Magic is a ~30mb LiveCD/USB with its only purpose being partitioning hard drives. more>>
Parted Magic is a ~30mb LiveCD/USB with its only purpose being partitioning hard drives. Although GParted and Parted are the main programs, the CD/USB also offers programs like partimage, testdisk, fdisk, sfdisk, dd, etc...
Parted Magic is based on my work from the GParted LiveCD project and falls under the terms of the GPL.
Enhancements:
- We added dd_rhelp, sdparm, mbr, and xfburn for starters. Updated programs: linux-2.6.22, e2fsprogs-1.40.2, ntfs-3g-1.710, dd_rescue-1.13, ddrescue-1.5, leafpad-0.8.11, file-4.21, testdisk-6.7, mdadm-2.6.1, pciutils-2.2.5, syslinux-3.51, isomaster-1.0, hdparm-7.4, xfsprogs_2.8.21-1, busybox-1.5.1, and usbutils-0.72. All menus are bypassed now. After the syslinux menu, it boots to the desktop without any other interruptions. You can now create the LiveUSB from the LiveCD by using our new USB Operations program...
<<lessParted Magic is based on my work from the GParted LiveCD project and falls under the terms of the GPL.
Enhancements:
- We added dd_rhelp, sdparm, mbr, and xfburn for starters. Updated programs: linux-2.6.22, e2fsprogs-1.40.2, ntfs-3g-1.710, dd_rescue-1.13, ddrescue-1.5, leafpad-0.8.11, file-4.21, testdisk-6.7, mdadm-2.6.1, pciutils-2.2.5, syslinux-3.51, isomaster-1.0, hdparm-7.4, xfsprogs_2.8.21-1, busybox-1.5.1, and usbutils-0.72. All menus are bypassed now. After the syslinux menu, it boots to the desktop without any other interruptions. You can now create the LiveUSB from the LiveCD by using our new USB Operations program...
Download (35.6MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
536 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 30mb 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