macos x86
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 537
mcelog 0.7
mcelog decodes machine check events (hardware errors) on x86-64 machines running a 64-bit Linux kernel. more>>
mcelog decodes machine check events (hardware errors) on x86-64 machines running a 64-bit Linux kernel.
It should be run regularly as a cron job on any x86-64 Linux system (if it is not in the default packages on your x86-64 distribution, please complain to your distributor).
mcelog project can also decode machine check panic messages from console logs.
The latest x86-64 2.6 kernel wont log machine check errors to the kernel log anymore. You need this tool to decode them.
Create the device first.
mknod /dev/mcelog c 10 227
Enhancements:
- Modifier command line options are now allowed after --ascii.
- A decoded address is no longer printed twice for --ascii.
- The SMBIOS anchor scan was fixed to work on more machines and no longer crashes when no anchor is found. --ascii reparsing of mcelog output was fixed.
- NONE entries are not printed in SMBIOS.
<<lessIt should be run regularly as a cron job on any x86-64 Linux system (if it is not in the default packages on your x86-64 distribution, please complain to your distributor).
mcelog project can also decode machine check panic messages from console logs.
The latest x86-64 2.6 kernel wont log machine check errors to the kernel log anymore. You need this tool to decode them.
Create the device first.
mknod /dev/mcelog c 10 227
Enhancements:
- Modifier command line options are now allowed after --ascii.
- A decoded address is no longer printed twice for --ascii.
- The SMBIOS anchor scan was fixed to work on more machines and no longer crashes when no anchor is found. --ascii reparsing of mcelog output was fixed.
- NONE entries are not printed in SMBIOS.
Download (0.009MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1273 downloads
Conserver 8.1.14
Conserver is an application that allows multiple users to watch a serial console at the same time. more>>
Conserver is an application that allows multiple users to watch a serial console at the same time. Conserver project can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality.
The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates).
With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever.
Heres a list of systems that Ive been told can successfully compile conserver. If anyone has more to add to this list (or something on the list doesnt work any more), please let me know.
- AIX 4.3.3/5.1/5.2, native cc
- BSDI BSD/OS 3.X, gcc
- Cygwin (w2k),gcc 2.95.3
- DEC Tru64 4.0, gcc
- DEC Tru64 4.0/5.1, native cc
- FreeBSD 4.2/4.8/5.1 (x86), gcc
- HP-UX 10.20, gcc
- HP-UX 11.10 parisc and ia64, native cc
- Irix 6.15, native cc
- Linux 2.2.18 (x86), gcc
- Linux 2.4.2 (x86), gcc
- Linux ia64, native gcc
- Linux RedHat 6.2 and 7.2 (x86), native gcc
- MacOS X, native gcc
- Solaris 2.5.1 thru 9 (sparc/x86), gcc
- Solaris 7/8, native cc
<<lessThe idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates).
With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever.
Heres a list of systems that Ive been told can successfully compile conserver. If anyone has more to add to this list (or something on the list doesnt work any more), please let me know.
- AIX 4.3.3/5.1/5.2, native cc
- BSDI BSD/OS 3.X, gcc
- Cygwin (w2k),gcc 2.95.3
- DEC Tru64 4.0, gcc
- DEC Tru64 4.0/5.1, native cc
- FreeBSD 4.2/4.8/5.1 (x86), gcc
- HP-UX 10.20, gcc
- HP-UX 11.10 parisc and ia64, native cc
- Irix 6.15, native cc
- Linux 2.2.18 (x86), gcc
- Linux 2.4.2 (x86), gcc
- Linux ia64, native gcc
- Linux RedHat 6.2 and 7.2 (x86), native gcc
- MacOS X, native gcc
- Solaris 2.5.1 thru 9 (sparc/x86), gcc
- Solaris 7/8, native cc
Download (0.29MB)
Added: 2006-04-10 License: BSD License Price:
1294 downloads
MikeOS 0.40
MikeOS is an operating system for x86 PCs, written entirely in assembler. more>>
MikeOS is an operating system for x86 PCs, written entirely in assembler. Its not intended to to become a fully-fledged general purpose OS -- instead, its designed for learning basic OS design and x86 assembly language. Consequently, it runs in 16-bit mode (for BIOS access) and has very low system requirements.
Current features include: FAT12 floppy disk reading; menu-based program selector; command-line interface; 26 system calls (eg screen and string handling); rudimentary DOS compatibility; an API for developers; example programs and more. To run MikeOS, download the compressed archive from the links below -- this includes the full source code and disk images.
Enhancements:
- Many new DOS compatibility functions from Peter Nemeth.
- Initial printer and serial modem support.
- Store and reload registers when launching DOS programs.
- VisiCalc now loads.
<<lessCurrent features include: FAT12 floppy disk reading; menu-based program selector; command-line interface; 26 system calls (eg screen and string handling); rudimentary DOS compatibility; an API for developers; example programs and more. To run MikeOS, download the compressed archive from the links below -- this includes the full source code and disk images.
Enhancements:
- Many new DOS compatibility functions from Peter Nemeth.
- Initial printer and serial modem support.
- Store and reload registers when launching DOS programs.
- VisiCalc now loads.
Download (MB)
Added: 2007-01-16 License: BSD License Price:
1014 downloads
EasyBMP 1.06
EasyBMP is a cross-platform C++ library for reading and writing Windows bitmap (BMP) files. more>>
EasyBMP is a simple, cross-platform C++ library designed for easily reading, writing, and modifying Windows bitmap (BMP) image files. You can learn more about the history and goals of the project here.
The library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
<<lessThe library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
Download (0.016MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1060 downloads
MacOS-X Aqua Theme 1.2.1
MacOS-X Aqua Theme provides a GTK 2.x Theme/Style. more>>
MacOS-X Aqua Theme provides a GTK 2.x Theme/Style.
Installation guide :
[Part 1] GTK2 Theme
Step 1 : If you have got the old version before, then delete the old version.
rm -Rf ~/.themes/MacOS-X
if not, skip this step.
Step 2 : Unpack the downloaded file.
tar zxf 13548-Gnome_MacOS-X_Aqua_Theme_20040730.tar.gz
Step 3 : Move the entire folder named "MacOS-X" into ~/.themes
mv MacOS-X ~/.themes
Enhancements:
- Fixed bugs found in gtk theme.
- 72x72 and 96x96 icons added to Icon theme.
<<lessInstallation guide :
[Part 1] GTK2 Theme
Step 1 : If you have got the old version before, then delete the old version.
rm -Rf ~/.themes/MacOS-X
if not, skip this step.
Step 2 : Unpack the downloaded file.
tar zxf 13548-Gnome_MacOS-X_Aqua_Theme_20040730.tar.gz
Step 3 : Move the entire folder named "MacOS-X" into ~/.themes
mv MacOS-X ~/.themes
Enhancements:
- Fixed bugs found in gtk theme.
- 72x72 and 96x96 icons added to Icon theme.
Download (0.33MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
646 downloads
WMCPULoad 1.0.1
WMCPULoad is a CPU monitor dockapp which has an LCD look-alike user interface. more>>
WMCPULoad is a CPU monitor dockapp which has an LCD look-alike user interface, and displays the current usage, expressed as a percentile and a chart, The back-light may be turned on/off by clicking the mouse button over the application.
If the CPU usage hits a certain threshold, an alarm-mode will alert you by turning back-light on. WMCPULoad runs on GNU/Linux, FreeBSD, OpenBSD, NetBSD, BSDi, Solaris, Cygwin, IRIX and Darwin.
Supported Platforms:
(ie: Ive heard someone has compiled it on...)
- GNU/Linux Redhat 7.0, 7.1, 7.2, 7.3 (x86)
- GNU/Linux Mandrake 7.2, 8.0, 8.1, 8.2 (x86, ppc)
- Debian GNU/Linux 2.2 potato (x86)
- Debian GNU/Linux 3.0 woody, sarge, sid
(x86, alpha, arm, hppa, ia64, m68k, mips, ppc, s390, sparc)
- GNU/Linux SuSE 7.0, 7.1 (x86)
- GNU/Linux Gentoo 1.0, 1.0a (x86, powerpc)
- FreeBSD 3.5-STABLE (x86)
- FreeBSD 4-STABLE (x86, alpha)
- FreeBSD 5-CURRENT (x86, alpha)
- OpenBSD 2.9 (x86)
- NetBSD 1.5 (x86, amigappc, bebox, macppc, powerpc, prep, vax)
- BSDi 4.1
- Solaris 7, 8
- Cygwin 1.3.3 / Windows 98, Me
- Cygwin 1.3.10 / Windows 98, Me, 2000
- IRIX 6.5
- Darwin 6.0.1
Installation:
1: tar -zxvf wmcpuload-< version >.tar.gz
2: cd wmcpuload-< version >
3: ./configure
4: make
5: su root
6: make install (or make install-strip)
7: wmcpuload &
NOTE: Non-GNU make may not work. e.g., it doesnt work on OpenBSD when you run make clean
<<lessIf the CPU usage hits a certain threshold, an alarm-mode will alert you by turning back-light on. WMCPULoad runs on GNU/Linux, FreeBSD, OpenBSD, NetBSD, BSDi, Solaris, Cygwin, IRIX and Darwin.
Supported Platforms:
(ie: Ive heard someone has compiled it on...)
- GNU/Linux Redhat 7.0, 7.1, 7.2, 7.3 (x86)
- GNU/Linux Mandrake 7.2, 8.0, 8.1, 8.2 (x86, ppc)
- Debian GNU/Linux 2.2 potato (x86)
- Debian GNU/Linux 3.0 woody, sarge, sid
(x86, alpha, arm, hppa, ia64, m68k, mips, ppc, s390, sparc)
- GNU/Linux SuSE 7.0, 7.1 (x86)
- GNU/Linux Gentoo 1.0, 1.0a (x86, powerpc)
- FreeBSD 3.5-STABLE (x86)
- FreeBSD 4-STABLE (x86, alpha)
- FreeBSD 5-CURRENT (x86, alpha)
- OpenBSD 2.9 (x86)
- NetBSD 1.5 (x86, amigappc, bebox, macppc, powerpc, prep, vax)
- BSDi 4.1
- Solaris 7, 8
- Cygwin 1.3.3 / Windows 98, Me
- Cygwin 1.3.10 / Windows 98, Me, 2000
- IRIX 6.5
- Darwin 6.0.1
Installation:
1: tar -zxvf wmcpuload-< version >.tar.gz
2: cd wmcpuload-< version >
3: ./configure
4: make
5: su root
6: make install (or make install-strip)
7: wmcpuload &
NOTE: Non-GNU make may not work. e.g., it doesnt work on OpenBSD when you run make clean
Download (0.10MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1103 downloads
MplayerXP 0.6.2
MplayerXP is a mplayer with extra performance. more>>
MplayerXP is a branch of the well known mplayer (http://mplayerhq.hu) which is based on the new (thread based) core. MplayerXP project was designed for x86 architecture but was ported on DecAlpha, SUN, PowerPC.
The new core provides better CPU utilization and excellently improves performance of video decoding. Main goal of this project is to get monotonous CPU loading during movie playback.
This project is a media player for *nix systems. It was designed for Linux, but works on other unices like: FreeBSD, QNX.
MplayerXP project was designed for x86 architecture but was ported on DecAlpha, SUN, PowerPC.
Enhancements:
- synchronized libloader with mplayerhq
- updated ffmpeg codecs (fixes some lacks of prev release)
- added support for new codecs
- fixed segfault in MPC demuxer
<<lessThe new core provides better CPU utilization and excellently improves performance of video decoding. Main goal of this project is to get monotonous CPU loading during movie playback.
This project is a media player for *nix systems. It was designed for Linux, but works on other unices like: FreeBSD, QNX.
MplayerXP project was designed for x86 architecture but was ported on DecAlpha, SUN, PowerPC.
Enhancements:
- synchronized libloader with mplayerhq
- updated ffmpeg codecs (fixes some lacks of prev release)
- added support for new codecs
- fixed segfault in MPC demuxer
Download (2.50MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
565 downloads
Bochs 2.3
Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. more>>
Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. Bochs project includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS.
Currently, Bochs can be compiled to emulate a 386, 486, Pentium, Pentium Pro or AMD64 CPU, including optional MMX, SSE, SSE2 and 3DNow! instructions.
Bochs is capable of running most Operating Systems inside the emulation including Linux, Windows 95, DOS, and Windows NT 4. Bochs was written by Kevin Lawton and is currently maintained by this project.
Bochs can be compiled and used in a variety of modes, some which are still in development. The typical use of bochs is to provide complete x86 PC emulation, including the x86 processor, hardware devices, and memory.
This allows you to run OSs and software within the emulator on your workstation, much like you have a machine inside of a machine. For instance, lets say your workstation is a Unix/X11 workstation, but you want to run Win95 applications.
Bochs will allow you to run Win 95 and associated software on your Unix/X11 workstation, displaying a window on your workstation, simulating a monitor on a PC.
<<lessCurrently, Bochs can be compiled to emulate a 386, 486, Pentium, Pentium Pro or AMD64 CPU, including optional MMX, SSE, SSE2 and 3DNow! instructions.
Bochs is capable of running most Operating Systems inside the emulation including Linux, Windows 95, DOS, and Windows NT 4. Bochs was written by Kevin Lawton and is currently maintained by this project.
Bochs can be compiled and used in a variety of modes, some which are still in development. The typical use of bochs is to provide complete x86 PC emulation, including the x86 processor, hardware devices, and memory.
This allows you to run OSs and software within the emulator on your workstation, much like you have a machine inside of a machine. For instance, lets say your workstation is a Unix/X11 workstation, but you want to run Win95 applications.
Bochs will allow you to run Win 95 and associated software on your Unix/X11 workstation, displaying a window on your workstation, simulating a monitor on a PC.
Download (2.6MB)
Added: 2006-08-27 License: GPL (GNU General Public License) Price:
1166 downloads
Udis86 1.5
Udis86 is a binary file disassembler for x86/x86-64 with support for MMX, x87, 3Dnow! etc. more>>
Udis86/64 is (as of now) a binary file disassembler for the x86 and x86-64 (AMD64) architectures, capable of disassembling 16/32/64 bit binary files to AT&T or INTEL assembly language syntax.
[COPYRIGHt=1] Udis86 focuses on providing the basic disassembler functionality in executable format as well as a static library libudis86.a for use as the core of object/executable file diassembler programs.
Enhancements:
- Decode fixes.
- Fixed buffer overrun vulnerabilities. Input streaming is more robust now.
<<less[COPYRIGHt=1] Udis86 focuses on providing the basic disassembler functionality in executable format as well as a static library libudis86.a for use as the core of object/executable file diassembler programs.
Enhancements:
- Decode fixes.
- Fixed buffer overrun vulnerabilities. Input streaming is more robust now.
Download (0.10MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
835 downloads
Linice 2.6
Linice is an x86 source-level kernel debugger. more>>
Linice is a source-level kernel debugger for x86 systems with the look and feel of SoftIce for MS Windows.
It is designed for people who are already familiar with SoftIce, but anyone can quickly get used to it. It can break into a running kernel at any time using a hotkey and supports breakpoints and single step on modules, the kernel, or user programs.
Linice supports the VGA frame buffer, the X Window System, serial connections, and monochrome adapters.
Enhancements:
- A bug in linsym where getlogin() would return NULL for some kernels has been fixed.
- This fixes a linsym segfault reported by a number of users.
<<lessIt is designed for people who are already familiar with SoftIce, but anyone can quickly get used to it. It can break into a running kernel at any time using a hotkey and supports breakpoints and single step on modules, the kernel, or user programs.
Linice supports the VGA frame buffer, the X Window System, serial connections, and monochrome adapters.
Enhancements:
- A bug in linsym where getlogin() would return NULL for some kernels has been fixed.
- This fixes a linsym segfault reported by a number of users.
Download (0.91MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1551 downloads
AuCDtect for Linux X86 0.8 Release 3
A free console program for determining the authenticity of musical CDs. more>> AuCDtect - is a free console program for determining the authenticity of musical CDs. By evaluating the character of audio data a CD contains, Tau Analyzer can distinguish between original studio-based recordings and those that have been "reconstructed" using a lossy audio source, such as MP3. Console app.<<less
Download (28KB)
Added: 2009-04-03 License: Freeware Price: Free
206 downloads
gatling 0.8
gatling is a high-performance HTTP and FTP server. more>>
gatling is a high-performance HTTP and FTP server. It is small, fast, and scalable, and uses platform-specific performance and scalability APIs.
It supports connection keep-alive, el-cheapo virtual domains (similar to thttpd), IPv6, and Content-Range (not the full specs, just a-b or a-byte ranges).
Main features:
- Small! (100k static Linux-x86 binary with HTTP and FTP support)
- Fast! (measure for yourself, please)
- Scalable! (see this document, measured using tools that are included in the gatling distribution.
- Uses platform-specific performance and scalability APIs on Linux 2.4, Linux 2.6, NetBSD current (2.0+), FreeBSD 4+, OpenBSD 3.4+, Solaris 9+, AIX 5L, IRIX 6.5+, MacOS X Panther+, HP-UX 11+
- connection keep-alive
- el-cheapo virtual domains (similar to thttpd)
- IPv6 support
- Content-Range (not the full specs, just a-b or a- byte ranges)
- transparent content negotiation (will serve foo.html.gz if foo.html was asked for and browser indicates it understands deflate)
- With optional directory index generation
- Will only serve world readable files (so you dont export files accidentally)
- Supports FTP and FTP upload as well (upload only to world writable directories and the files wont be downloadable unless you chmod a+r them manually)
- CGI support for HTTP
- El-cheapo .htaccess support (see README.htaccess)
- Quick-and-dirty SSL/TLS support (see README.tls)
Enhancements:
- A pipelining bug was fixed.
- HTTP headers are now sent to CGIs as HTTP_FOO=bar environment variables.
- Cleanups were made for GCC 4.
- Temporary fallback redirects were added.
- CGI slaves are now only forked if the -C option is given on the command line.
- IRIX compatibility was established.
<<lessIt supports connection keep-alive, el-cheapo virtual domains (similar to thttpd), IPv6, and Content-Range (not the full specs, just a-b or a-byte ranges).
Main features:
- Small! (100k static Linux-x86 binary with HTTP and FTP support)
- Fast! (measure for yourself, please)
- Scalable! (see this document, measured using tools that are included in the gatling distribution.
- Uses platform-specific performance and scalability APIs on Linux 2.4, Linux 2.6, NetBSD current (2.0+), FreeBSD 4+, OpenBSD 3.4+, Solaris 9+, AIX 5L, IRIX 6.5+, MacOS X Panther+, HP-UX 11+
- connection keep-alive
- el-cheapo virtual domains (similar to thttpd)
- IPv6 support
- Content-Range (not the full specs, just a-b or a- byte ranges)
- transparent content negotiation (will serve foo.html.gz if foo.html was asked for and browser indicates it understands deflate)
- With optional directory index generation
- Will only serve world readable files (so you dont export files accidentally)
- Supports FTP and FTP upload as well (upload only to world writable directories and the files wont be downloadable unless you chmod a+r them manually)
- CGI support for HTTP
- El-cheapo .htaccess support (see README.htaccess)
- Quick-and-dirty SSL/TLS support (see README.tls)
Enhancements:
- A pipelining bug was fixed.
- HTTP headers are now sent to CGIs as HTTP_FOO=bar environment variables.
- Cleanups were made for GCC 4.
- Temporary fallback redirects were added.
- CGI slaves are now only forked if the -C option is given on the command line.
- IRIX compatibility was established.
Download (0.060MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1446 downloads
aLinux 12.8
Peanut Linux is designed to be a small distribution. more>>
With aLinux OS you only have to download alinux.iso LiveCD(burn to a 650 Mb CD-R or CD-RW and boot it). aLinux is a configured Linux OS that has a most spectacular Graphical Interface, in our words, the most astounding, versatile, usable & stable operating system today!
Especially made for those new to Linux, we believe this to be the most PROFESSIONAL, FASTEST and FUN distribution yet!. We believe our applications exceed SuSE, Red Hat, Corel, Slackware, Caldera, Mandrake, etc ...
We aim to please all user(s), expert(s) and newbie(s) alike who have already tried Windows 9x, Me, NT, 2K, XP, OS/2, BeOS even MacOS but want to gain the real experience for your PC!. aLinux OS at only 650+ Mb to download, comes jam packed with some of the most newest LINUX software available today!.
A 100% pure LINUX Glibc 3.3.4, Libc6 ELF system. The entire system when installed is less than 2 Gb! in our experience making it the fastest, convenient, operable and appealing Linux Operating System for your x86 PC.
Main features:
- Kernel 2.6.14
- PHP 5.0.5
- MySQL 5.0.15
- Xitami 2.5-c2 httpd/ftpd
- SSH 4.2p1 server/client
- Telnet 0.17 server/client
- VNC server/client
- RPC portmapper
- Xfprot 1.15 - 4.6.2 Antivirus Software
- KDE 3.4.3. KTTS - True Speech modules
- KOFFICE SUITE 1.4.2 - Simply beautiful!
- Quanta Plus for Web Development
- Aptget/Synaptic / Aptitude rpm-based pkg.mgmt.
- Xorg 6.8.3 20051120
- Firestarter Firewall
- Mozilla/Seamonkey 1.9a1
- Mplayer VideoMedia
- XMMS MultiMedia
- Games Galore
- The GIMP! 2.3 - Photoshop alternative
- Many More Gorgeous True Type Fonts!
- Addons - Gaim 2.0.0 - Webcam Edition supporting YaHOO!, MSN, AOL/AIM, ICQ, Jabber, etc.
- Gyach-Enhanced! The Ultimate YaHOO! Messenger with Voice/Webcam features.
Enhancements:
- The API was changed by updating to glibc 2.4 and GCC 4.1.1.
- Other updates include KDE 3.5.3 and KOffice 1.5.2. Xorg was removed and replaced with XFree86 4.6.0.
- The Linux kernel version is 2.6.17 with IVTV.
- A MultiMedia desktop was added for high definition users.
<<lessEspecially made for those new to Linux, we believe this to be the most PROFESSIONAL, FASTEST and FUN distribution yet!. We believe our applications exceed SuSE, Red Hat, Corel, Slackware, Caldera, Mandrake, etc ...
We aim to please all user(s), expert(s) and newbie(s) alike who have already tried Windows 9x, Me, NT, 2K, XP, OS/2, BeOS even MacOS but want to gain the real experience for your PC!. aLinux OS at only 650+ Mb to download, comes jam packed with some of the most newest LINUX software available today!.
A 100% pure LINUX Glibc 3.3.4, Libc6 ELF system. The entire system when installed is less than 2 Gb! in our experience making it the fastest, convenient, operable and appealing Linux Operating System for your x86 PC.
Main features:
- Kernel 2.6.14
- PHP 5.0.5
- MySQL 5.0.15
- Xitami 2.5-c2 httpd/ftpd
- SSH 4.2p1 server/client
- Telnet 0.17 server/client
- VNC server/client
- RPC portmapper
- Xfprot 1.15 - 4.6.2 Antivirus Software
- KDE 3.4.3. KTTS - True Speech modules
- KOFFICE SUITE 1.4.2 - Simply beautiful!
- Quanta Plus for Web Development
- Aptget/Synaptic / Aptitude rpm-based pkg.mgmt.
- Xorg 6.8.3 20051120
- Firestarter Firewall
- Mozilla/Seamonkey 1.9a1
- Mplayer VideoMedia
- XMMS MultiMedia
- Games Galore
- The GIMP! 2.3 - Photoshop alternative
- Many More Gorgeous True Type Fonts!
- Addons - Gaim 2.0.0 - Webcam Edition supporting YaHOO!, MSN, AOL/AIM, ICQ, Jabber, etc.
- Gyach-Enhanced! The Ultimate YaHOO! Messenger with Voice/Webcam features.
Enhancements:
- The API was changed by updating to glibc 2.4 and GCC 4.1.1.
- Other updates include KDE 3.5.3 and KOffice 1.5.2. Xorg was removed and replaced with XFree86 4.6.0.
- The Linux kernel version is 2.6.17 with IVTV.
- A MultiMedia desktop was added for high definition users.
Download (760.6MB)
Added: 2006-07-30 License: GPL (GNU General Public License) Price:
685 downloads
DetaolB 0.5
DetaolB Linux distribution is aimed to be a much-less-than-a-floppy x86 linux live distro. more>>
DetaolB Linux distribution is aimed to be a "much-less-than-a-floppy" x86 linux live distro. Now, its evolving more into "a-la-slax" type of distro.
Enhancements:
- removed lzma patch (Ive problems making a working c++ uclibc compiler)
- upgraded to linux-2.6.22 + SLUB, tickless, aufs 20070813 and squashfs 20070805
- added perl, tcltk modules
- upgraded to busybox-1.6.1, xorg/kdrive r7.2
- "improved" boot menu: still log in as root, then "xinit"
- vesafb-tng allows to change the resolution of the framebuffer without rebooting
- patches are included in the iso
<<lessEnhancements:
- removed lzma patch (Ive problems making a working c++ uclibc compiler)
- upgraded to linux-2.6.22 + SLUB, tickless, aufs 20070813 and squashfs 20070805
- added perl, tcltk modules
- upgraded to busybox-1.6.1, xorg/kdrive r7.2
- "improved" boot menu: still log in as root, then "xinit"
- vesafb-tng allows to change the resolution of the framebuffer without rebooting
- patches are included in the iso
Download (23MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
796 downloads

BottomFeeder for Solaris x86 4.4
BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile<<less
Download (16.3MB)
Added: 2009-04-29 License: Freeware Price: Free
183 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 macos x86 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