TeamSpeak Server Rules

TeamSpeak Server Rules

On the TeamSpeak server, I ask that you follow the following:

– Behave like a reasonable human being.
– Don’t be childish, don’t insult others, follow the rules of netiquette, along with basic norms.
– Don’t enter someone else’s TeamSpeak room if you weren’t invited.
– Recording conversations is only allowed if everyone in the room has agreed to it.
– The room name must not be offensive to anyone.
– The server is DDoS protected, but please don’t invite script kiddies here.

[Read more]

World of Tanks basic explanation for starters [ENG]

World of Tanks basic explanation for starters [ENG]

Let’s start from the beginning.

All tanks have a base stat that you can achieve with a 100% crew (the commander is 100%, and the rest of the crew goes up to 110%). If this is the case, then your reload time, camo rating, vision range is the base amount that is specific to the tank and depends on the modules that are put on the tank. (better turret = better viewrange, better engine = faster acceleration/top speed) These base stats can be boosted by fitting extra equipment to the tank (such as gun rammer = faster reload, coated optics = better viewrange, ventillation = +5% on the crew skills). You can also train specific skills after you’ve reached 100% (and 110%). At first, you should go for Sixth sense for the commander, and if you’re not playing a light tank, go for repairs for rest of the crew. The light tanks have to go for sixth sense + camouflage on the rest of the crew. For second skill, go for brothers in arms.

[Read more]

Skype – Fixing Automatic Logout

Skype – Fixing Automatic Logout

Today I ran into the bug where the desktop version of Skype would automatically log me out within a few seconds after logging in. After some investigation, I found the cause of the problem.

The Skype and Microsoft accounts were linked to each other; after I unlinked the Microsoft account, it worked perfectly.

To unlink, you need to visit the Skype website, log in there, then go to account settings, where you can unlink the Microsoft account. After this, you’ll only be able to log in with your Skype username.

[Read more]

Full Web Server Installation (nginx, MySQL, PHP7, HTTP2, phpMyAdmin, SSL) – Ubuntu 16.04

Full Web Server Installation (nginx, MySQL, PHP7, HTTP2, phpMyAdmin, SSL) – Ubuntu 16.04

This guide applies to Ubuntu 16.04, I’ll cover other versions later.

1. Installing Nginx
First, let’s update the repos:

sudo apt-get update

Then install nginx:

sudo apt-get install nginx

Then check the nginx version with the following command:

nginx -v

If we get at least version 1.10.0, everything is fine.

2. Installing MySQL
The first step is to install the MySQL server:

sudo apt-get install mysql-server

Naturally, you need to fill in the root user’s password, which you’ll use to access MySQL later.
For PHP pages to run, you need to install PHP version 5 and its associated MySQL instruction set:

[Read more]

Core Maximizer – For Supreme Commander Forged Alliance

Core Maximizer – For Supreme Commander Forged Alliance

It seems like the GasPoweredGames forum has been shut down, making it nearly impossible to find the program called Core Maximizer online, which allows you to run Supreme Commander and its expansion Supreme Commander Forged Alliance on multiple CPU threads.

 

Download: Core Maximizer 1.03

[Read more]