Main > Free Download Search >

Free runes of magic software for linux

runes of magic

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 278
Parted Magic 1.8

Parted Magic 1.8


Parted Magic is a ~30mb LiveCD/USB with its only purpose being partitioning hard drives. more>>
Parted Magic is a ~30mb LiveCD/USB with its only purpose being partitioning hard drives. Although GParted and Parted are the main programs, the CD/USB also offers programs like partimage, testdisk, fdisk, sfdisk, dd, etc...
Parted Magic is based on my work from the GParted LiveCD project and falls under the terms of the GPL.
Enhancements:
- We added dd_rhelp, sdparm, mbr, and xfburn for starters. Updated programs: linux-2.6.22, e2fsprogs-1.40.2, ntfs-3g-1.710, dd_rescue-1.13, ddrescue-1.5, leafpad-0.8.11, file-4.21, testdisk-6.7, mdadm-2.6.1, pciutils-2.2.5, syslinux-3.51, isomaster-1.0, hdparm-7.4, xfsprogs_2.8.21-1, busybox-1.5.1, and usbutils-0.72. All menus are bypassed now. After the syslinux menu, it boots to the desktop without any other interruptions. You can now create the LiveUSB from the LiveCD by using our new USB Operations program...
<<less
Download (35.6MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
536 downloads
Realms of Rivalry

Realms of Rivalry


Realms of Rivalry is an online tactical rpg. more>>
Realms of Rivalry is an online tactical rpg. Play short skirmishes in random-generated game worlds.
The game can be summarized as an online graphical turn-based strategy/rpg game where you can play short tactical skirmishes with 2-4 players in small random-generated game worlds. The game is free and can be played either as an applet or downloadable client.
The time-limited turns (30-90 secs) give the game a semi-realtime feel, and the game has sometimes been characterized as "chess on steroids".
Main features:
- Community friendly game lobby where you can chat with others and join realms.
- Up to 4 players simultaneously battling on the same realm.
- Players control teams of 3 characters: Warrior, Archer and Mage.
- Time-limited turn-based gameplay.
- Random-generated game worlds (realms).
- CPU controlled monsters.
- Several weapons, armor, traps and other items.
- Occlusion calculation used in combat situations.
- Interrupts.
- Different types of terrain.
- Buy & sell items at vendors.
- Monster respawning.
- Ingame chat.
- Detailed end-of-game summary panel.
Explore the map and kill creatures to obtain weapons, potions, runes, traps and more to aid you in your quest for domination!
The game development has been very "test-driven" in the sense that the game quickly was made playable and that features and changes were added and removed continuously during development. This hopefully improves gameplay, but of course at the expense of dramatically increased development time.
Realms of rivalry was never intended to "soothe the masses", but were made entirely to match the game that we ourselves would like to play - something we have done for many, many hours :-) But of course, some of you might enjoy this game aswell, and that is why we decided to share it with you!.
<<less
Download (MB)
Added: 2007-01-29 License: Freeware Price:
999 downloads
IP Tables network magic SysRq 0.5

IP Tables network magic SysRq 0.5


IP Tables network magic SysRq is a new iptables target that allows you to do the same as the magic sysrq key on a keyboard does. more>>
IP Tables network magic SysRq is a new iptables target that allows you to do the same as the magic sysrq key on a keyboard does, but over the network.

Why to use the remote sysrq?

Sometimes a remote server hangs and only responds to icmp echo request (ping). Every administrator of such machine is very unhappy because (s)he must go there and press the reset button. It takes a long time and its inconvenient. So here is a solution. Use the Network Magic SysRq and you will be able to do more than just pressing a reset button. You can remotely sync disks, remount them read-only, then do a reboot. And everything comfortably and only in a few seconds.

Is it secure?

