Ubuntu/Debian/Mint news and tutorials | Linux stuff
feed.png
Quick Tip #1
Disable Overlay Scrollbars in GNOME
For Ubuntu 12.10, open a terminal and type the following command:
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Changes should occur instantly. The overlay scrollbars should now be replaced with normal scrollbars.

For Ubuntu 12.04, use the following command:
gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false
Log out and log back in for changes to occur.
Quick Tip #2
Mount an ISO Image from Command-Line
sudo mount -o loop /path/to/image.iso /path/to/empty/dir
Notice that /path/to/empty/dir must exist and should be empty.
Quick Tip #3
Find Out Current GNOME Version
For GNOME:
gnome-shell --version
For the Compiz window manager, use:
compiz --version

AssaultCube is a popular cross-platform first-person shooter with pretty low hardware requirements, with a fast gameplay and many modes – including the classic CTF, TDM, FFA, or the popular TOSOK (Team One Shot One Kill), LSS (Last Swiss Standing), or HTF (Hold the Flag).

Starting a server should be pretty straightforward in Linux, all you have to do is run the server dedicated binary with several parameters, however AssaultCube provided a script, called server.sh for doing it. Here’s an example:

This is a perfectly working example, and you will be able to see your server listed in the Server Browser under the name “Public AC Server”. Here is what the switches used mean:

-c20 – the maximum number of clients allowed (20)

-xserverpass – the admin password (-x is the switch and serverpass is the actual password)

-Bconfig/serverblacklist.cfg – the -B switch specifies the blacklist file (banned IPs), in this case config/serverblacklist.cfg

-n”Publci AC Server” – the name of the server, which will appear in the Server Browser, you can use the slash (\) to escape characters like $

-o”Welcome to our AssaultCube server! – this is the welcome message which will be displayed to each player after he joins the server

For a complete list of parameters, see this page on the official website.

Leave a Comment

Sponsors
Advertise on TuxArena
Online Readers