I will check that out. I have never use a VNC for linux
Getting the most of a VDS
- automatik
- A regular

- Posts: 45
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Mar 02, 2010 11:46 pm
- Location: Hawaii
Re: Getting the most of a VDS
I already have a San Jose up and running on Gentoo. Even got my cs 1.6 test server up 
I will check that out. I have never use a VNC for linux
I will check that out. I have never use a VNC for linux
Re: Getting the most of a VDS
I'll always do my best to help with whatever I can here. If it makes sense to create a new guide for something, I'll do that too
.
Re: Getting the most of a VDS
Well, I have been looking at shell scripts. I found this on srcds
http://forums.srcds.com/viewtopic/5835
starts updates restarts and all that jazz when server boots. Maybe be something to look further into and refine? I am a n00b at that stuff
http://forums.srcds.com/viewtopic/5835
starts updates restarts and all that jazz when server boots. Maybe be something to look further into and refine? I am a n00b at that stuff
-
WackyIraqi
- A regular

- Posts: 34
- Joined: Tue Feb 16, 2010 12:37 pm
Re: Getting the most of a VDS
does this script auto execute after restart? i've been needing one but just havent taken the time to do it, seeing as the server rarely gets restarted.
Re: Getting the most of a VDS
Yes it does.
You can also set it to start on reboot from the software-how-to section. Its under "How to run a linux CS 1.6 Server"
You can also set it to start on reboot from the software-how-to section. Its under "How to run a linux CS 1.6 Server"
-
rustydusty1717
- This is my homepage

- Posts: 646
- Joined: Sun Sep 20, 2009 6:15 pm
Re: Getting the most of a VDS
You could always just add the following to your boot config:
cd /hlds
./hlds_run -game cstrike +map de_dust2 +maxplayers 32 +ip 12.34.56 +port 27015 -autoupdate
It will auto update on boot, plus start the server on server reboot. It's what I do, and it works great.
cd /hlds
./hlds_run -game cstrike +map de_dust2 +maxplayers 32 +ip 12.34.56 +port 27015 -autoupdate
It will auto update on boot, plus start the server on server reboot. It's what I do, and it works great.