That depends. Let me explain: You can restrict who can do this by setting the iptables firewall. But unfortunately, for simplicity, the Network Magic SysRq is based on a single packet request. This packet is encrypted and password protected, but if somebody can sniff it (s)he will be able to repeat (but not to change) the query (so-called replay attack). The query is also protected by a timestamp. When the packet is generated, it is stamped by current date and time. Then on the server side that stamp is compared with the current time of the server and if it is within the tolerance the request is accepted. Together with some other information, the timestamp is protected by SHA1 hash. This means that the potential attacker has a limited time to repeat the sniffed packet. If anybody requires a better security than this, some secure encrypted tunnel can be used. (not depending on userspace, of course!

How to install it?

Just type make.

When everything is compiled type make install as root and after that run depmod -a. Now you can load the kernel module by the command modprobe ipt_SYSRQ.

You would also like to configure the server password and the tolerance. This can be set when installing the module into a kernel, by specifying the module parameters passwd for password and tolerance for tolerance in seconds. The default values are passwd="" and tolerance=43200.

Example:

modprobe ipt_SYSRQ passwd="my_very_secret_password" tolerance=3600

Module options can also be specified in file /etc/modules.conf.

Example:

options ipt_SYSRQ passwd="my_very_secret_password" tolerance=3600

What to do on a server?

After the module is loaded you are able to deploy it using the iptables command.

Some examples of usage:

iptables -I INPUT -p udp --dport 9 -j SYSRQ

or

iptables -I INPUT -i eth1 -s 192.168.1.2 -p udp --dport 9 -j SYSRQ

Note that UDP port 9 is used. This is the default port for send_sysrq program, which shouldnt do any harm, as it defaults to discard service.

What to do on the remote machine?

Copy the executable binary send_sysrq to the remote (client) machine. Alternatively, you can compile ipt_sysrq there yourselves. After uncompressing the source package, you just need to do a make send_sysrq.

Now you can use the client program send_sysrq to send the sysrq request.

<<less
Download (0.025MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1082 downloads
Config::Magic 0.801

Config::Magic 0.801


Config::Magic is a Perl extension for reading all kinds of configuration files. more>>


SYNOPSIS

Example 1

use Config::Magic;
use Data::Dumper;

$input=q{
Section 1 {
[Section 4]
#Comment style #1
//Comment style #2
;Comment style #3
Monkey:1
Monkey=>2
Monkey:=3
< Section 2 >
Foo = Bar
Baz { Bip:1
Pants==5 }
< /Section >
< Tasty Cheese="3" / >
< Section 5 >
Foo=Bippity,boppity,boo
< /Section >
}
}
#Fastest way:
$config = new Config::Magic();
print Dumper($config->parse($input));

Example 2

use Config::Magic;
use Data::Dumper;
#Arguments with sorting $ordered_hash = 1; $config = new Config::Magic("input.conf",$ordered_hash); print Dumper($config->parse); $result = $config->get_result; print Dumper($result);

OUTPUT (from second example)

Section 1 => {
Section 4 => {
Monkey => [
1,
2,
3
]
},
Section => [
{
2 => {},
Foo => Bar,
Baz => {
Bip => 1,
Pants => 5
}
},
{
attribs=>5,
Foo => [
Bippity,
boppity,
boo
]
}
],
Tasty => {
Cheese => {
}
}

This module uses Parse::RecDescent to generate a parse tree for nearly any kind of configuration file. You can even combine files/configuration types. It understands XML, Apache-style, ini files, csv files, and pretty much everything else I could find. Just give it a file, and get a hash tree out. If it doesnt understand the file, or it isnt well formed (such as if a bracket is missing, etc), then you will get a partial result, or no result at all.

There is a single option that can be passed to this file which indicates that the resulting hash should be ordered rather than random. This is done using Tie::Hash::Indexed. You can also call "setordered" directly to change from using ordered to unordered hashes.

<<less
Download (0.020MB)
Added: 2007-04-12 License: Perl Artistic License Price:
624 downloads
Video::Info::Magic 0.993

Video::Info::Magic 0.993


Video::Info::Magic can resolve video filetype if possible. more>>
Video::Info::Magic can resolve video filetype if possible.

SYNOPSIS

use strict;
use Video::Info::Magic qw(:all);

my $type = divine(/path/to/video.mpg );

print $type; #MPEG system stream data (maybe)

## ... see methods below

EXPORT

various constants related to video file formats. All are prefixed with "VIDEO_".
divine(): Employs /usr/share/magic entries to determine a files type, as well as GUID and other info from Microsoft, mplayer, transcode...

<<less
Download (0.62MB)
Added: 2006-07-20 License: Perl Artistic License Price:
1191 downloads
Bundle::Application::Magic 1.21

Bundle::Application::Magic 1.21


Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites. more>>
Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites.

SYNOPSIS

perl -MCPAN -e install Bundle::Application::Magic

CONTENTS

HTML::Tagset - used by HTML::Parser
HTML::Parser - used by HTML::FillInForm and HTML::TableTiler
HTML::TableTiler - used by HTML::MagicTemplate
HTML::FillInForm - used by HTML::MagicTemplate
Class::constr - used by Template::Magic::Zone
Class::props - used by Template::Magic::Zone
Object::props - used by Template::Magic::Zone
Object::groups - used by CGI::Application::Magic
Template::Magic - the Template::Magic distribution
Data::FormValidator - used by CGI::Application::CheckRM
CGI::Application::Plus - used by CGI::Applicatio::Magic

This bundle gathers together the CGI::Application::Magic and all the related prerequisites.
Note: A Bundle is a module that simply defines a collection of other modules. It is used by the CPAN module to automate the fetching, building and installing of modules from the CPAN ftp archive sites.

<<less
Download (0.034MB)
Added: 2006-10-14 License: Perl Artistic License Price:
1106 downloads
Caves of Golorp 0.0.1

Caves of Golorp 0.0.1


Caves of Golorp project is a Rogue-like game in Prolog. more>>
Caves of Golorp project is a Rogue-like game in Prolog. It features a sophisticated level generator, smart monsters, and a unique magic system.

About the dungeon: A lot of things arent implemented. There are monsters you can fight, but not many kinds, and you have to use your bare hands.

The only monsters youll actually see are bear cubs and "persons" (human-like creatures) because Im still defining the attributes for the others. Read mtbl.pl for a glimpse of some of my ideas for future monsters.

There are a lot of different kinds of levels, but you have to go deep to see them and you probably wont survive that long unless you cheat.

Somewhere between levels 5 and 14 there is an extra "up" staircase leading into the infinitely tall Tower of Golorp, which is worth a visit because it has different layouts and different monsters from the main dungeon.

<<less
Download (0.39MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1070 downloads
File::MMagic 1.27

File::MMagic 1.27


File::MMagic is a Perl module to guess file type. more>>
File::MMagic is a Perl module to guess file type.

SYNOPSIS

use File::MMagic;
use FileHandle;

$mm = new File::MMagic; # use internal magic file
# $mm = File::MMagic->new(/etc/magic); # use external magic file
# $mm = File::MMagic->new(/usr/share/etc/magic); # if you use Debian
$res = $mm->checktype_filename("/somewhere/unknown/file");

$fh = new FileHandle "< /somewhere/unknown/file2";
$res = $mm->checktype_filehandle($fh);

$fh->read($data, 0x8564);
$res = $mm->checktype_contents($data);

<<less
Download (0.021MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1017 downloads
Bundle::Template::Magic 1.39

Bundle::Template::Magic 1.39


Bundle::Template::Magic is a bundle to install MagicTemplate distribution plus all related extensions and prerequisites. more>>
Bundle::Template::Magic is a bundle to install MagicTemplate distribution plus all related extensions and prerequisites.

SYNOPSIS

perl -MCPAN -e install Bundle::Template::Magic

CONTENTS

HTML::Tagset - used by HTML::Parser

HTML::Parser - used by HTML::FillInForm and HTML::TableTiler

HTML::TableTiler - used by HTML::MagicTemplate

HTML::FillInForm - used by HTML::MagicTemplate

Class::constr - used by Template::Magic::Zone

Class::props - used by Template::Magic::Zone

Object::props - used by Template::Magic::Zone

File::Spec - used by Template::Magic

IO::Util - used by Template::Magic

Template::Magic - the main distribution

This bundle gathers together Template::Magic and all the related extensions and prerequisites.
Note: A Bundle is a module that simply defines a collection of other modules. It is used by the CPAN module to automate the fetching, building and installing of modules from the CPAN ftp archive sites.

<<less
Download (0.045MB)
Added: 2006-10-17 License: Perl Artistic License Price:
1102 downloads
CGI::Builder::Magic 1.31

CGI::Builder::Magic 1.31


CGI::Builder::Magic Perl module contains CGI::Builder and Template::Magic integration. more>>
CGI::Builder::Magic Perl module contains CGI::Builder and Template::Magic integration.

SYNOPSIS

# just include it in your build

use CGI::Builder
qw| CGI::Builder::Magic
|;

<<less
Download (0.015MB)
Added: 2007-08-01 License: Perl Artistic License Price:
816 downloads
CAVEZ of PHEAR 0.5

CAVEZ of PHEAR 0.5


CAVEZ of PHEAR is a boulder dash / digger like game for console / terminals using ncurses. more>>
CAVEZ of PHEAR is a boulder dash / digger like game for console / terminals using ncurses. The goal of CAVEZ of PHEAR is to escape through the caves by collecting diamonds and avoid falling stones.

<<less
Download (0.020MB)
Added: 2007-03-02 License: Freeware Price:
966 downloads
NetMage 0.7.1

NetMage 0.7.1


NetMage is a Java-based game that lets two players play Magic over a network. more>>
NetMage project is a Java-based game that lets two players play Magic over a network.

netMage is a Java-based game that lets two people play Magic: The Gathering (or other card games) over a TCP/IP connection.

It does not know how to play the game, but it does let you play if you know how (a la Apprentice).

NetMage cannot actually play Magic by itself, it simply allows MTG players to enjoy their games over the internet. Both players must know how to play the game, but NetMage will provide all the necessary tools.

<<less
Download (0.062MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1016 downloads
Template::Magic 1.39

Template::Magic 1.39


Template::Magic is a Perl module for magic merger of runtime values with templates. more>>
Template::Magic is a Perl module for magic merger of runtime values with templates.

SYNOPSIS

Just add these 2 magic lines to your code...

use Template::Magic;
Template::Magic->new->print( /path/to/template );

to have all your variable and subroutines merged with the template file, or set one or more constructor array to customize the output generation as you need:

use Template::Magic qw( -compile );

$tm = new Template::Magic
paths => [ qw(/any/path /any/other/path) ] ,
markers => [ qw( < / > ) ] ,
lookups => [ %my_hash, $my_obj, main ] ,
zone_handlers => [ &my_zone_handler, _EVAL_ ] ,
value_handlers => [ DEFAULT, &my_value_handler ] ,
text_handlers => sub {print lc $_[1]} ,
output_handlers => sub {print uc $_[1]} ,
post_handlers => &my_post_handler ,
options => no_cache ;

$tm->nprint( template => /path/to/template
lookups => %my_special_hash );

<<less
Download (0.045MB)
Added: 2007-07-11 License: Perl Artistic License Price:
839 downloads
Magic Mounter 0.9

Magic Mounter 0.9


Magic Mounter is a user-space auto-mounter. more>>
Magic Mounter is a user-space auto-mounter.

mmounter tries to mimic the behaviour of MacOS with regards to automatic monitoring and mounting of the volumes in your system (CDs, ZIP disks, floppies, HDs) using their volume name as the mount point.

It will optionally eject devices and let users mount/umount them.

Currently mmounter supports ext2, ext3, iso9660 (CD), HFS, and VFAT.

This tool is user-space only (doesnt require any kernel patching) and should be fairly portable.
<<less
Download (0.023MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1125 downloads
Underworld Online 7.7.5

Underworld Online 7.7.5


Underworld Online is a Fantasy MMORPG - Combats, Magic, Weapons, Spells, Guilds, Buildings. more>>
Underworld Online is a Fantasy MMORPG - Combats, Magic, Weapons, Spells, Guilds, Buildings.

A castle is being taken over by an army of monsters. In this graphical fantasy MMORPG you can either fight and try to save the reign, or you can join the evil forces. Combats, Magic, Weapons, Spells, Guilds, Buildings, Buy/Sell.

You play immediately with your browser, no download nor registration required. Has music and sound. Invite your friends to help you!

Introduction:

During the past centuries, the Reign of Graiel has known a prosperous life of richness and well-being.

Months ago, the King died in mysterious circumstances and his daughter, Asia the princess, run into severe illness. Things turned dramatically worse when the princess, hanging around the castle dungeons, found some ancient magic books, filled with forgotten formulas written with human blood.

Rumours around say that Asia, excited by her curiosity, read with loud voice a few phrases from that evil books, capable of awakening the lost souls from the Land of the Dead. Magic words pronounced by her have would have opened a dimensional breach, letting obscure creatures lurking in the never ending Darkness to reach out to our World.

Now, the Castle of Graiel is totally under control of evil creatures with enormous power. Asia the princess lives locked in her bedroom, captured by the monsters which are now planning their raise and conquer of the whole Reign.
Many brave knights have dead trying to defeat the creatures.

Take this challenge, stranger, save us, and become a King!
<<less
Download (0.053MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1039 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5