<?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>Linux Explore &#187; hldsupdatetool</title>
	<atom:link href="https://blog.linuxexplore.com/tag/hldsupdatetool/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.linuxexplore.com</link>
	<description>Exploring Linux</description>
	<lastBuildDate>Mon, 07 Apr 2014 00:30:50 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Creating a Counter-Strike Server on Linux</title>
		<link>https://blog.linuxexplore.com/2012/08/19/creating-a-counter-strike-server-on-linux/</link>
		<comments>https://blog.linuxexplore.com/2012/08/19/creating-a-counter-strike-server-on-linux/#comments</comments>
		<pubDate>Sun, 19 Aug 2012 17:31:02 +0000</pubDate>
		<dc:creator><![CDATA[linuxexplore]]></dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Counter Strike]]></category>
		<category><![CDATA[Counter Strike Server]]></category>
		<category><![CDATA[cstrike planet]]></category>
		<category><![CDATA[download free games]]></category>
		<category><![CDATA[free download games]]></category>
		<category><![CDATA[free game]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[hldsupdatetool]]></category>
		<category><![CDATA[intowire]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux games]]></category>
		<category><![CDATA[Linux hacks]]></category>
		<category><![CDATA[Linux Tips]]></category>
		<category><![CDATA[Linux Tricks]]></category>
		<category><![CDATA[Opensource games]]></category>
		<category><![CDATA[play free games]]></category>
		<category><![CDATA[srcds]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://linuxexplore.wordpress.com/?p=595</guid>
		<description><![CDATA[From www.cstrike-planet.com: On this page we will explain how to install Counter-Strike and Counter-Strike: Source. We assume you have some Linux knowledge. We will start with Counter-Strike: Source. Installing Counter-Strike: Source (SRCDS) First, lets create a directory where we will run the hldsupdatetool, run the following command: code: mkdir srcds Now we switch to the&#8230;]]></description>
				<content:encoded><![CDATA[<p>From <span style="color:gray;"><a href="http://www.cstrike-planet.com" target="_blank" rel="nofollow">www.cstrike-planet.com:</a></span></p>
<p>On this page we will explain how to install Counter-Strike and Counter-Strike: Source. We assume you have <em>some</em> Linux knowledge. We will start with Counter-Strike: Source.</p>
<h2><a href="http://www.cstrike-planet.com/tutorial/1-Linux-Install-CS-Source/5"><img class="alignnone wp-image-602 size-full" src="http://linuxexplore.files.wordpress.com/2012/08/cs_source_wallpaper_steam_css.jpg" alt="Counter Strike Source" width="1024" height="768" /></a>Installing Counter-Strike: Source (SRCDS)</h2>
<p>First, lets create a directory where we will run the hldsupdatetool, run the following command:</p>
<div style="margin:10px 20px;">
<div style="margin-bottom:2px;">code:</div>
<pre><span style="color:gray;">mkdir srcds</span></pre>
</div>
<p>Now we switch to the <span style="color:gray;">srcds</span>we just created and download the hldsupdatetool.bin</p>
<div style="margin:10px 20px;">
<div style="margin-bottom:2px;">code:</div>
<pre><span style="color:gray;">cd srcds wget <a href="http://www.cstrike-planet.com/dls/hldsupdatetool.bin" rel="nofollow">http://www.cstrike-planet.com/dls/hldsupdatetool.bin</a></span></pre>
</div>
<p>If all goes well you should now have the hldsupdatetool.bin in the srcds directory. Now we change the permission of hldsupdatetool.bin so we can execute it and extract the contents from hldsupdatetool.bin</p>
<div style="margin:10px 20px;">
<div style="margin-bottom:2px;">code:</div>
<pre><span style="color:gray;">chmod +x hldsupdatetool.bin ./hldsupdatetool.bin</span></pre>
</div>
<table>
<tbody>
<tr>
<td><img style="border:0;" src="http://images.cstrike-planet.com/icon/caution.gif" alt="" width="15" height="15" /> Note: after you run <span style="color:gray;">./hldsupdatetool.bin</span> you will get a prompt to agree with the terms and conditions, simply type <span style="color:gray;">yes</span> and hit enter.</td>
</tr>
</tbody>
</table>
<p>If all goes well, you should now have two files in the srcds directory, the hldsupdatetool.bin which we downloaded earlier, and a <span style="color:gray;">steam</span> file the hldsupdatetool generated, this is the file we will use to install Counter-Strike: Source.</p>
<table>
<tbody>
<tr>
<td><img style="border:0;" src="http://images.cstrike-planet.com/icon/caution.gif" alt="" width="15" height="15" />Note: if you receive a &#8216;uncompress: command not found&#8217; message it means your server does not have uncompress installed. You have two options to easily work around this, try the following while logged-in as root:</p>
<div style="margin:10px 20px;">
<div style="margin-bottom:2px;">code:</div>
<pre><span style="color:gray;">ln -s /bin/gunzip /bin/uncompress</span></pre>
</div>
<p>Then try to run <span style="color:gray;">./hldsupdatetool.bin</span> again. If that does not work, or you do not have root privileges you can download the binary file we have available:</p>
<div style="margin:10px 20px;">
<div style="margin-bottom:2px;">code:</div>
<pre><span style="color:gray;">wget <a href="http://www.cstrike-planet.com/dls/steam" rel="nofollow">http://www.cstrike-planet.com/dls/steam</a></span></pre>
</div>
</td>
</tr>
</tbody>
</table>
<p>Now that you have the steam binary file, Type the following command to begin installing CS Source</p>
<p><a title="Counter Strike Source" href="http://www.cstrike-planet.com/tutorial/1-Linux-Install-CS-Source/5" target="_blank">Read full story</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.linuxexplore.com/2012/08/19/creating-a-counter-strike-server-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
