Main > Free Download Search >

Free postal 2 share the pain multiplayer software for linux

postal 2 share the pain multiplayer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7832
Postal 2: Share the Pain DEMO 1407

Postal 2: Share the Pain DEMO 1407


Postal 2: Share the Pain DEMO is a FPS game for Linux. more>> <<less
Download (167.3MB)
Added: 2006-03-17 License: Freeware Price:
1015 downloads
Call Of Duty 2 Linux Multiplayer Server Code 1.0a

Call Of Duty 2 Linux Multiplayer Server Code 1.0a


Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. more>>
Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server.

!! IMPORTANT !!

Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.

Introduction

This document explains how to install the Call of Duty 2 Linux server version 1.0. Installation from scratch and upgrading an existing installation are both covered.

Usage is very similar to Call of Duty and United Offensive... many of the console commands, command lines, and cvars are identical, so if you are comfortable maintaining dedicated servers for those games, you will find this process familiar.

MOD USERS: PLEASE READ...

It is recommended that any user modifications that have been installed to the Call of Duty 2 directory be removed before installing this package. These modifications are not supported by Activision and may not be compatible with some of the new features that are included. When installing or upgrading a server, if problems or unexpected behavior arise, your first step in troubleshooting should be to do a clean install with the original data files.

IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...

(This is a frequent-enough problem to merit discussion in the introduction.)

If you are reading this, its probably because you tried to start your Linux server and saw this message:

./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

COD2 is a C++ program built with gcc 3.3.4, which means it needs a system library specific to gcc 3.3. Older Linux systems wont have this installed, and were starting to see newer Linux distributions that dont have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.

Here is the library you need, if your Linux distribution doesnt supply it:

http://icculus.org/updates/cod/gcc3-libs.tar.bz2

You want to unpack that somewhere that the dynamic linker will see it (if you are sure it wont overwrite any files, you can even use /lib).

The brave can put it in the same directory as the game and run the server like this:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded

Now the server will start.

Upgrading from 1.0 to Linux 1.0a.

Just stop the game server, replace cod2_lnxded on your server with the version included in this package, and restart the game server. 1.0a is just a minor hotfix and requires no other code changes.

As the hotfix is Linux-specific there is no Windows version of 1.0a.

Installation From Scratch

- Get the retail Call of Duty 2 disc(s) (there may be multiple discs depending on what edition of the game you have obtained, or perhaps a single DVD-ROM disc).
- Copy the contents of disc ones "Setup/Data" directory to wherever you want to install the Call of Duty 2 Linux server. There should be a "localization.txt" file in the root of this directory, and a "Main" Subdirectory. Each additional disc should be opened and the contents of each "Data" folder should be copied over to the existing Main folder. When you have copied everything, the final installation size is around 3.5 gigabytes.
- Alternately, you may install on Windows and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs. Final installation size is around 3.5 gigabytes.
- Unpack this archive in the root of the newly-copied tree, so "cod2_lnxded" is in the same directory as "localization.txt". Unlike the original Call of Duty, there are not seperate .so files like "game.mp.i386.so", so dont be concerned when you dont see them.
- Now, run the server:
cd /where/i/copied/callofduty2
./cod2_lnxded

- When you see "--- Common Initialization Complete ---", the game server has started, but you need to start a map before the server will accept connections. At this point, type:

map mp_leningrad

("mp_leningrad" being a given maps name).

- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.
<<less
Download (0.40MB)
Added: 2005-12-09 License: Freeware Price:
799 downloads
Install rpm with smart 0.2

Install rpm with smart 0.2


