Archive for the 'Howto' Category

Gaining Access to Blocked Sites With a Proxy

trollproxy

Tired of being blocked by your school or office?

This proxy will help you get past any blocked sites at school or blocked sites at work and allow you to surf wherever you want.

To use it, simply go to TrollProxy.com and type in the URL of the blocked site, and it will now allow you to access the site.

Taking Suggestions for How-To Guides

monkey

At the moment I’m working on a couple of how-to guides for some common computer related tasks that some people may find difficult, or may just want help with.

But, having a bit of free time as of late, I thought I might take some community suggestions on what to write guides for. So I’m officially taking suggestions on how-to guides to make. Say you want to know how to install Pidgin in FreeBSD. Simply send me an email telling me what you want, and I’ll start work on it.

I’ll take all suggestions as long as they are computer related. Either leave a comment or send me an email at Erich.Von@Gmail.com and I’ll get to work on it, and will also notify you when it’s posted.

Make Firefox Faster

firefoxlogo

Make Firefox Faster

Here’s a guide for broadband users that will really speed Firefox up:
(Please note that this is only useful for broadband users, if you have dial-up, there is no need to follow this guide)

1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining

network.http.proxy.pipelining

network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows:

Set “network.http.pipelining” to “true

Set “network.http.proxy.pipelining” to “true

Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0″. This value is the amount of time the browser waits before it acts on information it receives.

And that’s it, If you’re using a broadband connection you’ll load pages much faster now.

Unreal Tournament Server Anyone?

Being an avid user of Unreal Tournament 2004 (Commonly abbreviated UT2004), There were a few times when I wanted to host my own server, It was a bit of a pain having to find all the information and such, so I’ve made an easy guide that anyone can follow to get a UT2004 server up and running. Please take note that this guide is intended for Linux, NOT Windows/Mac. So without further wait, let’s get on with it.

Section 1
Requirements

This guide assumes that you have Unreal Tournament 2004 installed and working.

A server is best hosted on a stand alone computer, so that all processing power can go towards the server itself.
If you want it to run even smoother you may choose to run the server without a GUI, which will save even more CPU power for the running of the server.

I recommend a computer with at least a 2GHz processor with 384MB of RAM.

Section 2
Configuration

For editing the server ini file you will need a need a text editor
such as Kwrite, Abiword, or something similar.

I highly recommend you do NOT use OpenOffice Writer
as it can add it’s own formatting and ruin your ini file.

To begin, Go to the Unreal Tournament system folder (By default it’s located at /home/username/ut2004/System/)
Locate the file called ‘UT2004.ini’ and open it.

UT-SS1

[IpDrv.MasterServerUplink]

ServerBehindNAT=False <–Change this to true if your firewall uses NAT (Network Address Translation) to forward ports.

[IpDrv.HTTPDownload]

RedirectToURL= <–Place the URL of the redirect server here, more detailed instructions can be found here.

UseCompression= <–If the maps on your redirect are in the .uz2, set this to True.

[Engine.GameReplicationInfo]

ServerName=UT2004 <–Change this to whatever you want your server to be named.

AdminName=User <–This will appear to a user when they view your server info, Set it as your own name.

AdminEmail= <–This will show the user your Email address,
This is handy if you want feedback from people who play on your server.

MessageOfTheDay=MOTD <–This will appear to a user as soon as he/she joins your server.

You may set up to 4 lines, to create a new line you must use pipes.

Example: MessageOfTheDay=Welcome | No Cheats | No Monkeys | No Complaining

Would display as the following ingame:

Welcome
No Cheats
No Monkeys
No Complaining

[Engine.AccessControl]

AdminPassword= <–This is the admin password, you can use it to login via the console while ingame.

GamePassword= <–Add a value here if you want to password lock your server.

[Engine.GameInfo]

MaxSpectators= <–Set this to limit the number of spectators in a game.

MayPlayers= <–Change this number to raise/lower the total amount of players that can play at one time (Max 32).

[Uweb.WebServer]

bEnabled= <–Set this to True if you would like to enable the Web Admin Interface.

ListenPort= <–Set this to something other than 80 (I personally use 7757) and don’t forget to forward the port you set.

To login, type your IP (If your on the same network as the host box, you can use the internal IP) then add : then the port you have set.
Example: 192.168.1.1:7757

Section 3
Starting the Server

The only thing left to do is Start the Server.

To start your server, run the following command from a terminal:
(You must be in the /home/username/ut2004/System/ directory)

UT-SS2

./ucc-bin server ONS-Torlan?game=Onslaught.ONSOnslaughtGame ini=UT2004.ini log=/home/username/Desktop/UTServer.log -nohomedir &

Some people may find typing this script everytime a bit irritating, so I’m going to show you how to make a simple script that does the same thing with a simple command.

Open your text editor, make a new file, and type this into it:

cd /home/username/ut2004/System/
./ucc-bin server ONS-Torlan?game=Onslaught.ONSOnslaughtGame ini=UT2004.ini log=/home/username/Desktop/UTServer.log -nohomedir &

(Be sure to replace username with your own user name.)

Then save it as ut-server.sh in /usr/local/bin/. Now whenever you want to start the server, all you have to do is open up a terminal, and type ut-server.sh.

UT-SS3

And that’s it. If you have any problems, find any mistakes or would like to give feedback for this guide, please let me know via email at Erich.Von(at)Gmail.com.

 


Categories

Subscribe to Unter Hund

What I'm Up To

May 8th: Currently working on getting my brother set up with Linux Mint.

Add to Technorati Favorites

Add to Technorati Favorites

Get Mint - Support Open Source

Linux Mint is my operating system of choice for its ease of use, free price tag, seemingly endless list of available applications, and the excellent support. I highly suggest giving it a try.