Main > Free Download Search >

Free bestix 2006 04 05 software for linux

bestix 2006 04 05

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 645
Bestix 2006-04-05

Bestix 2006-04-05


Bestix is a Linux live CD. more>>
Bestix is a Linux live CD. Two features distinguish this system from others:
(1) A simple user interface
(2) Outstanding language support
Bestix includes the following popular programs, and not much more:
- OpenOffice.org
- Firefox
- VLC
- Gaim
- Skype
- XChat
The software dialog helps you to download additional software if you need it.
Bestix supports your native language:
- by including all current translations of OpenOffice.org.
- by including a large set of fonts and keyboards.
- with character input methods (scim) for Chinese / Japanese / Korean.
- with a simple menu to help you choose the region/language when you start the CD.
The level of support varies from language to language, ranging from full support (translations of Firefox and OpenOffice.org, perhaps with spell checking) to font and keyboard support, with no translations. To find the status for your language, click here.
<<less
Download (664.2MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1268 downloads
BeaFanatIX 2006.2 r3

BeaFanatIX 2006.2 r3


BeaFanatIX is a mini Live CD Linux distribution. more>>
BeaFanatIX is a mini Live CD Linux distribution. It was originally a remaster of BeatrIX but now uses a more recent Ubuntu core (more on that below). BeatrIX itself is partly on an old version of Ubuntu, but makes heavy use of Knoppix technologies. The common ancestor of all these distributions is Debian.

Whats the catch? Youll get a fully functional desktop operating system running off a standard or a mini (3", 8cm) CD-ROM (or CD-RW). The only thing your computer needs to be capable of is booting from CD - most modern machines can do that without any problem. Apart from using it as a Live CD, you can also install it to your hard drive as an independent operating system, so if you like it, put it on your hard drive and enjoy enhanced speed, usability and efficiency!

BeaFanatIX inherits some very useful features from the distributions it is based on:

Knoppix has excellent hardware recognition and comes with a usable installation script.
Ubuntu is geared towards the desktop and ease of use.

Debian gives you access to a vast amount of software packages ready for immediate use.
BeatrIX is highly portable and has been optimised to run even on older and less potent hardware - thats why Bea* (BeatrIX or BeaFanatIX) may be the best way to revive an old computer sitting useless in a corner of your attic!

BeaFanatIX, true to its BeatrIX roots, has been optimised to enable even a less experienced user to have a working desktop within minutes - work with documents, surf the web and communicate over the internet. Weve chosen a slightly different approach, though: While slimming down the ISO image even further, weve integrated a number of useful software packages without sacrificing key functionality - and without exceeding the size limitations for a mini Live CD.
<<less
Download (165MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
878 downloads
KANOTIX 2006-01 RC4

KANOTIX 2006-01 RC4


KANOTIX is a Linux live CD based on Knoppix technology using Debian/sid. more>>
KANOTIX is a Linux live CD based on Knoppix technology using Debian/sid.

The included XFree86 is from Debian/experimental. The main specs are: GRUB based startup from CD, ACPI support, DMA default on, additional support for DSL modems (Fritz!Card DSL and Eagle USB), optimal for HD install (you get a working Debian/sid install in about 10 minutes!), kernel forcedeth (for nForce NIC), device mapper and some other patches.

Simply boot from CD and enjoy Linux. Some tools may request a root password. As none is set, you have to set one using "sudo passwd" or use "su" in konsole.

Whenever you execute something with root permissions, you should know what you are doing! For web surfing over LAN no root access is required. I am sure you can discover many things to do with it :)

Dont try to write to NTFS partitions using the standard NTFS driver included with the kernel, as its support for writing is very lacking - thus it could destroy the partition and the data in it.

There is a new Captive NTFS driver that does a better job at writing to NTFS, so use it instead. For FAT partitions you can enable write-access with the context menu (right mouse button).

You may not have the rights to modify Linux partitions, use the root mode in konsole if needed. Some links are not working in the menu - that is not my fault - the packages from Debian/sid are very new and may have some little bugs, but you can always use new releases.
<<less
Download (699MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
660 downloads
Delta 2006.07.15

Delta 2006.07.15


Delta assists users in minimizing interesting files, subject to a test of their interestingness. more>>
Delta project assists users in minimizing "interesting" files, subject to a test of their "interestingness".
A common such situation is when attempting to isolate a small failure-inducing substring of a large input that causes a program to exhibit a bug.
The best way to understand how to use delta is with an example of its usage. Below is one example helpfully written up for me by Simon Goldsmith; read it first. For those wanting more, I also wrote a more detailed and harder to read document describing each tool: Using Delta.
Note that what follows is an example of using delta to minimize an input file to a program that reads programs, much as a compiler does. Note two features of file minimization that are present in the example.
Do a controlled experiment.
Below we dont just minimize a file that causes Oink to produce an error message, we minimize a file that causes gcc to accept AND oink to reject in a specific way. That is, the test delta does is a controlled experiment, where gcc is the control. Ignoring this aspect of the problem seems to be a frequent mistake of first time users.
Exploit nested structure.
One may minimize files of simpler syntax than C++ but really all files are interesting in the first place because they are in some language or another. Some simple configuration files are literally just a list of lines but most languages have some nested structure. Multidelta filters the input through the topformflat utility (included) to suppress any newlines past a particular nesting depth; this "explains" the nesting structure to the otherwise line-oriented delta utility (a brilliantly simple idea of Scott McPeaks).
If your input file language has no nesting structure, you can hack on multidelta to remove the filtration through topformflat or just use the raw delta program. If your language has a different nesting structure than C/C++, you can write your own multidelta and substitute it. A simple flex program should suffice; it need not be terribly accurate for delta to do well.
Enhancements:
- It is now much easier to stop delta.
- It catches signals and distinguishes them from return codes.
- It watches for the DELTA-STOP file at the same granularity as the tests are run.
- In multidelta, running the input file through cpp is off by default and can be turned on with the flag -cpp.
<<less
Download (0.031MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1195 downloads
ramrip 2006-06-05

ramrip 2006-06-05


ramrip is a little script which wraps up mplayer / ffmpeg. more>>
ramrip is a little script which wraps up mplayer / ffmpeg. It downloads real video or real audio streams, and then encodes them. Video files are transcoded to mpeg format using ffmpeg. Audio-only streams can be encoded to ogg/vorbis, mp3 or wav formats.

Unlike ram2ogg, this script downloads uncompressed files first, then encodes them. Thus it is nicer to use ram2ogg for audio streams. This also means that you need A LOT of free disk space, since un-compressed video is HUGE!

Theres no manual page right now. Run the program with the -h option to see the following help:

Usage: ramrip [options] [basename]

Options:

-h : this cruft
-v : print name and version
-V : verbose mode
-d : dirty mode (dont delete intermediate files)
-a : audio format (ogg [default], mp3, wav)
-f : video format (mpeg [default])

EXAMPLES:

$ ramrip -f mpeg http://foo.com/video.ram wiggle
Downloads the URL, putting the result in "wiggle.mpg" (mpeg format)

$ ramrip http://foo.com/audio.ram
Downloads the URL, putting the result in audio.ogg (ogg/vorbis format)

$ ramrip -a mp3 http://foo.com/audio.ram
Downloads the URL, putting the result in audio.mp3 (mp3 format)

$ ramrip -a wav http://foo.com/audio.ram
Downloads the URL, putting the result in audio.wav (wav format)
<<less
Download (0.005MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1124 downloads
Alba-Experiment 2006.04.06

Alba-Experiment 2006.04.06


Alba-Experiment is an implementation of Gentoo over Solaris or Portage for Solaris. more>>
Alba-Experiment is an implementation of Gentoo over Solaris or Portage for Solaris.

Alba-Experiment is not a simple package management system, but has the ambition to transform a Solaris system to a full GNU-based development, build, and desktop environment.

Known Issues

Stage1.5 Release 2006.04.06

* problem with zlib: /usr/lib/libz.so is a GNU ld script, it should be a link

<<less
Download (0.16MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1293 downloads
XTrader 2006.05

XTrader 2006.05


XTrader is a stock chart and technical analysis program. more>>
XTrader is a stock chart and technical analysis application. A simple portfolio module is also included for keeping tracks of your investments.
Main features:
- You can have unlimited number of workspaces with their own settings
- The database is a single sqlite3 database file
- SMA (Moving Average)
- ESMA (Exponential Moving Average)
- MACD
- Momentum
- RSI (Relative Strength Index)
- Stochastics
- ATR (Average True Range)
- Bollinger
- Standard Deviation
- Price List Report
- Price Change Report
- Portfolio Performance Report
- Portfolio Value Report
<<less
Download (2.3MB)
Added: 2006-05-04 License: QPL (QT Public License) Price:
1274 downloads
μsli CVS 2006-04-28

μsli CVS 2006-04-28


μsli is a register machine which can be used for learning the basic concepts of register machines. more>> <<less
Download (0.066MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1270 downloads
mksite.sh 2006-0428

mksite.sh 2006-0428


mksite.sh is a static Web site / project HTML documentation formatter that only requires the Bourne shell and sed. more>>
mksite.sh is a static Web site / project HTML documentation formatter that only requires the Bourne shell and sed.
mksite.sh gives a common look and full navigation to an HTML Web site along with all the needed metadata detection, site map generation, and variable expansion.
It has a tabbed layout suitable for hundreds of Web pages, and is small enough to be added to any project tarball.
Pro
- It requires only sh/sed posix shell tools to build doc pages.
- It can build a common navigation bar and a sitemap for all webpages.
- The program is a single short script file freely copyable & modifiable.
Con
- All embedded meta-information must fit on a single line each.
- There is only little more functionality than variable substititions.
- The doc processing is slow - and even slower without gnu sed.
Neutral
- A sitefile must be written - the sitemap is not truly autodetected.
- The speedier twin perl script provides the exact same functionality.
- Best for small webpages but gets too slow for hundreds of webpages.
- The fancy results stem from the sitefile logic - see our examples .
Plus
- Automatic "printerstyle" page generation helping text-mode browsers.
- That style helps also for web accessibility of challenged people.
- Ships with fancy tabbed style navigation as shown on these webpages.
- Shortpage special style to print source code on full screen width.
- It can adapt hrefs to navigate web content pages in subdirectories.
Enhancements:
- A workaround was made for bugs in GNU sed.
- Pagelist detection was enhanced.
- The unit tests were corrected.
<<less
Download (0.18MB)
Added: 2006-04-28 License: zlib/libpng License Price:
1278 downloads
MMUSBAUDIO 2006.05.31

MMUSBAUDIO 2006.05.31


MMUSBAUDIO (formerly known as USBUA100) is a Linux kernel module device driver for the Roland / Edirol desktop audio devices. more>>
MMUSBAUDIO (formerly known as USBUA100) is a Linux kernel module device driver for the Roland / Edirol desktop audio devices.
It works with next devices:
UA-1EX
UM-1
UA-5
UA-100
SC-8850
The Advanced Linux Sound Architecture (ALSA) supports many USB audio devices. It is provided with most major distributions of Linux and is recommended in most cases. However, OSS compatibility is needed for some older (and simpler) applications and ALSA does not provide Open Sound System (OSS) backwards compatibility for 24-bit USB devices like the UA-5 that use 6 bytes per URB. Also, the ALSA programming interface is extremely complicated compared to the relatively rudamentary (and considerably less robust) OSS interface. Therefore, MMUSBAUDIO is provided as an alternative.
All of the supported devices use protocols similar to the USB-Audio and USB-MIDI standards. Therefore, MMUSBAUDIO should be relatively easy to upgrade for other devices.
Enhancements:
- Upgrade to support UA-1EX.
- Change mmusbaudio_find_audio_endpoints() to assign devices based on endpoint rather than simply using endpoints as signatures for device type. Needed since UA-1EX and UA-5 use different endpoint addresses.
<<less
Download (0.021MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1188 downloads
PL/XML 2006-10-01

PL/XML 2006-10-01


PL/XML is an XML based scripting language for PL/SQL. more>>
PL/XML project is an XML based scripting language for PL/SQL. PL/SQL is the procedural language in Oracle and EnterpriseDB. PL/XML is based on CMD nodes.
Each CMD node identifies a command and all parameters for that command. PL/XML supports FOR loops, CASE statements, variables, procedures, and functions.
Enhancements:
- A new DEBUG command was added.
- Debug can be turned on or off, and a debug stored procedure can be defined.
- The stored procedure will be passed a line number and a text string of debug information.
- A new test_debug.sql file was added.
- Minor exception handling was added.
<<less
Download (MB)
Added: 2006-10-02 License: MPL (Mozilla Public License) Price:
1120 downloads
lifstat 2006-10-31

lifstat 2006-10-31


lifstat is a small Linux utility that reads /proc/net/dev and reports input and output statistics for network interfaces. more>>
lifstat is a small Linux utility that reads /proc/net/dev and reports input and output statistics for network interfaces.
Edit the Makefile to change PREFIX from the default /usr/local if you want.
$ make
($ su)
$ make instal
Enhancements:
- Multiple interfaces will be displayed by adding extra "-i interface" arguments.
<<less
Download (0.005MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1088 downloads
foo2zjs 2006-01-10

foo2zjs 2006-01-10


foo2zjs is a printer driver for printers that use the Zenographics ZjStream wire protocol for their print data. more>>
foo2zjs is a printer driver for printers that use the Zenographics ZjStream wire protocol for their print data.
foo2zjs printer driver allows users to print to the Konica Minolta 2200/2300/2430 DL, Hewlett-Packard LaserJet 1000/1005/1020, Color PageWork/Pro L, and possibly other ZjStream printers.
Supported Printers:
- Minolta/QMS magicolor 2300
- Minolta/QMS magicolor 2200
- Konica Minolta magicolor 2430
- Minolta Color PageWorks/Pro L
- HP LaserJet 1020
- HP LaserJet 1005
- HP LaserJet 1000
Unsupported Printers:
- Minolta/QMS magicolor 2300W
- Minolta/QMS magicolor 2400W
- Minolta/QMS PagePro 12xxW
- Minolta/QMS PagePro 13xxW
- Konica Minolta PagePro 14xxW
Enhancements:
- Support for HP LJ 1020 was added.
<<less
Download (1.9MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1435 downloads
rvi 1.1 2006/02/09

rvi 1.1 2006/02/09


rvi is a wrapper script which gives you an easy way of integrating RCS with your existing vim/vi work environment. more>>
rvi is a shell script that can give you an easy way of integrating RCS with your existing vim/vi work environment.

Simply use "rvi filename" instead of "vim filename", and the file will automatically be checked into revision control, and the changes you made after the edit will be displayed each time you finish editing.

Ever wanted to see what has changed to a configuration file?
Ever wanted to go back to where you where before some big change?
Ever wondered who changed your configuration files, and in what way?
Ever wanted the safety of knowing you can undo whatever changes you make to a config file?
Ever wanted to edit files in multi user environments without unknowingly overwriting others work?

rvi is a wrapper script which gives you an easy way of integrating RCS with your existing vim/vi work environment.

Simply use rvi filename instead of vim filename and the file will automatically be checked into revision control, and the changes you made after the edit will be displayed each time you finish editing. Eg:

reenen@tux$ rvi index.html
RCS/index.html,v --> index.html
revision 1.1 (locked)
done

... you edit the file here, and once done:

"index.html" 25L, 916C written
===================================================================
RCS file: RCS/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- index.html 2006/02/09 09:59:14 1.1
+++ index.html 2006/02/09 10:00:57
@@ -1,6 +1,7 @@



+



RCS/index.html,v > added title.
>> .
done

... the changes are displayed and the new revision checked in.
<<less
Download (MB)
Added: 2006-02-09 License: Artistic License Price:
1484 downloads
CGI::Out 2006.0215

CGI::Out 2006.0215


CGI::Out is a Perl module to buffer output when building CGI programs. more>>
CGI::Out is a Perl module to buffer output when building CGI programs.

SYNOPSIS

use CGI;
use CGI::Out;

$query = new CGI;
savequery $query; # to reconstruct input

$CGI::Out::mailto = fred; # override default of $<

out $query->header();
out $query->start_html(
-title=>A test,
-author=>muir@idiom.com);

croak "Were outta here!";
confess "It was my fault: $!";
carp "It was your fault!";
warn "Im confused";
die "Im dying.n";

use CGI::Out qw(carpout $out);
carpout(*LOG);
$CGI::Out::out # is the buffer

This is a helper routine for building CGI programs. It buffers stdout until youre completed building your output. If you should get an error before you are finished, then it will display a nice error message (in HTML), log the error, and send email about the problem.

It wraps all of the functions provided by CGI::Carp and Carp. Do not "use" them directly, instead just "use CGI::Out".

Instead of print, use out.

<<less
Download (0.004MB)
Added: 2006-08-30 License: Perl Artistic License Price:
1151 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5