<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Der Blog von Benny Neugebauer &#187; Virtual Server</title>
	<atom:link href="http://www.bennyn.de/webanwendungen/virtual-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bennyn.de</link>
	<description>Alles über die Informatik &#38; Co.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:31:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to install Java 7 on Debian</title>
		<link>http://www.bennyn.de/webanwendungen/virtual-server/how-to-install-java-7-on-debian.html</link>
		<comments>http://www.bennyn.de/webanwendungen/virtual-server/how-to-install-java-7-on-debian.html#comments</comments>
		<pubDate>Fri, 13 Jan 2012 21:13:23 +0000</pubDate>
		<dc:creator>bennyn</dc:creator>
				<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java 7]]></category>
		<category><![CDATA[JDK]]></category>
		<category><![CDATA[JRE]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bennyn.de/?p=3123</guid>
		<description><![CDATA[Here is a tutorial on how to install the latest Java 7 JDK and JRE on a Debian Linux system: 1 2 3 4 5 6 7 8 9 10 11 12 13 apt-get update &#38;&#38; apt-get upgrade -y sudo apt-get install sun-java6-jdk -y mkdir /tmp/downloads &#38;&#38; cd /tmp/downloads wget http://download.oracle.com/otn-pub/java/jdk/7u2-b13/jdk-7u2-linux-i586.tar.gz tar -xvf jdk-7u2-linux-i586.tar.gz mv [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a tutorial on how to install the latest Java 7 JDK and JRE on a Debian Linux system:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> update <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> upgrade <span style="color: #660033;">-y</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> sun-java6-jdk <span style="color: #660033;">-y</span>
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>downloads <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>downloads 
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>download.oracle.com<span style="color: #000000; font-weight: bold;">/</span>otn-pub<span style="color: #000000; font-weight: bold;">/</span>java<span style="color: #000000; font-weight: bold;">/</span>jdk<span style="color: #000000; font-weight: bold;">/</span>7u2-b13<span style="color: #000000; font-weight: bold;">/</span>jdk-7u2-linux-i586.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> <span style="color: #660033;">-xvf</span> jdk-7u2-linux-i586.tar.gz
<span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>downloads<span style="color: #000000; font-weight: bold;">/</span>jdk1.7.0_02 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>jvm
<span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>jvm<span style="color: #000000; font-weight: bold;">/</span>jdk1.7.0_02 <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>jvm<span style="color: #000000; font-weight: bold;">/</span>java-<span style="color: #000000;">7</span>-oracle
<span style="color: #c20cb9; font-weight: bold;">sudo</span> update-alternatives <span style="color: #660033;">--install</span> <span style="color: #ff0000;">&quot;/usr/bin/java&quot;</span> <span style="color: #ff0000;">&quot;java&quot;</span> <span style="color: #ff0000;">&quot;/usr/lib/jvm/java-7-oracle/bin/java&quot;</span> <span style="color: #000000;">1</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> update-alternatives <span style="color: #660033;">--install</span> <span style="color: #ff0000;">&quot;/usr/bin/javac&quot;</span> <span style="color: #ff0000;">&quot;javac&quot;</span> <span style="color: #ff0000;">&quot;/usr/lib/jvm/java-7-oracle/bin/javac&quot;</span> <span style="color: #000000;">1</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> update-alternatives <span style="color: #660033;">--install</span> <span style="color: #ff0000;">&quot;/usr/bin/javaws&quot;</span> <span style="color: #ff0000;">&quot;javaws&quot;</span> <span style="color: #ff0000;">&quot;/usr/lib/jvm/java-7-oracle/bin/javaws&quot;</span> <span style="color: #000000;">1</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> update-alternatives <span style="color: #660033;">--config</span> java
java <span style="color: #660033;">-version</span>
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-r</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>downloads</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.bennyn.de/webanwendungen/virtual-server/how-to-install-java-7-on-debian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RCON (Remote Console) benutzen</title>
		<link>http://www.bennyn.de/webanwendungen/virtual-server/rcon-remote-console-benutzen.html</link>
		<comments>http://www.bennyn.de/webanwendungen/virtual-server/rcon-remote-console-benutzen.html#comments</comments>
		<pubDate>Fri, 25 Nov 2011 16:46:34 +0000</pubDate>
		<dc:creator>bennyn</dc:creator>
				<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[Befehle]]></category>
		<category><![CDATA[benutzen]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[binding]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[RCON]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[verwenden]]></category>

		<guid isPermaLink="false">http://www.bennyn.de/?p=3014</guid>
		<description><![CDATA[Mit der Remote Console (kurz RCON) können Counter-Strike Server außerhalb des Server-Terminals administriert werden. Es ist damit sogar möglich, den Server innerhalb des Spiels zu bedienen. Leider ist die RCON im Spiel sehr versteckt, weshalb ich euch in diesem Beitrag erkläre, wie ihr die Konsole für RCON aktivieren und verwenden könnt. Konsole aktivieren Steam starten [...]]]></description>
			<content:encoded><![CDATA[<p>Mit der <strong>Remote Console</strong> (kurz RCON) können Counter-Strike Server außerhalb des Server-Terminals administriert werden. Es ist damit sogar möglich, den Server innerhalb des Spiels zu bedienen. Leider ist die RCON im Spiel sehr versteckt, weshalb ich euch in diesem Beitrag erkläre, wie ihr die Konsole für RCON aktivieren und verwenden könnt.<br />
<span id="more-3014"></span></p>
<h2>Konsole aktivieren</h2>
<ol>
<li>Steam starten</li>
<li>Auf <code>Anzeige</code> &#8211; <code>Spiele - Details</code> klicken</li>
<li>Counter-Strike: Source auswählen</li>
<li>Rechtsklick &#8211; <code>Eigenschaften</code></li>
<li>Auf <code>Start-Optionen festlegen...</code> drücken</li>
<li>Als Option <code>-console</code> eingeben</li>
<li>Auf <code>OK</code> drücken</li>
</ol>
<p><b>Screenshot:</b><br />
<a href="http://www.bennyn.de/wp-content/uploads/rcon-console.png"><img src="http://www.bennyn.de/wp-content/uploads/rcon-console-276x300.png" alt="" title="rcon-console" width="276" height="300" class="alignnone size-medium wp-image-3016" /></a></p>
<p>Wenn ihr nun Counter-Strike: Source startet, erscheint das Hauptmenü mit geöffneter Konsole.</p>
<h2>Konsole auf eine Taste legen</h2>
<p>Damit die Konsole über eine Taste aufgerufen werden kann, muss in die Konsole im Hauptmenü <code>bind "F5" "toggleconsole"</code> eingegeben werden. Dadurch wird die Konsole über die <b>F5</b>-Taste verfügbar gemacht. </p>
<p><b>Screenshot:</b><br />
<a href="http://www.bennyn.de/wp-content/uploads/bind-toggleconsole.jpg"><img src="http://www.bennyn.de/wp-content/uploads/bind-toggleconsole-300x168.jpg" alt="" title="bind-toggleconsole" width="300" height="168" class="alignnone size-medium wp-image-3026" /></a></p>
<p><b>Hinweis:</b><br />
Es reicht nicht, wenn das Binding manuell in die Konfigurationsdatei (Beispielpfad: <code>C:\Program Files (x86)\Steam\steamapps\neugebauer@battle4.de\counter-strike source\cstrike\cfg\config.cfg</code>) geschrieben wird, da die ingame-Settings die manuellen Einträge komplett überschreiben.</p>
<h2>RCON verwenden</h2>
<p>Wer RCON zusammen mit einem RCON-Passwort auf einem Server verwenden möchte, der kann dies wie folgt tun:</p>
<ol>
<li>Konsole mit F5-Taste aufrufen</li>
<li><code>connect 85.214.244.89:27015</code> eingeben (um mit dem Server zu verbinden)</li>
<li><code>rcon_password secret-admin-password</code> nach erfolgreicher Verbindung eingeben</li>
<li><code>rcon say Hello World!</code> eingeben, um eine Nachricht an alle zu senden</li>
<li><code>rcon map de_dust2</code> eingeben, um die Map zu wechseln</li>
</ol>
<h2>RCON Befehle</h2>
<p>Es gibt sehr viele RCON-Befehle, die ich aber aus Gründen der Übersichtlichkeit nicht alle auflisten kann. Im Prinzip können sämtliche Server-Settings über RCON eingestellt werden. Man muss dazu nur ein <code>rcon</code> vor die gewünschte Einstellung schreiben. Zum Beispiel <code>rcon mp_c4timer 45</code>, um den Zünder der Bombe auf 45 Sekunden zu stellen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bennyn.de/webanwendungen/virtual-server/rcon-remote-console-benutzen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Counter-Strike: Source Server aufsetzen unter Linux</title>
		<link>http://www.bennyn.de/webanwendungen/virtual-server/counter-strike-source-server-aufsetzen-unter-linux.html</link>
		<comments>http://www.bennyn.de/webanwendungen/virtual-server/counter-strike-source-server-aufsetzen-unter-linux.html#comments</comments>
		<pubDate>Fri, 25 Nov 2011 15:54:25 +0000</pubDate>
		<dc:creator>bennyn</dc:creator>
				<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[aufsetzen]]></category>
		<category><![CDATA[Config]]></category>
		<category><![CDATA[Counter-Strike]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[einrichten]]></category>
		<category><![CDATA[ESL]]></category>
		<category><![CDATA[installieren]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mapcycle]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Source]]></category>

		<guid isPermaLink="false">http://www.bennyn.de/?p=2968</guid>
		<description><![CDATA[Wer schon immer mal einen eigenen Counter-Strike: Source Server aufsetzen wollte, hat jetzt die Möglichkeit dazu. Ich habe eine Anleitung für die Einrichtung eines CSS-Servers geschrieben und auf meinem Virtual Server (mit Debian-Betriebssystem) erfolgreich ausprobiert. Dieses Tutorial möchte ich euch natürlich nicht vorenthalten. 1. Counter-Strike: Source Server installieren 1 2 3 4 5 6 7 [...]]]></description>
			<content:encoded><![CDATA[<p>Wer schon immer mal einen eigenen <strong>Counter-Strike: Source Server</strong> aufsetzen wollte, hat jetzt die Möglichkeit dazu. Ich habe eine Anleitung für die Einrichtung eines CSS-Servers geschrieben und auf meinem Virtual Server (mit Debian-Betriebssystem) erfolgreich ausprobiert. Dieses Tutorial möchte ich euch natürlich nicht vorenthalten.<br />
<span id="more-2968"></span></p>
<h2>1. Counter-Strike: Source Server installieren</h2>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> groupadd steam
<span style="color: #c20cb9; font-weight: bold;">sudo</span> adduser <span style="color: #660033;">--shell</span> <span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">bash</span> <span style="color: #660033;">--ingroup</span> <span style="color: #ff0000;">'steam'</span> cstrike
<span style="color: #c20cb9; font-weight: bold;">login</span> cstrike
<span style="color: #7a0874; font-weight: bold;">cd</span> ~
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> steam <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #7a0874; font-weight: bold;">cd</span> steam
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>storefront.steampowered.com<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>hldsupdatetool.bin
<span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">744</span> hldsupdatetool.bin
.<span style="color: #000000; font-weight: bold;">/</span>hldsupdatetool.bin
.<span style="color: #000000; font-weight: bold;">/</span>steam <span style="color: #660033;">-command</span> update <span style="color: #660033;">-game</span> <span style="color: #ff0000;">&quot;Counter-Strike Source&quot;</span> <span style="color: #660033;">-dir</span> <span style="color: #ff0000;">&quot;server1&quot;</span></pre></td></tr></table></div>

<p><b>Erklärung:</b></p>
<ol>
<li>Der CSS-Server sollte niemals von der <code>root</code>-Gruppe oder dem <code>root</code>-Benutzer ausgeführt werden, deshalb wird eine neue Gruppe dafür angelegt</li>
<li>&#8230;und ein neuer Benutzer</li>
<li>Wechsel vom <code>root</code>-Benutzer zum Benutzer <code>cstrike</code></li>
<li>Wechsel ins Home-Verzeichnis des Benutzers <code>cstrike</code></li>
<li>Erstellen eines Steam-Ordners und Wechsel in dieses Verzeichnis</li>
<li>Herunterladen des Steam-Update-Tools</li>
<li>Steam-Update-Tool ausführbar machen</li>
<li>Steam-Update-Tool ausführen</li>
<li>Counter-Strike: Source herunterladen</li>
</ol>
<h2>2. Counter-Strike: Source Server einrichten</h2>
<p>Nachdem alle Installationsdateien heruntergeladen wurden, werden die Konfigurationsdateien angelegt, um den Server einzurichten:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>cstrike<span style="color: #000000; font-weight: bold;">/</span>steam<span style="color: #000000; font-weight: bold;">/</span>server1<span style="color: #000000; font-weight: bold;">/</span>css<span style="color: #000000; font-weight: bold;">/</span>cstrike<span style="color: #000000; font-weight: bold;">/</span>cfg
<span style="color: #c20cb9; font-weight: bold;">touch</span> server.cfg
<span style="color: #c20cb9; font-weight: bold;">touch</span> mapcycle.cfg</pre></td></tr></table></div>

<p><b>Erklärung:</b></p>
<ol>
<li>In das Konfigurationsverzeichnis wechseln</li>
<li>Server-Konfiguration anlegen</li>
<li>Map-Konfiguration anlegen</li>
</ol>
<p>In die Datei <b>server.cfg</b> werden die Servereinstellungen geschrieben. Bei der Erstellung einer solchen Datei kann ein <a href="http://www.cstrike.ro/server-config-generator.php">Counter-Strike Server Config Generator</a> helfen. Wer nach richtigen Liga-Regeln spielen möchte, der sollte sich das <a href="http://www.esl.eu/de/css/community/news/155908/">ESL Server Plugin</a>, die dazugehörigen <a href="http://www.esl.eu/de/css/5on5/mr15_ladder/rules/">ESL Regeln</a> und den <a href="http://www.esl.eu/de/css/news/40808/">Mappool</a> ansehen. Eine mögliche Konfiguration könnte beispielsweise so aussehen:</p>
<h3>server.cfg</h3>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">//</span> Server Name
<span style="color: #c20cb9; font-weight: bold;">hostname</span> <span style="color: #ff0000;">&quot;My Counter-Strike: Source Server&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">//</span> Rcon <span style="color: #000000; font-weight: bold;">&amp;</span> Server passswords
rcon_password <span style="color: #ff0000;">&quot;secret-admin-password&quot;</span>
sv_password <span style="color: #ff0000;">&quot;&quot;</span>
sv_mapcycle <span style="color: #ff0000;">&quot;mapcycle.cfg&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">//</span> Server Cvars
mp_friendlyfire <span style="color: #ff0000;">&quot;0&quot;</span>
mp_footsteps <span style="color: #ff0000;">&quot;1&quot;</span>
mp_autoteambalance <span style="color: #ff0000;">&quot;1&quot;</span>
mp_autokick <span style="color: #ff0000;">&quot;1&quot;</span>
mp_flashlight <span style="color: #ff0000;">&quot;1&quot;</span>
mp_tkpunish <span style="color: #ff0000;">&quot;1&quot;</span>
mp_forcecamera <span style="color: #ff0000;">&quot;1&quot;</span>
mp_limitteams <span style="color: #ff0000;">&quot;2&quot;</span>
mp_hostagepenalty <span style="color: #ff0000;">&quot;3&quot;</span>
mp_allowspectators <span style="color: #ff0000;">&quot;1&quot;</span>
mp_timelimit <span style="color: #ff0000;">&quot;25&quot;</span>
mp_chattime <span style="color: #ff0000;">&quot;5&quot;</span>
sv_cheats <span style="color: #ff0000;">&quot;0&quot;</span>
sv_gravity <span style="color: #ff0000;">&quot;800&quot;</span>
sv_allowupload <span style="color: #ff0000;">&quot;0&quot;</span>
sv_allowdownload <span style="color: #ff0000;">&quot;1&quot;</span>
sv_maxspeed <span style="color: #ff0000;">&quot;320&quot;</span>
pausable <span style="color: #ff0000;">&quot;0&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">//</span> Round Cvars
mp_freezetime <span style="color: #ff0000;">&quot;6&quot;</span>
mp_roundtime <span style="color: #ff0000;">&quot;3&quot;</span>
mp_startmoney <span style="color: #ff0000;">&quot;800&quot;</span>
mp_c4timer <span style="color: #ff0000;">&quot;45&quot;</span>
mp_fraglimit <span style="color: #ff0000;">&quot;0&quot;</span>
mp_maxrounds <span style="color: #ff0000;">&quot;15&quot;</span>
mp_winlimit <span style="color: #ff0000;">&quot;0&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">//</span> Bandwidth Rates
sv_rate <span style="color: #ff0000;">&quot;5500&quot;</span>
sv_minrate <span style="color: #ff0000;">&quot;0&quot;</span>
sv_maxrate <span style="color: #ff0000;">&quot;0&quot;</span>
sv_maxupdaterate <span style="color: #ff0000;">&quot;0&quot;</span>
sv_minupdaterate <span style="color: #ff0000;">&quot;10&quot;</span>
decalfrequency <span style="color: #ff0000;">&quot;10&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">//</span> Server logging
log <span style="color: #ff0000;">&quot;off&quot;</span>
sv_logbans <span style="color: #ff0000;">&quot;1&quot;</span>
sv_logecho <span style="color: #ff0000;">&quot;1&quot;</span>
sv_logfile <span style="color: #ff0000;">&quot;1&quot;</span>
sv_log_onefile <span style="color: #ff0000;">&quot;1&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">//</span> Internet Settings
sv_lan <span style="color: #ff0000;">&quot;0&quot;</span>
sv_region <span style="color: #ff0000;">&quot;3&quot;</span>
sv_contact <span style="color: #ff0000;">&quot;admin@server.com&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">//</span> Initialization
mapcycle</pre></td></tr></table></div>

<p>Was es mit dem <b>rcon_password</b> auf sich hat, erfahrt ihr im Artikel <a href="http://www.bennyn.de/webanwendungen/virtual-server/rcon-remote-console-benutzen.html" title="RCON (Remote Console) benutzen">Remote Console (RCON) benutzen</a>.</p>
<h3>mapcycle.cfg</h3>
<p>Die Datei <b>mapcycle.cfg</b> ist sehr einfach aufgebaut, dort werden lediglich die Kartennamen aufgelistet:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">de_dust2
de_train
de_dust
de_inferno
de_aztec
de_nuke
<span style="color: #000000; font-weight: bold;">//</span>de_prodigy
<span style="color: #000000; font-weight: bold;">//</span>de_cbble</pre></td></tr></table></div>

<h2>3. Counter-Strike: Source Server starten</h3>
<p>Nach der Installation und Einrichtung kann der Server gestartet werden. Man sollte den Server in einer extra Sitzung laufen lassen (siehe hierzu <a href="http://www.bennyn.de/webanwendungen/virtual-server/prozesse-im-hintergrund-ausfuhren-unter-linux.html" title="Prozesse im Hintergrund ausführen unter Linux">Prozesse im Hintergrund ausführen</a>), da der Server sonst mit dem Verlassen der Linux-Konsole geschlossen wird. </p>
<p>Der Server wird wie folgt im Hintergrund gestartet:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">su</span> - root
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-S</span> cstrike
<span style="color: #c20cb9; font-weight: bold;">login</span> cstrike
<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>cstrike<span style="color: #000000; font-weight: bold;">/</span>steam<span style="color: #000000; font-weight: bold;">/</span>server1<span style="color: #000000; font-weight: bold;">/</span>css<span style="color: #000000; font-weight: bold;">/</span>srcds_run <span style="color: #660033;">-console</span> <span style="color: #660033;">-game</span> cstrike +map de_dust <span style="color: #660033;">-maxplayers</span> <span style="color: #000000;">12</span> <span style="color: #660033;">-autoupdate</span>
Strg+A+D</pre></td></tr></table></div>

<p><b>Erklärung</b></p>
<ol>
<li>Zum <code>root</code>-Benutzer wechseln</li>
<li>Eine neue Sitzung namens <code>cstrike</code> öffnen</li>
<li>Als <code>cstrike</code>-Benutzer anmelden</li>
<li>CSS-Server starten</li>
<li>Über die Tastenkombination die Sitzung verlassen</li>
</ol>
<p>Wenn der Server erfolgreich startet, kommt eine solche Meldung:</p>
<blockquote><p>
Connection to Steam servers successful.<br />
   Public IP is 85.214.244.89.<br />
   VAC secure mode is activated.
</p></blockquote>
<p>Der Server kann dann über seine IP (in meinem Fall <code>85.214.244.89</code>) und den Standard-Port (<code>27015</code>) erreicht werden. Solltet ihr eine Domain auf dem Server laufen haben, so könnt ihr anstelle der IP-Adresse auch eure Domain angeben (z.B. <code>bennyn.de:27015</code> anstatt <code>85.214.244.89:27015</code>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bennyn.de/webanwendungen/virtual-server/counter-strike-source-server-aufsetzen-unter-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prozesse im Hintergrund ausführen unter Linux</title>
		<link>http://www.bennyn.de/webanwendungen/virtual-server/prozesse-im-hintergrund-ausfuhren-unter-linux.html</link>
		<comments>http://www.bennyn.de/webanwendungen/virtual-server/prozesse-im-hintergrund-ausfuhren-unter-linux.html#comments</comments>
		<pubDate>Sun, 21 Aug 2011 21:13:46 +0000</pubDate>
		<dc:creator>bennyn</dc:creator>
				<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[Hintergrund]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Prozess]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://www.bennyn.de/?p=2729</guid>
		<description><![CDATA[In Linux können Prozesse mit dem Tool screen im Hintergrund ausgeführt werden. Dazu sind nur folgende Befehle aus der Konsole nötig: 1 2 3 screen -S mein_prozess Strg+A+D screen -rx mein_prozess Erklärung: Legt einen neuen Hintergrundprozess an, der Name für mein_prozess ist frei wählbar Mit der Tastenkombination Strg+A+D (Tasten zügig nacheinander drücken), kann man aus [...]]]></description>
			<content:encoded><![CDATA[<p>In Linux können Prozesse mit dem Tool <code>screen</code> im Hintergrund ausgeführt werden. Dazu sind nur folgende Befehle aus der Konsole nötig:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-S</span> mein_prozess
Strg+A+D
<span style="color: #c20cb9; font-weight: bold;">screen</span> <span style="color: #660033;">-rx</span> mein_prozess</pre></td></tr></table></div>

<p><b>Erklärung:</b></p>
<ol>
<li>Legt einen neuen Hintergrundprozess an, der Name für <code>mein_prozess</code> ist frei wählbar</li>
<li>Mit der Tastenkombination <code>Strg+A+D</code> (Tasten zügig nacheinander drücken), kann man aus <code>sceen</code> wieder ins Terminal wechseln</li>
<li>Mit dem Aufruf von <code>screen -rx</code> kann wieder zum Hintergrundprozess zurückgekehrt werden</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bennyn.de/webanwendungen/virtual-server/prozesse-im-hintergrund-ausfuhren-unter-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webseiten-Zugriffe ermitteln</title>
		<link>http://www.bennyn.de/webanwendungen/virtual-server/webseiten-zugriffe-ermitteln.html</link>
		<comments>http://www.bennyn.de/webanwendungen/virtual-server/webseiten-zugriffe-ermitteln.html#comments</comments>
		<pubDate>Sun, 06 Feb 2011 08:17:20 +0000</pubDate>
		<dc:creator>bennyn</dc:creator>
				<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apachetop]]></category>
		<category><![CDATA[Besucher]]></category>
		<category><![CDATA[Webseiten]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[Zugriffe]]></category>

		<guid isPermaLink="false">http://www.bennyn.de/?p=2325</guid>
		<description><![CDATA[Wer sehen möchte, auf welche Webseiten des eigenen Apache-Webservers die Besucher gerade zugreifen, der kann sich das mit apachetop anzeigen lassen. Installation &#038; Anwendung 1 2 3 sudo su apt-get install apachetop -y apachetop -f /var/log/apache2/other_vhosts_access.log Erklärung Root-Rechte holen apachetop installieren Webseiten-Aufrufe anzeigen Hinweis: Die Domains müssen natürlich ihre Logausgabe in &#8220;other_vhosts_access.log&#8221; schreiben.]]></description>
			<content:encoded><![CDATA[<p>Wer sehen möchte, auf welche Webseiten des eigenen Apache-Webservers die Besucher gerade zugreifen, der kann sich das mit <strong>apachetop</strong> anzeigen lassen.</p>
<h2>Installation &#038; Anwendung</h2>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">su</span>
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> apachetop <span style="color: #660033;">-y</span>
apachetop <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>other_vhosts_access.log</pre></td></tr></table></div>

<h2>Erklärung</h2>
<ol>
<li>Root-Rechte holen</li>
<li>apachetop installieren</li>
<li>Webseiten-Aufrufe anzeigen</li>
</ol>
<p><b>Hinweis:</b><br />
Die Domains müssen natürlich ihre Logausgabe in &#8220;other_vhosts_access.log&#8221; schreiben.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bennyn.de/webanwendungen/virtual-server/webseiten-zugriffe-ermitteln.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

