Main > Free Download Search >

Free 0.4b software for linux

0.4b

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8
La 0.4b

La 0.4b


La is a Lossless Audio compression program. more>>
La is a Lossless Audio compression program. That is, in contrast to formats such as mp3, La program reduces the size of music without affecting the quality, as the uncompressed signal is exactly identical to the original.
However, the compression ratio is thus far lower than that for .mp3 files - you can expect around 50%, worse for heavier music and better for classical etc.
Main features:
- Windows frontend (which also supports many other codecs).
- Best compression currently available (see comparison).
- Versions for both Windows and Linux OSes.
- Winamp, foobar2000 and Xmms plugins for playback.
How well does it work?
The compression ratios of La depend on the type of music file being compressed, but the compression size will generally range between 40% - 70% of the original.
This ratio is of course modest in comparison with lossy formats such as .mp3, however La does (at time of writing) compress around 1.5% better on average than any other lossless compression programs.
Speedwise, La runs around 1.5x real time on my Pentium III-1000. This is quite slow relative to comparable compressors, however corresondingly the compression rate is slightly higher than the others. Note that this version contains no fast mode or such like - this, along with many other features, will have to wait till future releases.
Installation:
Unpack the archive (tar -xjf la04.tar.bz2) into an appropriate place.
La should run fine straight away (note, I have to type ./la on my system because la appears to be an already existing command).
To install the xmms plugin, simply copy libla.so to the xmms input plugin directory (type xmms-config --input-plugin-dir to find out where this is).
The xmms plugin should basically work, and seeking should be possible. The visualisation should also work. However, it still tends to crash when you give it corrupt files (rather than nicely skipping over them as it should do).
The version of xmms I use is 1.2.6. Please let me know if the plugin works or doesnt work for you with other versions.
Usage Instructions
la [flags] input-filename [output-filename]
Flags
-high - high compression mode - slower, but better compression
-overwrite - automatically overwrite existing files
-cin - when decoding/encoding, use console input
-cout - when decoding, use console output
-cinout - when decoding, use console input+output
-noseek - disable seeking (improves compression slightly)
-nohead - when decoding, disables outputting of .wav headers
Example usage:
la foo.wav - compress foo.wav to foo.la
la foo.la - decompress foo.la to foo.wav
la -overwrite *.wav - compress all .wavs in directory, replacing
any existing .la files.
cat foo.la | la -cinout > foo.wav - decompress foo.la to foo.wav
When using wildcards, only the input name can be specified. The output names will be automatically determined as the original name with the new extension.
Enhancements:
- Aside from some very small bug fixes, the main point of this release is that the core codec is now contained in a .dll, which can be used using the included API. The source code to the plugins and command-line program is also included to serve as examples for using the codec, and also in the hope that some help can be obtained in maintaining the plugins and in creating new ones.
- Note that as the .dll is something Windows-specific this is just a Windows update. As with all minor version changes, this version is forwards and backwards compatible with all 0.4x versions.
<<less
Download (1.2MB)
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1312 downloads
Slat 0.4b

Slat 0.4b


