3.90 m33
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3
Hakin9 Live 2.9.1
Hakin9 Live is a bootable distribution (based on Aurox Live) which contains hacking, security, and network diagnostic tools. more>>
Hakin9 Live distro is a bootable distribution (based on Aurox Live) which contains hacking, security, and network diagnostic tools.
Youll find following tools on hakin9.live:
- airsnort-0.2.7
- ald-0.1.7-1
- bc-1.06
- bfbtester-2.0.1-1
- burpproxy-1.22
- coreography-1a
- dataworkshop-1.1.1
- driftnet-0.1.6
- dsniff-2.4.b1
- etherape-0.9.1
- ethereal-0.10.0a
- ettercap-0.7.2
- fakeconnect-1.2.1
- firestarter-1.0.1
- gdb-5.3.90
- gnupg-1.2.4
- gtk-iptables-0.4.2
- hping2
- hping3
- ht-0.8.0
- iproute-2.4.7
- iptables-1.2.9
- iptraf-2.7.0
- ipw2100-firmware-1.2
- jwhois-3.2.2
- john-the-ripper-1.6
- kismet-3.0.1-1.200410r1
- libnet-1.1.2.1
- logwatch-5.1
- memtest86-3.0
- mtr-0.54
- nasm-0.98.38
- netcat-1.10
- ndiswrapper-kernel-2.6.7
- ndiswrapper-tools-0.9
- nessus-2.2.2a
- nload-0.6.0
- nmap-3.50
- openssh-3.6.1p2
- openssl-0.9.7a
- parted-1.6.9
- p0f-2.0.5
- rp-pppoe-3.5
- rdesktop-1.3.1
- sam-20040323
- sendip-2.5
- sleuthkit-1.69
- sniffit-0.3.7
- snort-2.3.0RC2
- snortconf-0.4.2
- snortkonsole-0.1
- stunnel-4.05
- tcpdump-3.8.2
- traceroute-1.4a12
- vnc-4.0
- wvdial-1.53
Enhancements:
- new links and icons on the ROX desktop
- new tools: ap-utils, ekg2, mrtg, hostapd, madwifi-tools, hostap-utils, sing and more
- language choose script at fluxbox startup
- removed old XFce4 files
- new drivers: hostap-driver, madwifi-driver, rt2x00, zd1211
- all drivers updated to work with new kernel
- new kernel gentoo-sources-2.6.14-r4 build without IEEE80211 stack (too old version for new drivers. Used package net-wireless/ieee80211-1.1.6)
<<lessYoull find following tools on hakin9.live:
- airsnort-0.2.7
- ald-0.1.7-1
- bc-1.06
- bfbtester-2.0.1-1
- burpproxy-1.22
- coreography-1a
- dataworkshop-1.1.1
- driftnet-0.1.6
- dsniff-2.4.b1
- etherape-0.9.1
- ethereal-0.10.0a
- ettercap-0.7.2
- fakeconnect-1.2.1
- firestarter-1.0.1
- gdb-5.3.90
- gnupg-1.2.4
- gtk-iptables-0.4.2
- hping2
- hping3
- ht-0.8.0
- iproute-2.4.7
- iptables-1.2.9
- iptraf-2.7.0
- ipw2100-firmware-1.2
- jwhois-3.2.2
- john-the-ripper-1.6
- kismet-3.0.1-1.200410r1
- libnet-1.1.2.1
- logwatch-5.1
- memtest86-3.0
- mtr-0.54
- nasm-0.98.38
- netcat-1.10
- ndiswrapper-kernel-2.6.7
- ndiswrapper-tools-0.9
- nessus-2.2.2a
- nload-0.6.0
- nmap-3.50
- openssh-3.6.1p2
- openssl-0.9.7a
- parted-1.6.9
- p0f-2.0.5
- rp-pppoe-3.5
- rdesktop-1.3.1
- sam-20040323
- sendip-2.5
- sleuthkit-1.69
- sniffit-0.3.7
- snort-2.3.0RC2
- snortconf-0.4.2
- snortkonsole-0.1
- stunnel-4.05
- tcpdump-3.8.2
- traceroute-1.4a12
- vnc-4.0
- wvdial-1.53
Enhancements:
- new links and icons on the ROX desktop
- new tools: ap-utils, ekg2, mrtg, hostapd, madwifi-tools, hostap-utils, sing and more
- language choose script at fluxbox startup
- removed old XFce4 files
- new drivers: hostap-driver, madwifi-driver, rt2x00, zd1211
- all drivers updated to work with new kernel
- new kernel gentoo-sources-2.6.14-r4 build without IEEE80211 stack (too old version for new drivers. Used package net-wireless/ieee80211-1.1.6)
Download (661MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
761 downloads
Apache::MP3::Resample 4.00
Apache::MP3::Resample can downsample MP3/FLAC/Shorten files during streaming. more>>
Apache::MP3::Resample can downsample MP3/FLAC/Shorten files during streaming.
SYNOPSIS
# httpd.conf or access.conf
AddType audio/shorten .shn .SHN
AddType audio/flac .flac
Alias /apache_mp3 /usr/share/libapache-mp3-perl
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Resample
PerlSetVar CacheDir /var/cache/Apache::MP3
PerlSetVar AllowDownload no
PerlSetVar SortFields Album,Track,Title,-Duration
PerlSetVar Fields Track,Title,Artist,Album,Duration,Bitrate
< /Location >
Apache::MP3::Resample subclasses Apache::MP3::Playlist to allow the user to downsample audio files before streaming them. This allows users on slower connections to stream songs. When this module is installed, a menu of bitrates is presented in the upper right-hand corner of the screen. The user can choose from one of the bitrates, or select a mode that performs no resampling. The selected bitrate is maintained in a persistent cookie so that resampling is performed whenever the user returns to the site.
This module requires a command-line MP3 encoder to resample and reencode the audio data. If not otherwise specified, Apache::MP3::Resample will try to use the Open Source Lame MP3 encoder. This utility is available at http://www.sulaco.org/mp3. Version 3.90 was used during the development of this module. Your results with other versions may vary.
When you install Lame (or the encoder of your choice), be sure to place it in a directory located in Apaches PATH so that the module can find them at run time. You may need to set the PATH environment variable during Apaches launch, or by explicitly adding a SetEnv directive to the Apache configuration file.
You should be aware that the decoding/reencoding process is CPU-intensive, and server performance may degrade as the number of simultaneous users increases.
<<lessSYNOPSIS
# httpd.conf or access.conf
AddType audio/shorten .shn .SHN
AddType audio/flac .flac
Alias /apache_mp3 /usr/share/libapache-mp3-perl
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Resample
PerlSetVar CacheDir /var/cache/Apache::MP3
PerlSetVar AllowDownload no
PerlSetVar SortFields Album,Track,Title,-Duration
PerlSetVar Fields Track,Title,Artist,Album,Duration,Bitrate
< /Location >
Apache::MP3::Resample subclasses Apache::MP3::Playlist to allow the user to downsample audio files before streaming them. This allows users on slower connections to stream songs. When this module is installed, a menu of bitrates is presented in the upper right-hand corner of the screen. The user can choose from one of the bitrates, or select a mode that performs no resampling. The selected bitrate is maintained in a persistent cookie so that resampling is performed whenever the user returns to the site.
This module requires a command-line MP3 encoder to resample and reencode the audio data. If not otherwise specified, Apache::MP3::Resample will try to use the Open Source Lame MP3 encoder. This utility is available at http://www.sulaco.org/mp3. Version 3.90 was used during the development of this module. Your results with other versions may vary.
When you install Lame (or the encoder of your choice), be sure to place it in a directory located in Apaches PATH so that the module can find them at run time. You may need to set the PATH environment variable during Apaches launch, or by explicitly adding a SetEnv directive to the Apache configuration file.
You should be aware that the decoding/reencoding process is CPU-intensive, and server performance may degrade as the number of simultaneous users increases.
Download (0.32MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1221 downloads
ls4sweep 0.2.1
ls4sweep should be used as helper for removing extra old daily-created backups. more>>
ls4sweep should be used as helper for removing extra old daily-created backups.
Sweeping policy consists from the set of records, where each record contains the count of intervals (or periods) and the length of one period (in days).
ls4sweep checks creation or modification time of given files and displays names of those when they mismatch policy.
Only one file is keeping in each interval.
Consider following command: ls4sweep 3:1,2:3,2:10,2:30,3:90,5:365 *.zip This means:
- keep daily ZIP-archives in current directory for last 3 days
- older than 3 days - keep 2 archives with 3-days delta
- older than 9 days (3*1 + 2*3) - 2 archives with 10-days delta
- older than one month (3*1 + 2*3 + 2+10) - 2 archives with monthly delta
- older than 3 months - 3 archives with 90-days delta
- older than one year - yearly archive for five years
- display filenames of all remaining stuff
ls4sweep output can be directly passed to | xargs -r /bin/rm -f command. When you create archives via cron(8), you can put cleanup via ls4sweep call after creation.
Enhancements:
- A copy of the GPL was added.
- Makefile targets were added for creating tar.gz and rpm packages.
- The source code repository was changed from BitKeeper to SubVersion.
<<lessSweeping policy consists from the set of records, where each record contains the count of intervals (or periods) and the length of one period (in days).
ls4sweep checks creation or modification time of given files and displays names of those when they mismatch policy.
Only one file is keeping in each interval.
Consider following command: ls4sweep 3:1,2:3,2:10,2:30,3:90,5:365 *.zip This means:
- keep daily ZIP-archives in current directory for last 3 days
- older than 3 days - keep 2 archives with 3-days delta
- older than 9 days (3*1 + 2*3) - 2 archives with 10-days delta
- older than one month (3*1 + 2*3 + 2+10) - 2 archives with monthly delta
- older than 3 months - 3 archives with 90-days delta
- older than one year - yearly archive for five years
- display filenames of all remaining stuff
ls4sweep output can be directly passed to | xargs -r /bin/rm -f command. When you create archives via cron(8), you can put cleanup via ls4sweep call after creation.
Enhancements:
- A copy of the GPL was added.
- Makefile targets were added for creating tar.gz and rpm packages.
- The source code repository was changed from BitKeeper to SubVersion.
Download (0.022MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1430 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 3.90 m33 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