winutilities 6.21
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 23
Aircrack-ng 0.9.1
Aircrack-ng is a set of tools for auditing wireless networks. more>>
Aircrack-ng is a set of tools for auditing wireless networks.
- airodump: 802.11 packet capture program
- aireplay: 802.11 packet injection program
- aircrack: static WEP and WPA-PSK key cracker
- airdecap: decrypts WEP/WPA capture files
Aircrack-ng is the next generation of aircrack with lots of new features.
How do I crack a static WEP key ?
The basic idea is to capture as much encrypted traffic as possible using airodump. Each WEP data packet has an associated 3-byte Initialization Vector (IV): after a sufficient number of data packets have been collected, run aircrack on the resulting capture file. aircrack will then perform a set of statistical attacks developped by a talented hacker named KoreK.
How do I know my WEP key is correct ?
There are two authentication modes for WEP:
Open-System Authentication: this is the default mode. All clients are accepted by the AP, and the key is never checked: association is always granted. However if your key is incorrect you wont be able to receive or send packets (because decryption will fail), so DHCP, ping etc. will timeout.
Shared-Key Authentication: the client has to encrypt a challenge before association is granted by the AP. This mode is flawed and leads to keystream recovery, so its never enabled by default.
In summary, just because you seem to have successfully connected to the access point doesnt mean your WEP key is correct ! To check your WEP key, try to decrypt a capture file with the airdecap program.
How many IVs are required to crack WEP ?
WEP cracking is not an exact science. The number of required IVs depends on the WEP key length, and it also depends on your luck. Usually, 40-bit WEP can be cracked with 300.000 IVs, and 104-bit WEP can be cracked with 1.000.000 IVs; if youre out of luck you may need two million IVs, or more.
Theres no way to know the WEP key length: this information is kept hidden and never announced, either in management or data packets; as a consequence, airodump can not report the WEP key length. Thus, it is recommended to run aircrack twice: when you have 250.000 IVs, start aircrack with "-n 64" to crack 40-bit WEP. Then if the key isnt found, restart aircrack (without the -n option) to crack 104-bit WEP.
Enhancements:
- This release adds an ACX injection patch, and updates the rtl8187 patch for 2.6.21.
- It fixes madwifi-ng detection with airmon-ng.
- It fixes 2 bugs in aircrack-ng related to WPA cracking.
- It fixes an old Debian bug (#417388).
- It fixes the use of wlanng, and fixes IP address writing in the CSV file with airodump-ng.
- It fixes a bug in the GUI for Windows and adds a PTW option.
<<less- airodump: 802.11 packet capture program
- aireplay: 802.11 packet injection program
- aircrack: static WEP and WPA-PSK key cracker
- airdecap: decrypts WEP/WPA capture files
Aircrack-ng is the next generation of aircrack with lots of new features.
How do I crack a static WEP key ?
The basic idea is to capture as much encrypted traffic as possible using airodump. Each WEP data packet has an associated 3-byte Initialization Vector (IV): after a sufficient number of data packets have been collected, run aircrack on the resulting capture file. aircrack will then perform a set of statistical attacks developped by a talented hacker named KoreK.
How do I know my WEP key is correct ?
There are two authentication modes for WEP:
Open-System Authentication: this is the default mode. All clients are accepted by the AP, and the key is never checked: association is always granted. However if your key is incorrect you wont be able to receive or send packets (because decryption will fail), so DHCP, ping etc. will timeout.
Shared-Key Authentication: the client has to encrypt a challenge before association is granted by the AP. This mode is flawed and leads to keystream recovery, so its never enabled by default.
In summary, just because you seem to have successfully connected to the access point doesnt mean your WEP key is correct ! To check your WEP key, try to decrypt a capture file with the airdecap program.
How many IVs are required to crack WEP ?
WEP cracking is not an exact science. The number of required IVs depends on the WEP key length, and it also depends on your luck. Usually, 40-bit WEP can be cracked with 300.000 IVs, and 104-bit WEP can be cracked with 1.000.000 IVs; if youre out of luck you may need two million IVs, or more.
Theres no way to know the WEP key length: this information is kept hidden and never announced, either in management or data packets; as a consequence, airodump can not report the WEP key length. Thus, it is recommended to run aircrack twice: when you have 250.000 IVs, start aircrack with "-n 64" to crack 40-bit WEP. Then if the key isnt found, restart aircrack (without the -n option) to crack 104-bit WEP.
Enhancements:
- This release adds an ACX injection patch, and updates the rtl8187 patch for 2.6.21.
- It fixes madwifi-ng detection with airmon-ng.
- It fixes 2 bugs in aircrack-ng related to WPA cracking.
- It fixes an old Debian bug (#417388).
- It fixes the use of wlanng, and fixes IP address writing in the CSV file with airodump-ng.
- It fixes a bug in the GUI for Windows and adds a PTW option.
Download (0.16MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
6000 downloads
GParted LiveCD 0.3.4-8
GParted LiveCD is a linux distribution based on Gnome Partition Editor. more>>
GParted LiveCD is a linux distribution based on Gnome Partition Editor.
It uses libparted to detect and manipulate devices and partitiontables while several (optional) filesystemtools provide support for filesystems not included in libparted.
These optional packages will be detected at runtime and dont require a rebuild of GParted.
GParted is written in C++ and uses gtkmm as Graphical Toolkit. The general approach is to keep the GUI as simple as possible. Thats why i try to conform to the GNOME Human Interface Guidelines.
GParted comes under the terms of the General Public License.
Enhancements:
New package :
- bc (text-calculator)
Packages updated :
- sys-apps/portage-2.1.2.7
- sys-fs/ntfs3g-1.616-r1
- sys-fs/udev-112-r1
kernel-2.6.21
- - adding support in kernel to fix i810 problem ! According to : http://www.gkmac.co.uk/linuxacer.php
Device drivers --> Character devices -->
- < * > /dev/agpgart (AGP Support)
- < * > Intel 440LX/BX/GX, I8xx and E7x05 chipset support
- [*] Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
- < * > Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver)
<<lessIt uses libparted to detect and manipulate devices and partitiontables while several (optional) filesystemtools provide support for filesystems not included in libparted.
These optional packages will be detected at runtime and dont require a rebuild of GParted.
GParted is written in C++ and uses gtkmm as Graphical Toolkit. The general approach is to keep the GUI as simple as possible. Thats why i try to conform to the GNOME Human Interface Guidelines.
GParted comes under the terms of the General Public License.
Enhancements:
New package :
- bc (text-calculator)
Packages updated :
- sys-apps/portage-2.1.2.7
- sys-fs/ntfs3g-1.616-r1
- sys-fs/udev-112-r1
kernel-2.6.21
- - adding support in kernel to fix i810 problem ! According to : http://www.gkmac.co.uk/linuxacer.php
Device drivers --> Character devices -->
- < * > /dev/agpgart (AGP Support)
- < * > Intel 440LX/BX/GX, I8xx and E7x05 chipset support
- [*] Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
- < * > Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver)
Download (50MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
2308 downloads
Wolvix 1.1.0
Wolvix is a GNU/Linux LiveCD built from SLAX. more>>
Wolvix is a GNU/Linux LiveCD built from SLAX. Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users.
Along with the applications youll get some of the best free Linux games. (No 3D gfx card required).
Enhancements:
- Im pleased to announce the final release of Wolvix Cub and Wolvix Hunter version 1.1.0. This release marks a turning point in the Wolvix development as its not longer a SLAX remaster, but now based on the stable Slackware releases and the Linux-Live scripts. New features in Wolvix 1.1.0 are: LZMA compressed modules, SMP support, NTFS write support, auto mounting through HAL, Xfce 4.4.1, and as always a full range of applications for office, graphics, multimedia and development use. Though this release is based on Slackware 11.0 it comes with the 2.6.21.5 kernel and many other package upgrades.
<<lessAlong with the applications youll get some of the best free Linux games. (No 3D gfx card required).
Enhancements:
- Im pleased to announce the final release of Wolvix Cub and Wolvix Hunter version 1.1.0. This release marks a turning point in the Wolvix development as its not longer a SLAX remaster, but now based on the stable Slackware releases and the Linux-Live scripts. New features in Wolvix 1.1.0 are: LZMA compressed modules, SMP support, NTFS write support, auto mounting through HAL, Xfce 4.4.1, and as always a full range of applications for office, graphics, multimedia and development use. Though this release is based on Slackware 11.0 it comes with the 2.6.21.5 kernel and many other package upgrades.
Download (MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
933 downloads
Linux graphical bootsplash 3.1.6-2.6.21
Linux graphical bootsplash is a themable bootsplash which uses JPEG pictures. more>>
Linux graphical bootsplash allows you to use custom graphics during early system startup. It makes it possible to place a nice graphic behind or above the kernel boot messages.
Linux graphical bootsplash hooks into the fbcon layer and, if activated, searches the initial ramdisk for a JPEG picture to show.
On any output operations to the console, it takes care of painting a margin around your text and a background picture behind the text with a set of special cfb functions.
Main features:
- Nice graphics (JPEG)
- Antialiased text rendering (TrueType)
- Animations (MNG)
- Progress Bar
- Display of boot messages above or below a graphic. ("verbose" and "silent" modes)
- Fully themeable
Enhancements:
- The bootsplash patch was updated to apply cleanly against Linux kernel 2.6.21.
<<lessLinux graphical bootsplash hooks into the fbcon layer and, if activated, searches the initial ramdisk for a JPEG picture to show.
On any output operations to the console, it takes care of painting a margin around your text and a background picture behind the text with a set of special cfb functions.
Main features:
- Nice graphics (JPEG)
- Antialiased text rendering (TrueType)
- Animations (MNG)
- Progress Bar
- Display of boot messages above or below a graphic. ("verbose" and "silent" modes)
- Fully themeable
Enhancements:
- The bootsplash patch was updated to apply cleanly against Linux kernel 2.6.21.
Download (0.10MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
926 downloads
Adaptive Quality of Service Architecture 2.6.21.1-gs-2.2 (Kernel-patches)
Adaptive Quality of Service Architecture is an open architecture for the provisioning of adaptive QoS functionality... more>>
Adaptive Quality of Service Architecture (AQuoSA) is an open architecture for the provisioning of adaptive Quality of Service functionality into the Linux kernel. The project features a flexible, portable, and lightweight software architecture for supporting QoS-related services on top of a general-purpose operating system as Linux.
The architecture is well founded on formal scheduling analysis and control theoretical results. At the core of the architecture there is an adaptive resource reservation layer that is capable of dynamically adapting the CPU allocation for QoS aware applications based on their run-time requirements.
Timing guarantees are provided through an in-kernel reservation based process scheduler, whose services are exposed to applications through a well-designed API.
A supervisor performs admission control, so that admitting into the system new applications with timing guarantees does not affect the timing guarantees of already admitted applications. Also, it takes care of guaranteeing appropriate security policies in the assignment of timing guarantees to users and user groups, as configured by the system administrator.
A feedback-based QoS control layer may be optionally used by applications who want to keep their timing guarantees by using a CPU allocation that is continuously adapted according to their actual needs. This leaverages the programmer, within certain limits, to hard-code any particular reservation amount within the application, because the best allocation is found out automatically at run-time. Also, this enhances the possibilities for the system to host additional QoS controlled applications. The available control algorithms are well founded on formal scheduling models and control theoretical results.
<<lessThe architecture is well founded on formal scheduling analysis and control theoretical results. At the core of the architecture there is an adaptive resource reservation layer that is capable of dynamically adapting the CPU allocation for QoS aware applications based on their run-time requirements.
Timing guarantees are provided through an in-kernel reservation based process scheduler, whose services are exposed to applications through a well-designed API.
A supervisor performs admission control, so that admitting into the system new applications with timing guarantees does not affect the timing guarantees of already admitted applications. Also, it takes care of guaranteeing appropriate security policies in the assignment of timing guarantees to users and user groups, as configured by the system administrator.
A feedback-based QoS control layer may be optionally used by applications who want to keep their timing guarantees by using a CPU allocation that is continuously adapted according to their actual needs. This leaverages the programmer, within certain limits, to hard-code any particular reservation amount within the application, because the best allocation is found out automatically at run-time. Also, this enhances the possibilities for the system to host additional QoS controlled applications. The available control algorithms are well founded on formal scheduling models and control theoretical results.
Download (MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
878 downloads
Free60 Gentoo LiveCD Xenon Beta 2
Free60 Gentoo LiveCD Xenon is a liveCD for Linux on the Xbox 360. more>>
Free60 Gentoo LiveCD Xenon is a liveCD for Linux on the Xbox 360. It is based on the experimental gentoo liveCD that can be found here:
http://gentoo.mirrors.pair.com/experimental/ppc64/livecd/
It has a few changes to boot on the Xbox 360 (codename xenon).
How does it work ?
Burn gentoo-livecd-xenon-beta-v2.iso. Upload the cdreader binary via serial, or use the new king kong patcher with built-in readcd code, this will open the dvd tray. Put the gentoo-livecd-xenon-beta CD in the drive. cdreader will automatically start the xell bootloader located at lba 0x20 on this cd and boot the Linux Kernel.
Thanks to stonersmurf for the compilation of the liveCD.
Where to find more info on Linux for Xbox 360 :
http://www.free60.org/
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Microsoft, Xbox, Xbox360 (and probably some more) are registered trademarks by Microsoft Corp. No affiliation between the Free60 Project and Microsoft Corp. exists or is implied. All other trademarks and copyrights are property of their respective owners.
The new Live CD supports all Xbox 360 consoles with firmware versions 4532 and 4548 and can be run without affecting the consoles normal functionality. It contains the latest free60 patches against the Linux kernel 2.6.21 and ships with a full Gnome desktop environment, including applications like Firefox and Evolution. It also offers an entire 64-bit PowerPC compiler toolchain for developers.
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Enhancements:
- New 2.6.21 based kernel
- Improved networking support
- Improved framebuffer kernel level support
- Supports Toshiba-Samsung drives, now
<<lesshttp://gentoo.mirrors.pair.com/experimental/ppc64/livecd/
It has a few changes to boot on the Xbox 360 (codename xenon).
How does it work ?
Burn gentoo-livecd-xenon-beta-v2.iso. Upload the cdreader binary via serial, or use the new king kong patcher with built-in readcd code, this will open the dvd tray. Put the gentoo-livecd-xenon-beta CD in the drive. cdreader will automatically start the xell bootloader located at lba 0x20 on this cd and boot the Linux Kernel.
Thanks to stonersmurf for the compilation of the liveCD.
Where to find more info on Linux for Xbox 360 :
http://www.free60.org/
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Microsoft, Xbox, Xbox360 (and probably some more) are registered trademarks by Microsoft Corp. No affiliation between the Free60 Project and Microsoft Corp. exists or is implied. All other trademarks and copyrights are property of their respective owners.
The new Live CD supports all Xbox 360 consoles with firmware versions 4532 and 4548 and can be run without affecting the consoles normal functionality. It contains the latest free60 patches against the Linux kernel 2.6.21 and ships with a full Gnome desktop environment, including applications like Firefox and Evolution. It also offers an entire 64-bit PowerPC compiler toolchain for developers.
Free60 is a project towards porting GNU/Linux, BSD, Darwin and related open-source operating systems to the Microsoft Xbox 360 video game console.
Enhancements:
- New 2.6.21 based kernel
- Improved networking support
- Improved framebuffer kernel level support
- Supports Toshiba-Samsung drives, now
Download (621MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
878 downloads
Yoper 3.0 (Blacksand)
Yoper is a high performance operating system which has been carefully optimized for PCs with either i686 or higher processor. more>>
Yoper is a high performance operating system which has been carefully optimized for PCs with either i686 or higher processor types.
The binaries that come with Yoper have been built from scratch using the original sources combined with the some of the best features from other Open Source Linux distributions (distros).
However, Yoper is not like general purpose distros such as Redhat or Mandrake. It is a high performance Desktop OS. It is compact.
Yoper Linux resides on 1 cd-rom. In fact, Yoper is also one of the most standards-based environments in the Linux community! You will find hardware performance as good or better than that of any commercial OS.
Enhancements:
- The Yoper team is proud to announce the long-awaited stable release of Yoper Linux 3.0, codename Titanium. This release ships with kernel 2.6.21.1, including the Con Kolivas patch set and SD scheduler, X.Org 7.2, KDE 3.5.7, KOffice 1.6.3, Firefox 2.0.0.4 and a vast range of other cutting-edge desktop packages. This release will be followed by a bug-fix release in about 4 weeks time. It will only contain simple application updates and bug fixes.
<<lessThe binaries that come with Yoper have been built from scratch using the original sources combined with the some of the best features from other Open Source Linux distributions (distros).
However, Yoper is not like general purpose distros such as Redhat or Mandrake. It is a high performance Desktop OS. It is compact.
Yoper Linux resides on 1 cd-rom. In fact, Yoper is also one of the most standards-based environments in the Linux community! You will find hardware performance as good or better than that of any commercial OS.
Enhancements:
- The Yoper team is proud to announce the long-awaited stable release of Yoper Linux 3.0, codename Titanium. This release ships with kernel 2.6.21.1, including the Con Kolivas patch set and SD scheduler, X.Org 7.2, KDE 3.5.7, KOffice 1.6.3, Firefox 2.0.0.4 and a vast range of other cutting-edge desktop packages. This release will be followed by a bug-fix release in about 4 weeks time. It will only contain simple application updates and bug fixes.
Download (690MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
874 downloads
V86-64 20070607
V86-64 project is a simple linux kernel patch which allows legacy 8086 programs to run on modern x86-64 AMD and Intel processors more>>
V86-64 project is a simple linux kernel patch which allows legacy 8086 programs to run on modern x86-64 AMD and Intel processors. Currently 64-bit version of linux kernel lacks support of V86 mode because it is not supported in native operating mode (long mode) of these processors. But these processors still have possibility to run 8086 programs in legacy x86 mode. This patch exploits this feature.
Currently only vm86() system call is supported for 32-bit linux programs. Its also possible to add support for 64-bit programs by assigning it a system call number, but this is not done yet. The vm86_old() system call is not currently supported.
DOSEMU 1.4.0 / 1.2.2 (32-bit) works (tested with FreeDOS and PC-DOS 2000, Microsoft Windows 3.1 (DOSEMU 1.4.0)). DPMI also works.
SMP is supported, but has not been tested yet. SMP also has an issue with multithreading on memory area in addresses from 0x00110000 to 0x00113FFF (these 4 pages used by monitor to control V86 program) and can result in segfault on other threads of userspace monitor process. The solution is to avoid using these pages in userspace V86 monitors.
This patch is very experimental. Use it on you risk. It needs to be heavily tested.
Only AMD64 is tested. EM64T might also work, and needs to be tested.
Installation:
To install, apply patch to your kernel source tree.
For example: cd /usr/src; bunzip2
Source tree is expected to be located in directory "linux"
Then go to menuconfig and select "Executable file formats / Emulations ---> Virtual 8086 mode support" and rebuild a kernel.
Your kernel will have vm86() system call for 32-bit programs and DOSEMU will run 8086 code natively.
Direct I/O access and IRQ redirect should also work.
NOTE: You need 32-bit i386 version of DOSEMU, not x86-64!
This patch is for kernel 2.6.21.1. Other not so old kernels also may be patched without problem.
Enhancements:
- V86 monitor now works in a separate address space.
- The device driver interface no longer depends on the VM86_64 option and can be built as a separate module.
- A standalone package for v86dev that does not need the kernel to be rebuilt was provided.
- The kernel patch is now less invasive.
- Some serious bugs were fixed.
<<lessCurrently only vm86() system call is supported for 32-bit linux programs. Its also possible to add support for 64-bit programs by assigning it a system call number, but this is not done yet. The vm86_old() system call is not currently supported.
DOSEMU 1.4.0 / 1.2.2 (32-bit) works (tested with FreeDOS and PC-DOS 2000, Microsoft Windows 3.1 (DOSEMU 1.4.0)). DPMI also works.
SMP is supported, but has not been tested yet. SMP also has an issue with multithreading on memory area in addresses from 0x00110000 to 0x00113FFF (these 4 pages used by monitor to control V86 program) and can result in segfault on other threads of userspace monitor process. The solution is to avoid using these pages in userspace V86 monitors.
This patch is very experimental. Use it on you risk. It needs to be heavily tested.
Only AMD64 is tested. EM64T might also work, and needs to be tested.
Installation:
To install, apply patch to your kernel source tree.
For example: cd /usr/src; bunzip2
Source tree is expected to be located in directory "linux"
Then go to menuconfig and select "Executable file formats / Emulations ---> Virtual 8086 mode support" and rebuild a kernel.
Your kernel will have vm86() system call for 32-bit programs and DOSEMU will run 8086 code natively.
Direct I/O access and IRQ redirect should also work.
NOTE: You need 32-bit i386 version of DOSEMU, not x86-64!
This patch is for kernel 2.6.21.1. Other not so old kernels also may be patched without problem.
Enhancements:
- V86 monitor now works in a separate address space.
- The device driver interface no longer depends on the VM86_64 option and can be built as a separate module.
- A standalone package for v86dev that does not need the kernel to be rebuilt was provided.
- The kernel patch is now less invasive.
- Some serious bugs were fixed.
Download (0.017MB)
Added: 2007-06-09 License: GPL (GNU General Public License) Price:
869 downloads
Alpha Crucis 2.3
Alpha Crucis is a live Linux CD based on CRUX the Linux Live Scripts. more>>
Alpha Crucis is a live Linux CD based on CRUX the Linux Live Scripts.
Why yet another Linux live cd, arent there enough?
But there is always room for one more, if it has some uniqueness. I do not see many live distros based on my favorite, CRUX. What I want is an i686 optimized live cd based on CRUX Linux, so I can use CRUX on any box wherever I go. No longer having to wait to get home to try out ports and such. This live cd is made with the Linux Live scripts and CRUX Linux.
Features include XFCE 4.4.1, Thunar with autodetecting and mounting of media; window managers JWM, Fluxbox, and Icewm for lighter machines; Rox-Filer, Leafpad editor, Stella and Snex9x emulators, NTFS-3g, the Gimp, Gftp, Gpview, Xine with codecs, XMMS, 2.6.21.2 i686 optimized Linux kernel with full driver support, Dillo, Xchat, Eterm, and more.
The main focus of CRUX is simplicity, and I tried not to stray too far in that area. But unlike a CRUX install, most configuration is taken care of for you with this cd. Running Alpha Crucis is not much different that running Xubuntu Live. This cd is made in hopes that it will be fun to use, but it is of course not related to, condoned, nor authorized by the CRUX project. CRUX is simply a fine Linux distro I use and recommend.
Why the strange name?
Most Linux distros have strange names. Alpha Crucis is also known as "Acrux", and means "at the foot of the cross". It is the brightest star in the Crux constellation. I did not want to name my project Jasonix, nor any version of the word CRUX. I like the name Acrux, but I will not use it out of respect of the CRUX project.
Download link:
http://www.bigupload.com/d=4BA5ABBF (Username crux Password crux Username root Password crux.)
<<lessWhy yet another Linux live cd, arent there enough?
But there is always room for one more, if it has some uniqueness. I do not see many live distros based on my favorite, CRUX. What I want is an i686 optimized live cd based on CRUX Linux, so I can use CRUX on any box wherever I go. No longer having to wait to get home to try out ports and such. This live cd is made with the Linux Live scripts and CRUX Linux.
Features include XFCE 4.4.1, Thunar with autodetecting and mounting of media; window managers JWM, Fluxbox, and Icewm for lighter machines; Rox-Filer, Leafpad editor, Stella and Snex9x emulators, NTFS-3g, the Gimp, Gftp, Gpview, Xine with codecs, XMMS, 2.6.21.2 i686 optimized Linux kernel with full driver support, Dillo, Xchat, Eterm, and more.
The main focus of CRUX is simplicity, and I tried not to stray too far in that area. But unlike a CRUX install, most configuration is taken care of for you with this cd. Running Alpha Crucis is not much different that running Xubuntu Live. This cd is made in hopes that it will be fun to use, but it is of course not related to, condoned, nor authorized by the CRUX project. CRUX is simply a fine Linux distro I use and recommend.
Why the strange name?
Most Linux distros have strange names. Alpha Crucis is also known as "Acrux", and means "at the foot of the cross". It is the brightest star in the Crux constellation. I did not want to name my project Jasonix, nor any version of the word CRUX. I like the name Acrux, but I will not use it out of respect of the CRUX project.
Download link:
http://www.bigupload.com/d=4BA5ABBF (Username crux Password crux Username root Password crux.)
Download (223MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
866 downloads
XML::LibXML::Reader 1.63
XML::LibXML::Reader is a Perl interface to libxml2 pull parser. more>>
XML::LibXML::Reader is a Perl interface to libxml2 pull parser.
SYNOPSIS
use XML::LibXML::Reader;
$reader = new XML::LibXML::Reader("file.xml")
or die "cannot read file.xmln";
while ($reader->read) {
processNode($reader);
}
sub processNode {
$reader = shift;
printf "%d %d %s %dn", ($reader->depth,
$reader->nodeType,
$reader->name,
$reader->isEmptyElement);
}
or
$reader = new XML::LibXML::Reader("file.xml")
or die "cannot read file.xmln";
$reader->preservePattern(//table/tr);
$reader->finish;
print $reader->document->toString(1);
This is a perl interface to libxml2s pull-parser implementation xmlTextReader http://xmlsoft.org/html/libxml-xmlreader.html. This feature requires at least libxml2-2.6.21. Pull-parser (StAX in Java, XmlReader in C#) use an iterator approach to parse a xml-file. They are easier to program than event-based parser (SAX) and much more lightweight than tree-based parser (DOM), which load the complete tree into memory.
The Reader acts as a cursor going forward on the document stream and stopping at each node in the way. At every point DOM-like methods of the Reader object allow to examine the current node (name, namespace, attributes, etc.)
The users code keeps control of the progress and simply calls the read() function repeatedly to progress to the next node in the document order. Other functions provide means for skipping complete sub-trees, or nodes until a specific element, etc.
At every time, only a very limited portion of the document is kept in the memory, which makes the API more memory-efficient than using DOM. However, it is also possible to mix Reader with DOM. At every point the user may copy the current node (optionally expanded into a complete sub-tree) from the processed document to another DOM tree, or to instruct the Reader to collect sub-document in form of a DOM tree consisting of selected nodes.
Reader API also supports namespaces, xml:base, entity handling, and DTD validation. Schema and RelaxNG validation support will probably be added in some later revision of the Perl interface.
The naming of methods compared to libxml2 and C# XmlTextReader has been changed slightly to match the conventions of XML::LibXML. Some functions have been changed or added with respect to the C interface.
<<lessSYNOPSIS
use XML::LibXML::Reader;
$reader = new XML::LibXML::Reader("file.xml")
or die "cannot read file.xmln";
while ($reader->read) {
processNode($reader);
}
sub processNode {
$reader = shift;
printf "%d %d %s %dn", ($reader->depth,
$reader->nodeType,
$reader->name,
$reader->isEmptyElement);
}
or
$reader = new XML::LibXML::Reader("file.xml")
or die "cannot read file.xmln";
$reader->preservePattern(//table/tr);
$reader->finish;
print $reader->document->toString(1);
This is a perl interface to libxml2s pull-parser implementation xmlTextReader http://xmlsoft.org/html/libxml-xmlreader.html. This feature requires at least libxml2-2.6.21. Pull-parser (StAX in Java, XmlReader in C#) use an iterator approach to parse a xml-file. They are easier to program than event-based parser (SAX) and much more lightweight than tree-based parser (DOM), which load the complete tree into memory.
The Reader acts as a cursor going forward on the document stream and stopping at each node in the way. At every point DOM-like methods of the Reader object allow to examine the current node (name, namespace, attributes, etc.)
The users code keeps control of the progress and simply calls the read() function repeatedly to progress to the next node in the document order. Other functions provide means for skipping complete sub-trees, or nodes until a specific element, etc.
At every time, only a very limited portion of the document is kept in the memory, which makes the API more memory-efficient than using DOM. However, it is also possible to mix Reader with DOM. At every point the user may copy the current node (optionally expanded into a complete sub-tree) from the processed document to another DOM tree, or to instruct the Reader to collect sub-document in form of a DOM tree consisting of selected nodes.
Reader API also supports namespaces, xml:base, entity handling, and DTD validation. Schema and RelaxNG validation support will probably be added in some later revision of the Perl interface.
The naming of methods compared to libxml2 and C# XmlTextReader has been changed slightly to match the conventions of XML::LibXML. Some functions have been changed or added with respect to the C interface.
Download (0.25MB)
Added: 2007-06-15 License: Perl Artistic License Price:
864 downloads
Kate OS 3.6 Beta 2 (Live)
Kate OS Live is a live CD edition of Kate OS 3.0 Beta. more>>
Kate OS Live is a live CD edition of Kate OS 3.0 Beta which is now available for download and testing.
KateOS LIVE 3.0beta is now available. This version includes most of desktop applications and features Xfce as the graphical environment. It should be especially interesting for those who would like to help us in testing but do not have enough disk space.
The LIVE edition is a complete operating system with automatic hardware detection and auto-mount of all accessible partitions which will let you begin a fully effective work in just a few minutes.
Kate OS is a multitasking operating system which provides all that is necessary for programmers, webmasters, administrators and home users. The most important Kate OS features are high efficiency, safety, reliability and low system requirements. Kate OS provides full support for generally used multimedia.
Kate OS is a perfect combination of Linux power and utility. The complexity of installed software makes using the system comfortable, immediately after the installation process. Looking for a perfect solution for the experienced UNIX user? Kate OS is perhaps the best one.
Enhancements:
- The second beta of KateOS 3.6 is now available. It contains many changes, both important and purely cosmetic ones, such as: new update notifier; new 2.6.21.4 kernel; X.Org 7.2; the newest versions of KDE 3.5.7, GNOME 2.18.2 and Xfce 4.4.1, OpenOffice.org 2.2.0, and many more. The CORE edition also includes a partial French translation of the installer. The second beta also has a lot of bugs eliminated (including some in the KateOS LIVE installer). Everyone is invited to test and share the experience on the KateOS project forum.
<<lessKateOS LIVE 3.0beta is now available. This version includes most of desktop applications and features Xfce as the graphical environment. It should be especially interesting for those who would like to help us in testing but do not have enough disk space.
The LIVE edition is a complete operating system with automatic hardware detection and auto-mount of all accessible partitions which will let you begin a fully effective work in just a few minutes.
Kate OS is a multitasking operating system which provides all that is necessary for programmers, webmasters, administrators and home users. The most important Kate OS features are high efficiency, safety, reliability and low system requirements. Kate OS provides full support for generally used multimedia.
Kate OS is a perfect combination of Linux power and utility. The complexity of installed software makes using the system comfortable, immediately after the installation process. Looking for a perfect solution for the experienced UNIX user? Kate OS is perhaps the best one.
Enhancements:
- The second beta of KateOS 3.6 is now available. It contains many changes, both important and purely cosmetic ones, such as: new update notifier; new 2.6.21.4 kernel; X.Org 7.2; the newest versions of KDE 3.5.7, GNOME 2.18.2 and Xfce 4.4.1, OpenOffice.org 2.2.0, and many more. The CORE edition also includes a partial French translation of the installer. The second beta also has a lot of bugs eliminated (including some in the KateOS LIVE installer). Everyone is invited to test and share the experience on the KateOS project forum.
Download (687.4MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
860 downloads
Hardened Linux 1.6.6-2
Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0. more>>
Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0.
This distribution is still under heavy development.
Hardened Linux (a.k.a. "Wendzel Linux") is a security distribution with 3 main targets:
- maximum security
- maximum stability
- maximum usuability
It is optimized to run on as firewall system, vpn gateway, IDS system and authentication system. Currently not all of these features are fully implemented.
Enhancements:
- This just an updated version of the 1.6.6-snapshot release. This release includes our current packages (gcc-4.2, glibc-2.5, kernel 2.6.21.3 and different other package updates). Nothing else has changed. We released this new version because it will still take a few weeks (if not months) before we can release the next snapshot version that includes a completely new package system and a completely new installer system. Please report any kind of bugs.
<<lessThis distribution is still under heavy development.
Hardened Linux (a.k.a. "Wendzel Linux") is a security distribution with 3 main targets:
- maximum security
- maximum stability
- maximum usuability
It is optimized to run on as firewall system, vpn gateway, IDS system and authentication system. Currently not all of these features are fully implemented.
Enhancements:
- This just an updated version of the 1.6.6-snapshot release. This release includes our current packages (gcc-4.2, glibc-2.5, kernel 2.6.21.3 and different other package updates). Nothing else has changed. We released this new version because it will still take a few weeks (if not months) before we can release the next snapshot version that includes a completely new package system and a completely new installer system. Please report any kind of bugs.
Download (195MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
839 downloads
Bluewhite64 Linux 12.0
Bluewhite64 Linux is an unofficial port of Slackware Linux to the AMD64 architecture. more>>
Bluewhite64 Linux is an unofficial port of Slackware Linux to the AMD64 architecture. This means that it runs on AMD64 based servers and computers.
Bluewhite64 Linuxs goal of this port is to mimic the user experience of the Intel x86 distribution at its best. I will try to include the same software, configuration scripts and so on. If you notice any differences between Bluewhite64 and the original Slackware, dont hesitate to email me.
Enhancements:
- This version includes the Linux 2.6.21.5 kernel with the IA32-emulation enabled, the testing Linux 2.6.22 kernel in the testing/ directory with support for IDE, SATA, SCSI, and RAID controllers, Ext2, Ext3, ReiserFS, XFS, and IBMs SGI filesystems, SCSI and ATA RAID volume, software RAID, LVM2, KVM (Kernel-based Virtual Machine), and encrypted file systems. It also includes the GCC 4.1.2 compiler and Glibc 2.5 with NPTL, the latest KDE 3.5.7 and XFce 4.4.1, the Mozilla Firefox browser and Mozilla Thunderbird 2.0.0.4, SeaMonkey 1.1.2, Apache 2.2.4, PHP 5.2.3, and MySQL 5.0.37.
<<lessBluewhite64 Linuxs goal of this port is to mimic the user experience of the Intel x86 distribution at its best. I will try to include the same software, configuration scripts and so on. If you notice any differences between Bluewhite64 and the original Slackware, dont hesitate to email me.
Enhancements:
- This version includes the Linux 2.6.21.5 kernel with the IA32-emulation enabled, the testing Linux 2.6.22 kernel in the testing/ directory with support for IDE, SATA, SCSI, and RAID controllers, Ext2, Ext3, ReiserFS, XFS, and IBMs SGI filesystems, SCSI and ATA RAID volume, software RAID, LVM2, KVM (Kernel-based Virtual Machine), and encrypted file systems. It also includes the GCC 4.1.2 compiler and Glibc 2.5 with NPTL, the latest KDE 3.5.7 and XFce 4.4.1, the Mozilla Firefox browser and Mozilla Thunderbird 2.0.0.4, SeaMonkey 1.1.2, Apache 2.2.4, PHP 5.2.3, and MySQL 5.0.37.
Download (3800MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
Wolvix Cub 1.1.0
Wolvix is a GNU/Linux LiveCD built from SLAX. more>>
Wolvix is a GNU/Linux LiveCD built from SLAX. Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users.
Enhancements:
- Im pleased to announce the final release of Wolvix Cub and Wolvix Hunter version 1.1.0. This release marks a turning point in the Wolvix development as its not longer a SLAX remaster, but now based on the stable Slackware releases and the Linux-Live scripts. New features in Wolvix 1.1.0 are: LZMA compressed modules, SMP support, NTFS write support, auto mounting through HAL, Xfce 4.4.1, and as always a full range of applications for office, graphics, multimedia and development use. Though this release is based on Slackware 11.0 it comes with the 2.6.21.5 kernel and many other package upgrades.
<<lessEnhancements:
- Im pleased to announce the final release of Wolvix Cub and Wolvix Hunter version 1.1.0. This release marks a turning point in the Wolvix development as its not longer a SLAX remaster, but now based on the stable Slackware releases and the Linux-Live scripts. New features in Wolvix 1.1.0 are: LZMA compressed modules, SMP support, NTFS write support, auto mounting through HAL, Xfce 4.4.1, and as always a full range of applications for office, graphics, multimedia and development use. Though this release is based on Slackware 11.0 it comes with the 2.6.21.5 kernel and many other package upgrades.
Download (241MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
815 downloads
Wolvix Hunter 1.1.0
Wolvix Hunter is the large standard version of Wolvix, its designed to fit on 512MB USB Flash Drives. more>>
Wolvix is a GNU/Linux LiveCD built from SLAX. Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users.
Along with the applications youll get some of the best free Linux games. (No 3D gfx card required).
Hunter is the large standard version of Wolvix, its designed to fit on 512MB USB Flash Drives and use Wolvix Cub as its base. It includes more applications, a lot of games and larger packages like Samba, Java and libraries for printer support which its younger brother Cub doesnt have. Wolvix Hunter is desktop and multimedia oriented operating system for everyday computing tasks , fun and entertainment. It comes with both the Xfce desktop environment and the Fluxbox window manager.
Enhancements:
- Im pleased to announce the final release of Wolvix Cub and Wolvix Hunter version 1.1.0. This release marks a turning point in the Wolvix development as its not longer a SLAX remaster, but now based on the stable Slackware releases and the Linux-Live scripts. New features in Wolvix 1.1.0 are: LZMA compressed modules, SMP support, NTFS write support, auto mounting through HAL, Xfce 4.4.1, and as always a full range of applications for office, graphics, multimedia and development use. Though this release is based on Slackware 11.0 it comes with the 2.6.21.5 kernel and many other package upgrades.
<<lessAlong with the applications youll get some of the best free Linux games. (No 3D gfx card required).
Hunter is the large standard version of Wolvix, its designed to fit on 512MB USB Flash Drives and use Wolvix Cub as its base. It includes more applications, a lot of games and larger packages like Samba, Java and libraries for printer support which its younger brother Cub doesnt have. Wolvix Hunter is desktop and multimedia oriented operating system for everyday computing tasks , fun and entertainment. It comes with both the Xfce desktop environment and the Fluxbox window manager.
Enhancements:
- Im pleased to announce the final release of Wolvix Cub and Wolvix Hunter version 1.1.0. This release marks a turning point in the Wolvix development as its not longer a SLAX remaster, but now based on the stable Slackware releases and the Linux-Live scripts. New features in Wolvix 1.1.0 are: LZMA compressed modules, SMP support, NTFS write support, auto mounting through HAL, Xfce 4.4.1, and as always a full range of applications for office, graphics, multimedia and development use. Though this release is based on Slackware 11.0 it comes with the 2.6.21.5 kernel and many other package upgrades.
Download (483MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
813 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 2
- 1
- 2
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above winutilities 6.21 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