Slat stands for Sounds Like A Theramin. more>>
Slat stands for "Sounds Like A Theramin". Slat allows you to use your mouse to adjust pitch and volume by waving the pointer over the interface.
Tremolo and vibrato are adjustable. Slat project is a JACK application.
Enhancements:
- The ClanLib dependency has been removed, but the extra cursor also had to be taken out.
- This is hopefully only a temporary measure.
- There is a new size command line option for setting the window size.
- Note bars are darkened on flat/sharp notes for easier playing.
- Note spacing is now linear, and so hopefully a lot easier to navigate.
<<less
Download (0.58MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1198 downloads
JWAX 0.4b

JWAX 0.4b


JWAX is a event driven component framework for AJAX development. more>>
JWAX is an AJAX event-driven component framework modeled after Swing, SWT, and other component-based systems.
Features include object-oriented design, pluggable themes, Renderkit code generation, simple and complex (aggregated) components support, and many others.
JWAX architecture is a component framework much like Swing, SWT, etc. It leverages an event delegation model to trigger and listen for component events. The underlying component model is rendered based on the client output type.
So its easy to customize the component view to a browser, technology or look and feel based on the renderkit chosen. There is also support for async component rendering and server communications using technologies such as AJAX.
Main features:
- Object Oriented Architecture
- Event Delegation Model
- Component Inheritance and Aggregation Support
- Cross Browser Compatibility w/ RenderKits
- Aspect Oriented Rendering of Components
The component tree is an Object Oriented Design, which means components can inherit functionality from their parents. Due to limitations in the javascript language true polymorphism isnt supported. JComponent, the top level component supports nesting of components to form a tree of component relationships. This enables rendering of complex nested trees of components. The JComponent class also has a number of other unique characteristics that make overloading of functionality, like component defined CSS style templates for User Interface generation.
Enhancements:
- Add JList support
- Add Samples for Demo: Labels, List, Images
- Add font support to components
- Add API documentation to website
- Add component tree support (renderers coming soon)
- Add resource bundle support (dynamic loading of resources for internationalization)
- Add Tutorials to website
- Fix Frame Client Area Paint Issue
- Fix Menu Z-Order Close Issue
- Fix Tab Notebook with tabs on left and right
- Fix Firefox/Mozilla Issues (more coming)
- Greater separation of Themes
- Number of other fixes
<<less
Download (0.18MB)
Added: 2006-05-23 License: LGPL (GNU Lesser General Public License) Price:
1250 downloads
angst 0.4b

angst 0.4b


Angst is an active sniffer, based on libpcap and libnet. more>>
Angst is an active sniffer, based on libpcap and libnet. Angst provides methods for aggressive sniffing on switched local area network environments. It dumps the payload of all the TCP packets received on the specified ports. Moreover, it implements methods for active sniffing. Angst currently provides two active sniffing methods. The first monitors ARP requests, and after enabling IP forwarding on the local host, sends ARP replies mapping all IPs to the local MAC address. The second method floods the local network with random MAC addresses (like macof v1.1 by Ian Vitek), causing switches to send packets to all ports. This is made just for testing purposes and fun. If you compile it on any other platform except the ones listed below, please contact me. As always, angst is published under a BSD-style license, see the included LICENSE file.
Angst has been thoroughly tested on the following platforms:
OpenBSD 2.8 (i386)
OpenBSD 2.7 (i386)
OpenBSD 2.6 (i386)
Also, angst is known to compile and run on:
FreeBSD 4.2-STABLE (i386)
NetBSD 1.4.2 (i386)
Slackware Linux 7.1, with 2.2.13 kernel (i386)
You must first build and install libpcap and libnet. BSD systems have libpcap installed by default. If you test it on any other platform except the ones mentioned, send me the diffs. It should be portable since it is based on libpcap and libnet.
If you run {Free,Net,Open}BSD simply type: make
If you run Linux type: make -f Makefile.linux
In order to compile with debug support, edit the Makefile that corresponds to your platform and remove the comment from -DDEBUG.
In order to install angst type: make install
This will install the angst binary to /usr/local/sbin and the angst manual page to /usr/local/man/man8.
To uninstall angst type: make uninstall
Enhancements:
- Performed a lot of testing on all supported platforms.
- Added the -d switch, useful when you want to enable IP forwarding yourself, and not let angst to do it for you.
- Added the -e switch to specify other ports to monitor than the default ones.
- Linux support, only tested on Slackware Linux 7.1.
- Added a function for enabling IP forwarding on Linux, thanks to charon for
- the feedback.
- NetBSD support, only tested on 1.4.2.
- FreeBSD support, only tested on 4.2-STABLE, thanks to sivitos for the shell account.
- Added a warning output message when no active sniffing method is specified.
- Added an install and uninstall option to the Makefile.
- Created a man page.
<<less
Download (0.013MB)
Added: 2006-06-22 License: BSD License Price:
1220 downloads
phpLendMe 0.4b

phpLendMe 0.4b


phpLendMe is a Web-based resource reservation system. more>>
phpLendMe project is a Web-based resource reservation system.

phpLendMe is a PHP/MySQL-based environment to administer lendings and reservations of resources of any kind.

All reservations can be displayed in a calendar with a daily, weekly, or monthly view.

phpLendMe has a built-in user management feature.

<<less
Download (0.16MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1006 downloads
Libc-X 1.0.4b

Libc-X 1.0.4b


Libc-X is an advanced library for C. more>> <<less
Download (0.37MB)
Added: 2007-06-20 License: LGPL (GNU Lesser General Public License) Price:
860 downloads
script4rss 0.4b

script4rss 0.4b


script4rss provides easily create scripts to convert HTML pages to RSS feeds. more>>
script4rss provides easily create scripts to convert HTML pages to RSS feeds.
Some news Web sites dont work with RSS feeds yet. As a workaround, some feed readers offer the ability to run these sites through custom-written filters. Script4rss is a tool to aid in the creation of these filters.
A lot of sites however, dont have this ability (yet?!) As a workaround, some desktop aggregators like liferea and snownews offer the possibilty to convert HTML pages on-the-fly to feeds using customized filters. These filters are stand-alone programs which take the HTML code as input and spit out RSS code. While it is not really hard for even moderate programmers (like me) to create such filters, it can always be made easier.
Script4rss takes a plain text file which holds a description for how the particular site should be converted and creates a perl script which is able to do that in the most fast and efficient way (well, someday). Users dont have to know how to program but they need to know regular expressions (although there probably arent a lot of these people).
At the moment, script4rss is in its early development, which translates to "it can be used but you have to figure out how yourself" and "if you screw up, the script does so as well".
Main features:
- Detect multiple catagories within an HTML page.
- Extract information over multiple lines.
- Pre-and append text in output.
- Attempt to circumvent "variable" HTML.
Enhancements:
- Fixed a bug that prevented strings without backspace to show up in the generated script
<<less
Download (0.007MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
927 downloads
Auditor Security Linux 200605

Auditor Security Linux 200605


The Auditor Security Linux is a live CD based on Knoppix. more>>
The Auditor security collection is a Live-System based on KNOPPIX. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes.
Independent of the hardware in use, the Auditor security collection offers a standardised working environment, so that the build-up of know-how and remote support is made easier. Even during the planning and development stages, our target was to achieve an excellent user-friendliness combined with an optimal toolset.
Professional open-source programs offer you a complete toolset to analyse your safety, byte for byte. In order to become quickly proficient within the Auditor security collection, the menu structure is supported by recognised phases of a security check. (Foot-printing, analysis, scanning, wireless, brute-forcing, cracking).
By this means, you instinctively find the right tool for the appropriate task. In addition to the approx. 300 tools, the Auditor security collection contains further background information regarding the standard configuration and passwords, as well as word lists from many different areas and languages with approx. 64 million entries.
Current productivity tools such as web browser, editors and graphic tools allow you to create or edit texts and pictures for reports, directly within the Auditor security platform. Many tools were adapted, newly developed or converted from other system platforms, in order to make as many current auditing tools available as possible on one CD-ROM.
Tools like Wellenreiter and Kismet were equipped with an automatic hardware identification, thus avoiding irritating and annoying configuration of the wireless cards.
Enhancements:
New & Updated tools:
- proxychains 1-8-1 (for example scanning over proxy more easy)
- yersinia-0.5.4
- kismet-logfile-viewer klv.pl and klc.pl
- ntp fingerprinting tool
- tftp bruteforce tool
- snmp fuzzer
- cisco torch 0.4b
- unicornscan 0.4.2
- packit
- sendip
- nasl 2.2.4
- tcpick
- cryptcat
- amap version 4.8
- tcpsplit
- Ethereal version 10.11
- ettercap-ng-0.72 and modified the etter.conf
- replaced tinysnmp with snmp tools
- vnc2swf /usr/X11R6/bin/recordwin and vnc2swf
- edit_vnc2swf.py
- edit_mp3.py
- wpa-supplicatiant 0.3.8
- hostapd-utils 0.3.7
- ssldump
- fragrouter
- Metasploit 2.4 including all known updates
- airsnarf, but no menu at moment
- fakeap to /opt/auditor but no menu entry at moment, need to write a shell script
- dsniff 2.4b1-10
- nessus plugins updated
- exploit tree updated
- Snort 2.3.2-5
- Bleeding-edge rules for snort
- New aircrack
- New airsnort
- Bet i forgot some to mention.
New & updated drivers:
- rt2400 linux drivers and utils (untested)
- rtl8180 driver (8180_26_private.ko and open8180.ko and /usr/local/bin/wlanup and /usr/local/bin/wlandown) (Untested)
- hostap drivers 0.3.7
- ipw2100 & ipw2200 incl firmware, incl monitor mode
- Prism54 with injection patch
- Linux-wlan-ng with injection patch
- Madwifi with injection patch
- ACX drivers are back on cd
Addons:
- Default password list has been updated
- Added some changes to the network stack using /etc/sysctl.conf, which will be called from knoppix-autoconfig script
- New background image
Some fixes i remember:
- Kernel completely rebuilded to provide full functionality
- Isolinux now accepts bootparameters again
- USB drivers are back to /dev/sda and booting from stick works fine
- grub files have been fixed
- fixed hostname /etc/hosts
- /cdrom/index.html pointed to the old forum fixed that
- Added cardctl eject, cardctl insert into switch-to-XY scripts
- Fixed the homebutton of the konquerror when clicked first time
- Fixed the menuentry for nessus
<<less
Download (645MB)
Added: 2005-06-22 License: GPL (GNU General Public License) Price:
1131 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1