Teknogeek ®

!Stuff!

Archive for the ‘Server Administration’ Category

Linux CSGO Server —

Building a CSGO Server: [Linux Server] Install a normal Linux server – I setup an Ubuntu 14.04-Server with 3 CPU cores running as a vm with 12GB of RAM. Not going to cover the server install here. [CSGO Server] This can be done manually or through scripts which I recommend. Linux Game Server Managers has a […]

Disable Weak Ciphers —

Disable Weak Ciphers: Windows 2008rc2: In order to keep transmissions secure it is recommended to disable the following Protocols. We start in Regedit and add an entry for each protocol we want to disable. MS Support: https://support.microsoft.com/en-us/kb/245030 Start > Run[Search] > Regedit.exe HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Security\Providers\SCHANNEL\Protocols TLS 1.0 <— Disable Client Dword > Enabled > 0 Server Dword […]