Main > Free Download Search >

Free funbrain mighty guy 2 software for linux

funbrain mighty guy 2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6748
Debian GNU/Linux 4.0r1

Debian GNU/Linux 4.0r1


Debian Operating System is an association of individuals who have made common cause to create a free operating system. more>>
Debian Operating System is an association of individuals who have made common cause to create a free operating system. This operating system is called Debian GNU/Linux, or simply Debian for short. Debian systems currently use the Linux kernel.
Linux is a completely free piece of software started by Linus Torvalds and supported by thousands of programmers worldwide. Of course, the thing that people want is application software: programs to help them get what they want to do done, from editing documents to running a business to playing games to writing more software.
Debian comes with over 8000 packages (precompiled software that is bundled up in a nice format for easy installation on your machine) - all of it free. Its a bit like a tower. At the base is the kernel. On top of that are all the basic tools.
Next is all the software that you run on the computer. At the top of the tower is Debian -- carefully organizing and fitting everything so it all works together.
Among versions of Linux, Debian is fairly unique, unlike most distributions it isnt backed by any for profit venture and instead is an all volunteer organization. There is no for profit company, or business plan behind Debian, it is a wide ranging project along the lines of GNU. Debian also provides the basis for a number of other Linux distributions, such as Lindows, Xandros, Libranet, and Knoppix.
The linchpin of Debian is a combination package management system and distribution network called forth by the mighty apt-get command. What makes this network so exceptional is that the dpkg-deb files which make up Debian packages contain information on their underlying dependencies so installing a package from the Debian network will call up all of its dependent packages.
As an example, installing a KDE application would make sure that KDE, X windows, and everything underneath was already installed on the system, and if the prerequisite packages werent already installed than the packages would automatically be downloaded and installed from the Debian network.
Enhancements:
- The Debian project has updated the stable distribution Debian GNU/Linux 4.0 (code name Etch). This update adds security updates to the stable release, together with a few corrections to serious problems. As always, the first point release also corrects a few issues that have been noticed too late in the release process to stop the release, but still should be fixed. This point release for Etch also includes an updated release of the installer, which includes the following changes: kernels used in the installer have been updated to ABI 2.6.18-5; updated mirror list; support added for certain USB CD drives that were not being detected; incorrect setup of GKSu fixed when user chooses to install with the root account disabled...
<<less
Download (MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
810 downloads
Kamyrans Eye 1.3

Kamyrans Eye 1.3


Kamyrans Eye is a fantasy-themed roguelike role-playing game for Nokia Series60 cellphones and PCs. more>>
Save your home town from three mighty wizards and their insatiable greed sparked by the discovery of an ancient ruin.

Kamyrans Eye is a fantasy-themed "roguelike" role-playing game for Nokia Series60 cellphones and PCs.

With each game, explore a world which is never quite the same - filled with inhabitants both friendly and hostile. Defend cities and villages, conquer wizard towers and raid dens.

A plethora of items, weapons and spells allow for a wide array of tactics to reach one of the multiple endings.

<<less
Download (0.47MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1176 downloads
NS WebMail 0.12.1

NS WebMail 0.12.1


NS WebMail is a POP3/SMTP Web mail client. more>>
NS WebMail project is a simple set of PERL scripts, it works using module Mail::POP3Client, and allows to send and receive MIME compliant mails.
The whole thing is "secured" using POP3 authentication, ie mail cant be send or retrieved without initial correct authentication.APOP and standard PASS authentication work.
No need of any SQL base and so on. However, better know how PERL and CGIs work ! This allows NSWM to remain simple and light, and not to require an important set of PERL modules.
NSWM now support two kinda security improvments:
- HTTP Auth: just configure your Apache to authenticate user with normal HTTP Auth. Then you
need to use indexauth.pl instead of index.html as a start page, and run NSWM in mod_perl.
It works automatically.
- Cookie stored key: the key used to encrypt the password may be stocked partially in a cookie.
This prevents bad guys from accessing other users inboxes when they used shared computers.
You have to enable this feature in the configwm.pm file, at "cookiedomain": enter your
domain to enable the feature, comment the line out to disable.
Both security features will work over HTTPS.
Supported languages
Modules exists and languages have been tested for:
- English (lang-en.pl module, core module)
- Francais (lang-fr.pl module, dev module)
- Russian (lang-ru.pl module, dev module)
- Hrvatski (lang-hr.pl module, trn module from dpavlin at rot13.org)
- Deutsch (lang-de.pl module, trn module from Tobias.Mueller at stud.uni-hannover.de)
- Norwegian (lang-no.pl module, trn module from erlingp at f00bar.fagmed.uit.no)
- Hungarian (lang-hu* modules, trn module from keve_g at mail.takarek.net)
- Swedish (lang-se.pl, trn module from hm at nool.nu)
- Czech (lang-cz.pl, trn module from svasek at nextra.cz)
- Italian (lang-it.pl, trn module from theos at bp.lnf.it)
- Spanish (lang-spl.pl, trn module from scristi at startlight.com)
- Portuguese (lang-pt.pl, trn module from luiz at pucrs.br)
- Romanian (lang-ro.pl, trn module from chally_ro at yahoo.com)
Anyone translating the langpack in another language is asked to send it us, please !
This way we can improve NSWM.
installation
1- Unzip it:
On performant UNIX (with recent gnu tar), do a tar xvzf nswm-XXXXXX.tar.gz
On Windows, use Winzip or PowerArchiver (http://www.powerarchiver.com)
2- Set up your favorite HTTP server to handle the application.
For Apache:
=> put an Alias section as /nswm for the nswm/html directory
=> put a ScriptAlias section as /nswm/cgi-bin for the nswm/cgi-bin directory
For IIS,NES:
Use the graphic interface to set it up properly. Refer to server documentation.
3- Then you have to edit configwm.pm file and specify your SMTP server ($SMTPserver variable).
Words and paths can be set up in config.pl file.
You can also choose the language.
Nota: configwm.pm template is configwm.pm.dist.
4- PERL Modules to install if not installed:
Dont forget to install them (example with Mail::POP3Client):
=> perl -MCPAN -e install Mail::POP3Client on UNIX (or see at http://www.cpan.org)
or ppm Mail-POP3Client on WNTs ActivePerl (but better see at http://www.activetsate.com)
The following modules/packages are needed:
IO-stringy,MIME-Base64,MIME-Lite,MIME-tools,MailTools,Mail::POP3Client,TimeDate,URI,CGI
(yeah, thats a lot, i know. MIME encoding/decoding isnt a simple thing...)
5- Misc install things:
Dont forget to chmod 777 (or, better, chown apache or nobody or www-data) the /var/opt/nswm/log and
/var/opt/nswm/tmp directories if you dont change those locations in the configwm.pm file.
You can do a small cron script to launch bin/nswmcron to enable the automatic cleanup of temp files (This is automatically done by the RPM). Dont forget to change the html/title.htm file....
Enhancements:
- Several improvements in mail header decoding in the inbox.
- Optional ability to report spam to spam software (tested and documented with SpamAssassin).
- Full management of the "Urgent header".
<<less
Download (0.08MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
926 downloads
FileTraq 0.2

FileTraq 0.2


FileTraq is designed to be run periodically from the root crontab. more>>
FileTraq software is designed to be run periodically from the root crontab. Each time, it compares a list of system files with the copies that it keeps. Any changes are reported in diff or patchfile style, and dated backup copies are kept.
Whats that good for?
Its designed to be an easy way to ensure that no system files are changed
without your knowledge. If youre worried about people breaking in and
changing things without you noticing, or just worried about the other guy
with root on the box changing things and forgetting to tell you, its a good
way to keep tabs on configuration files.
It can even be useful to add some sanity to your own life, by reminding you
when files are changed. If you keep track of the messages you get back from
FileTraq, youll have a rudimentary file history that will allow you to flip
back to see when you changed a certain thing. Dated backups are also kept,
just in case you nuke a file.
Hows it work?
Its just a little shell script that reads a list of files to watch, runs diff
against each file and its backup, and reports any discrepancies, along with
keeping a dated backup of the original.
Is there anything wrong with it?
Right now, it doesnt take care of its backups very well. The dated backups
will accumulate in the backups directory, bounded only by diskspace. If anyone
has an idea for a SIMPLE way to keep backups in check, let me know.
It only handles text files -- this isnt a Tripwire replacement for use with
system binaries. I suppose it could be, though.
FileTraq is not well tested or hardened. It runs as root, but all of its
config files should only be accessible by root. No security holes are known
at this time, but please be careful.
Enhancements:
- a few new features
<<less
Download (0.010MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
850 downloads
Shooting Star 1.2.0

Shooting Star 1.2.0


Shooting Star project is a 2D shooting game. more>>
Shooting Star project is a 2D shooting game.

Shooting Star is a 2D action game which uses SDL and OpenGL.

The goal is to clear all levels of bad guys and make the World a better place.

<<less
Download (7.4MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1966 downloads
nagios-check_apt 0.1

nagios-check_apt 0.1


nagios-check_apt is a Nagios plugin to check whether there are updates available in Debian apt repositories. more>>
nagios-check_apt is a Nagios plugin to check whether there are updates available in Debian apt repositories.

The project requires "apt-get update" to be run via cron.

Set up cron or any other automation to do an apt-get update periodically. If you neglect this, the plugin will not show updates.

<<less
Download (0.003MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
975 downloads
CDDB / CDDB_get 2.27

CDDB / CDDB_get 2.27


CDDB/CDDB_get Perl module gets the CDDB info for an audio CD more>>
CDDB/CDDB_get Perl module gets the CDDB info for an audio CD.
The included script was intended as a demo for CDDB_get, but over time it has gained powerful features like the ability to write to a database, offline mode, HTTP mode (including proxy), saving in standard XMCD format, and writing lame commands.
Enhancements:
- default port is now 8880 (not 888 anymore)
- fixes an ioctl perl problem on current redhat/fedora and maybe other systems too
- thanks to Gregory K. Ruiz-Ade and the redhat/fedora guys
<<less
Download (0.021MB)
Added: 2006-01-04 License: GPL (GNU General Public License) Price:
1395 downloads
Tales of Middle Earth 2.3.4

Tales of Middle Earth 2.3.4


Tales of Middle Earth is a tile-based dungeon crawler similar to Nethack, Rogue, and Angband. more>>
Tales of Middle Earth (ToME) is a fantasy adventure game, based on the works of J.R.R. Tolkien. It is a game that emphasizes intricate, challenging, and varied gameplay over graphics.
Hundreds of different monsters in randomly-generated, unpredictable dungeons will strive to slay you by various means, and you counter - if you survive - by developing the skills of your choice and wielding mighty artifacts.
ToMEs races from Hobbit to Troll and classes from Swordmaster to Summoner allow for many different playing styles and a replay value that extends through years.
The only game so realistic that your scrolls and spell books will burn if you trudge in lava (unless you have gained immunity from some armour), you will dry up rivers to cast mighty spells, strike at orcs with blades attuned to slay them specifically, summon armies from a simple totem, and even forge your own artifacts.
There is an entire community to help you with the game, and it is far from static - ToME is a developing game, always improving. And best of all, its free.
Enhancements:
- Fix window position saving on Mac OS
- Remove buggy trap of Stair Movement
- Fix typo in one monsters flags
- Fix word wrapping in character sheet
<<less
Download (2.5MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
885 downloads
FryPHP 0.9.6.2

FryPHP 0.9.6.2


FryPHP project is fast and easy to learn templating engine/system for PHP5. more>>
FryPHP project is fast and easy to learn templating engine/system for PHP5.

Why another templating system? Well... I have tried and even worked with a lot and was not happy with any of them. They all as a rule force you to learn a "new language" and its not right. I do not believe in all that designer safety and all... As my practice showed - competent enough people: HTML guys who know PHP or even programmers and surely not designers work with dynamic part of templates (of cource there are exceptions).

After working with RHTML in Ruby on Rails I found out how convenient it was. So I decided to make some templating system for PHP5, which uses plain PHP for templating.

FryPHP is written in object oriented manner using test driven development (TDD).

FryPHP allows local variables for each template, you also can set global variables. FryPHP makes use of method overloading and provides FryHelpers which save a lot of time on routineous HTML generation, such as selects generation for date selection.

FryPHP is very young project so more documentation, examples etc. are still to come.

For now, most of Frys features can be learned by reading test files.
<<less
Download (0.022MB)
Added: 2007-07-18 License: LGPL (GNU Lesser General Public License) Price:
828 downloads
XML::Twig 3.26

XML::Twig 3.26


XML::Twig is an XML transformation module. more>>
XML::Twig is a Perl module used to process efficiently XML documents.

Twig offers a tree-oriented interface to a document while still allowing the processing of documents of any size. I think the current buzzword for it would be "push-pull" processing.

When I was younger I wanted to grow up and write a tool that would allow people to process text the way they wanted, offering tons of feature, various ways to achieve the same result, not forcing them into any processing model but allowing them to use the one they felt the most comfortable with.

Eventually I grew up and I realized a guy named Larry Wall had already written a language named Perl... Darn! So as I was quite involved in dealing with SGML, then XML, I decided to settle for the next best thing: writing a module that would allow people to process XML the way they wanted, offering them tons of feature, various ways... you get the point.So I wrote XML::Twig.

XML::Twig gives you a tree interface to XML documents... if you want. It also lets you dump parts of the tree, set callbacks during processing, both on tags and on subtrees, process only part of the tree, write powerful filters... you name it.

The only thing XML::Twig does not do is follow standards (except XML of course): no DOM, no XPath (well, not quite, it implements a subset of XPath), no SAX ( it is planned though, as of 3.05 you can output SAX using the toSAX1 and toSAX2 methods). Consider yourself warned!
<<less
Download (0.28MB)
Added: 2006-11-12 License: Perl Artistic License Price:
1076 downloads
Bait and Switch Honeypot System 2.1

Bait and Switch Honeypot System 2.1


The Bait and Switch Honeypot is a multifaceted attempt to take honeypots out of the shadows of the network security model. more>>
The Bait and Switch Honeypot is a multifaceted attempt to take honeypots out of the shadows of the network security model and to make them an active participant in system defense.
To do this, we are creating a system that reacts to hostile intrusion attempts by redirecting all hostile traffic to a honeypot that is partially mirroring your production system. Once switched, the would-be hacker is unknowingly attacking your honeypot instead of the real data and your clients and/or users still safely accessing the real system.
Life goes on, your data is safe, and you are learning about the bad guy as an added benefit. The system is based on snort, linuxs iproute2, netfilter, and custom code for now.
We have plans on adding additional support in the future if possible.
Enhancements:
- So its beta release day. The final package is up, but largely unannounced. Ive cleaned up the few bugs I knew about, added the blacklisting feature, tested and added features to electr0ns config script, and updated the documentation to the point where I think its very useable and easy to understand.
- I have also added a baitnswitch-users mailing list through sourceforge.
<<less
Download (0.37MB)
Added: 2006-07-13 License: BSD License Price:
1201 downloads
Online Games Toolbar 1.0.1.21

Online Games Toolbar 1.0.1.21


Online Games Toolbar is an extension which lets you play many free online games directly from your browser. more>> <<less
Added: 2006-09-20 License: MPL Price: FREE
132 downloads
delfin 20030216

delfin 20030216


delfin 20030216 is an excellent tool that was specially designed to be a realtime software sampler for Linux. more>>
delfin 20030216 is an excellent tool that was specially designed to be a realtime software sampler for Linux.

Have you ever gone out to find a hardware to create contemporary music (Hip-hop, Jungle, Techno, ...) with considerable price? Did you know that you can use your humble computer to do the same job?

And then a sampler needs lots of memory, so you got to spend more quids upgrading it. The sound quality of delfin and its actual interface doesn't come near that of a real harware sampler, but it might become a full-grown, all-mighty, powerful sea singer.

Instructions:

  • In the delfin directory just type: install.sh
  • This will move the delfin executable to any of your binary paths.

Enhancements: 16-02-2003

  • It has grown a little bit in size, but it is much modular now.
  • The on-line help will be a big surprise for all of you who didn't understand how to work with delfin.
  • Added a test module, Discrete Fourier Transform, that can be used as equalizer.

Requirements:

  • Linux with soundcard
  • ncurses library
  • gcc compiler
<<less
Added: 2006-07-21 License: Freeware Price: FREE
1 downloads
nagios-check_bacula 0.3

nagios-check_bacula 0.3


nagios-check_bacula is a Nagios plugin that checks whether the backups made for today with the Bacula backup system were succesf more>>
nagios-check_bacula is a Nagios plugin that checks whether the backups made for today with the Bacula backup system were succesful.

This requires the Nagios user to have read access to the bacula log file.

Make sure that the user that runs Nagios has read access to the Bacula logs, make sure it also has the right to enter the directory where the log is stored.

<<less
Download (0.003MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
970 downloads
Kde media converter 2.1

Kde media converter 2.1


Kde media converter is a Kommander script that can convert any type of media into any other type. more>>
Well... i apreciated the good job done by almusaihij http://www.kde-apps.org/content/show.php?content=53457
And ive read comment about too many buttons... Ive searched along in kde-apps and i found this app http://www.kde-apps.org/content/show.php?content=41272
So ive decided to take the best from those kommander script to realize a more "feeling" and clean gui.. I would like to thanx all this guys and the script code..hope i can help to contribuite in adding-code for future kommander interfaces..
It could be more improved... like multiple files converted... and a clean "map-format" ...because now is in a little bit of a mess...
If u like this prog check also:
-SoundKonverter
-Kvideoencoder
A big tnx to the Ubuntu italian community for support..;)
A special tan to almusaihij for makeing a Kubuntu .deb package and for sharing code and idea.
Enhancements:
- More improved code
- Added subtiles misc with avi file
- Added experimental controls
<<less
Download (0.030MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
537 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5