Install rpm with smart package is a service menu used to click on a rpm file and call smart-pm to install it. more>>
Install rpm with smart package is a service menu used to click on a rpm file and call smart-pm to install it. Its designed for Ekaaty Linux but must run on every KDE.
Installation:
Copy desktop fiiles to your KDE directory:
cp smart-install.desktop .kde/share/apps/konqueror/servicemenus/
cp smart-rpm-install.desktop .kde/share/applnk/
Give read permissions to these files:
chmod 644 .kde/share/apps/konqueror/servicemenus/smart-install.desktop
chmod 644 .kde/share/applnk/smart-rpm-install.desktop
Enhancements:
- Use xdg-su for better desktop integration
- More compatible with other RPM distros
<<less
Download (MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
975 downloads
Whamb Share Protocol Daemon 1.1

Whamb Share Protocol Daemon 1.1


Whamb Sharing Protocol Daemon (WSD) is a perl script that allows you to share MP3 or OGG on a Unix/Linux or windows system. more>>
Whamb Sharing Protocol Daemon (WSD) is a perl script that allows you to share MP3 or OGG on a Unix/Linux or windows system.WSD needs perl 5.7.3 or later (5.8.0 recommended) and some modules (HTML::Entities, Encode, MP3::Info), you will find any instructions you need in the readme, so please read it ! WSD also needs RendezVous from Apple, its opensource and runs on lots of platform including linux/*BSD/Windows/Solaris and all Posix OSes

Installation is simple but depends by your operating system:
make os=linux on linux
make os=opensd on openbsd
make os=osx on macosx
make os=solaris on solaris

if you are running NetBSD or FreeBSD edit the makefile you will see:
ifeq ($(os),openbsd)
CFLAGS_OS = -DHAVE_SOCKADDR_SA_LEN -DHAVE_DAEMON -DHAVE_SOCKLEN_T -DHAVE_BROKEN_RECVDSTADDR
change it to
ifeq ($(os),bsd)
CFLAGS_OS = -DHAVE_SOCKADDR_SA_LEN -DHAVE_DAEMON -DHAVE_SOCKLEN_T

and use make os=bsd

You can start it with something like: build/mDNSResponderPosix -n "`hostname`" -t _whamb._tcp. -p 7603 -d
You may also want to copy mDNSResponderPosix to your /usr/bin directory
<<less
Download (0.005MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1188 downloads
Konsole 1.6 to 2.0 colorscheme updater 0.1

Konsole 1.6 to 2.0 colorscheme updater 0.1


Konsole 1.6 to 2.0 colorscheme updater 0.1 offers you a little Perl script which is an effective and easy way to convert KDE3 Konsole (i.e. versions up to 1.6.6, extension .schema, table-style) to KDE4 Konsole colorschemes (i.e. version 2.0, extension .colorscheme, INI-style). more>>
Konsole 1.6 to 2.0 colorscheme updater 0.1 offers you a little Perl script which is an effective and easy way to convert KDE3 Konsole (i.e. versions up to 1.6.6, extension ".schema", table-style) to KDE4 Konsole colorschemes (i.e. version 2.0, extension ".colorscheme, INI-style). It will be an excellent for everyone!

Usage:

  1. Go to your KDE3 konsole share folder (e.g. ~/.kde/share/apps/konsole
  2. run script on old colorscheme (e.g. perl color3to4.pl old_colorscheme.schema)
  3. Copy created file (e.g. old_colorscheme.colorscheme) to your KDE4 konsole share folder (e.g. ~/.kde4/share/apps/konsole)
  4. Restart konsole and you should be able to use it

Requirements:

  • Konsole
  • KDE4
  • Perl
<<less
Added: 2008-01-14 License: GPL Price: FREE
1 downloads
Simple Web Share 0.1.1

Simple Web Share 0.1.1


SimpleWebShare is a small application for publishing a part of your hard disk on the Web. more>>
SimpleWebShare is a small application for publishing a part of your hard disk on the Web. Simple Web Share project displays files and directories in a list view and allows them to be downloaded, including on-the-fly zipping.
Main features:
- Display file and directory as list
- Download of file
- Download of directory with on-the-fly zip generation (with a customizable folders size limit)
- Simple HTTP Authentification
- Localized interface (currently french or english)
<<less
Download (0.063MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1239 downloads
KDE Internet share wizard 0.1

KDE Internet share wizard 0.1


KDE Internet share wizard is a Kommnder script that can help you share your internet connection over LAN. more>>
KDE Internet share wizard is a Kommander script that can help you share your internet connection over LAN.
Overview:
I was on a LAN and I needed to share my internet connection because we didnt have any router.
I found this to be quite difficult, but after some searching on internet I found a very good explanation for making this work.
Now, Ive made a WindowsXP like internet connection sharing guide for all who wants to share their internet connection easy and fast.
Usage:
copy the tar.gz file contents into /usr/bin and then run:
kdeinternetshare.sh - English
For all those who are unsure how to use the guide, it should be good to stick to the default settings.
This is only a quite simple guide so suggestions and improvments are welcome.
System requirements:
- Kommander
<<less
Download (0.012MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
976 downloads
retroshare 0.2.1 RC4

retroshare 0.2.1 RC4


retroshare provides a private P2P file sharing software. more>>
retroshare provides a private P2P file sharing software.
Retroshare is a cross-platform private P2P sharing program. It lets you share securely to your friends, using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication. RetroShare provides filesharing, chat, messages, and channels.
Main features:
- A Private Peer to Peer Network which allows you to share information with only the people you want to.
- Reliable Identification and Authentication of your friends.
- Plus an Introduction Scheme which connects you to the friends of your friends, and facilitates network growth.
- Encrypted Communication, ensuring all shared information is known only to you and your peers.
- A Communication Platform which can potentially support services such as Secure Email, File Sharing, Video or Voice over IP and Messaging
- A Decentralised Social Sharing Network designed **For the People**
- with no dependancies on any corporate system or central servers.
Enhancements:
- First release with Web of Trust Authentication!
- Downloads are automatically resumed
- New Directory search interface.
<<less
Download (4.2MB)
Added: 2007-04-26 License: LGPL (GNU Lesser General Public License) Price:
942 downloads
Money Share 2.2

Money Share 2.2


Money Share is an expense management tool that can be used keep track of expenses among several people. more>>
Money Share is an expense management tool that can be used keep track of expenses among several people.
Expenses made on behalf of people can be kept track of and recovered when balancing accounts. The utility also reduces the number of exchanges required in order to balance the accounts.
Enhancements:
Improvements
- Specify which file is selected in the dropdown box
- Change password option functionality is now available
- Transactions page now has a summary of expenses by description
<<less
Download (0.027MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
1537 downloads
G-Share 1.5 Beta

G-Share 1.5 Beta


G-Share is a PHP script that allows you to share your Gmail attachments with the world. more>>
G-Share is a PHP script that allows you to share your Gmail attachments with the world, it is a download center with files stored in your gmail account.

G-Share project uses a MySQL database to store important data such as categories, download count, visitors, gmail accounts, etc...

<<less
Download (0.10MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1324 downloads
Postal 0.67

Postal 0.67


Postal is a SMTP and POP benchmark suite. more>>
Postal suite currently consists of two programs, Postal and Rabid. Postal (the mad postman) is a program that will deliver mail as fast as possible via the SMTP protocol to test mail server performance.
Rabid (the mad Biff) will eat mail via the POP protocol as fast as possible and measure POP server performance. All messages sent via Postal have MD5 checksums appended, and Rabid will check the MD5 to ensure that the messages are not being corrupted.
It works by taking a list of user names and applying random transformations to them to get the FROM and TO addresses, this is because if each email address takes 30 bytes of storage then 1,000,000 accounts would take 30M of RAM. 3,000,000 accounts would take 90M of RAM which would be more than the memory in my test machine (this would cause thrashing and make the benchmark invalid), and it would take ages to load all that data from the hard drive. Using 100,000 accounts and applying a transformation to map them to 30M accounts is a much more efficient use of resources.
When sending the mail the subject and body will be random data. A header field X-Postal will be used so that procmail can easily filter out such email just in case you accidentally put your own email address as one of the test addresses. ;)
For Debian the best thing to do is to do "apt-get install postal", if you dont want to use the version supplied with your version of Debian you can build a Debian package in the usual manner.
Change to the directory containing the unpacked source and use the command:
dpkg-buildpackage -rfakeroot -tc -us
That will create a .deb in the parent directory.
For Red Hat etc there is a portslave.spec file to allow for building with
the "rpm -b" command.
For Solaris use the command "make -C sun" to build a package in /var/spool/pkg
(make sure you have write access to that directory).
For other Unix setup "./configure ; make install" should do an install.
Enhancements:
- The license was changed to GPLv3.
<<less
Download (0.083MB)
Added: 2007-07-02 License: GPL v3 Price:
1223 downloads
nautilus-share 0.6.4

nautilus-share 0.6.4


nautilus-share is a nautilus-share extension to easily share folders without root access. more>>
A nautilus-share extension to easily share folders without root access.
Nautilus-share allow you to share folders through samba without needing root access. More Infos on how it acheives this are available on the homepage.
Instructions about installing from source and Ubuntu packages are available on the homepage.
Main features:
- Easy to use: Only simple choice to make:
- A name for the share
- Read only or Read/write
- Quick and integrated in nautilus: no need to look for a separate application in a sub menu:
- Right-click on a folder
- Choose the "Share" entry
- Check the checkbutton, and you are done!
- No need to be root: you can share your own folders without asking for any root password. It uses the same technology (dbus (http://www.freedesktop.org/Software/dbus)), as many new softwares with the goals of project Utopia: NetworkManager (http://people.redhat.com/dcbw/NetworkManager/), gnome-volume-manager (http://ftp.gnome.org/pub/gnome/sources/gnome-volume-manager/), etc.
- Share with all other operating system: using samba as its backend, your shares are accessible to Windows and Mac users.
- Instant Apply: Your changes are applyed as soon as you change something (name, read/write, etc).
- Check share name as you type: If the share name that you choose is already used or forbidden, you see it immediately as you typed it.
- Know what you share: Nautilus put a nice palm on the folder that you share, no need to start a separate application to check it.
- You see if the share name is already in used by someone else : Visual indicator if the sharename is too long or not valid.
- You dont have to unshare the folder before deleting it : Automatically unshare deleted folders
- It can speak your language : Internationalization (see contributors)
- English (v0.5)
- French (v0.6)
- Polish (v0.6.x)
- German (v0.6.x)
- Finnish (v0.6.4)
- Brazil (v0.6.4)
- Italian (v0.6.4)
- contributions for other languages are welcomed!
- It looks better than ever : It tries to follow gnome HIG as close as possible.
<<less
Download (0.052MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1551 downloads
gnome-user-share 0.11

gnome-user-share 0.11


gnome-user-share binds together various free software projects to bring easy to use user-level file sharing. more>>
gnome-user-share is a small package that binds together various free software projects to bring easy to use user-level file sharing to the masses.

gnome-user-share is meant to run in the background when the user is logged in, and when file sharing is enabled a webdav server is started that shares the $HOME/Public folder. The share is then published to all computers on the local network using mDNS/rendezvous, so that it shows up in the Network location in Gnome.

The dav server used is apache, so you need that installed. Howl is used for mDNS support, so you need to have that installed and mDNSResolver running.
<<less
Download (0.38MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
964 downloads
The Bubs Brothers 1.5

The Bubs Brothers 1.5


The Bubs Brothers is a new striking n-multiplayer crazy clone of the famous Bubble Bobble game. more>>
The Bubs Brothers is a new striking n-multiplayer crazy clone of the famous Bubble Bobble game.
Main features:
- to 10 players -- the best fun is with at least 3 players!
- Same gameplay as the famous McSebis Bub & Bob.
- Over-the-network game and/or up to 3 players on the same computer.
- Completely original crazy bonuses!
- Capture other players in a bubble!
- New levels, including a random level generator!
<<less
Download (0.13MB)
Added: 2006-02-06 License: MIT/X Consortium License Price:
1357 downloads
GIMP circle brushes 1.0

GIMP circle brushes 1.0


GIMP circle brushes provides circle brushes for use as rubber stamps in the GIMP. more>>
GIMP circle brushes provides circle brushes for use as "rubber stamps" in the GIMP.

GIMP circle brushes can be used with one click instead of creating outline circles by making a circle, filling with black, shrinking, and filling with white.

The following pixel sizes are provided: 6, 12, 15, 20, 24, 30, 40, 50, 60, 80, 100, 140, 200, 300, 400, 500, and 600.

Circle brushes are my third brush collection for use in the GIMP.

It was brush week for me.

Making circles is a bit of a pain with the GIMP. I know the Make a circular selection,
fill it black, shrink it, fill it white thingy -- but come on already... if I can rubber stamp a
premade circle brush where I need it instead, wouldnt that be kinda nice?

These were fairly easy, in theory. I had to add a bit of extra feathering to the above technique to get nice circles in all the sizes. Also several 45-degree rotations which smoothed out a lot of upper-end noise.

I also tried exporing from Inkscape, but the paths I converted to bitmaps did not work out as well as I had hoped and wound up sticking with the GIMP to create all
of them.

Sizes I made are:

6,12,15,20,24,30,40,50,60,80,100,140,200,300,400,500 and 600.

Use them for anything youd like. If you redistribute them, please include this file.

I post these, and perhaps make updates, at gimphelp.org. All the items will also be included (in png format) at wpclipart.com, the Public Domain clipart site.

Installation:

Stick them in the GIMP brushes folder and either "refresh brushes" or restart the GIMP. I put them in the system-wide folder, on my Slackware machine this folder is located at: /usr/share/gimp/2.0/brushes

You should also have a local brushes folder at: ~/.gimp-2.x/brushes

<<less
Download (0.042MB)
Added: 2006-04-27 License: BSD License Price:
1286 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5