How to set up a Team Fortress 2 dedicated server on Ubuntu...
Start by installing screen.sudo aptitude install screenNow we’re going to create a script called srcds in the /etc/init.d folder that will let you start, restart and stop the server with a very simple command.sudo nano /etc/init.d/srcds...