<?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>Blog by Andreas Glaser &#187; Commands</title>
	<atom:link href="http://www.andreas-glaser.com/tag/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andreas-glaser.com</link>
	<description>Development, Technology and such...</description>
	<lastBuildDate>Wed, 18 May 2011 23:16:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How-To Update Debian Etch to Lenny</title>
		<link>http://www.andreas-glaser.com/2009/03/13/how-to-update-debian-etch-to-lenny/</link>
		<comments>http://www.andreas-glaser.com/2009/03/13/how-to-update-debian-etch-to-lenny/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 09:55:06 +0000</pubDate>
		<dc:creator>Andreas Glaser</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Grundlagen]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.andreas-glaser.com/?p=336</guid>
		<description><![CDATA[On the 14th February 2009 was Debian 5 (Codename Lenny) released. To update from Debian 4.x to Debian 5.x follow the following steps: Step 1 Edit the sources.list vim /etc/apt/sources.list Step 2 Replace &#8220;etch&#8221; with &#8220;lenny&#8221; :%s/etch/lenny/g Step 3 Save the new sources.list :wq Step 4 Update your sources index apt-get update Step 5 Repeat [...]]]></description>
			<content:encoded><![CDATA[<p>On the 14th February 2009 was Debian 5 (Codename Lenny) released.<br />
To update from Debian 4.x to Debian 5.x follow the following steps:</p>
<p><strong>Step 1<br />
</strong>Edit the sources.list</p>
<blockquote><p>vim /etc/apt/sources.list</p></blockquote>
<p><strong>Step 2<br />
</strong>Replace &#8220;etch&#8221; with &#8220;lenny&#8221;</p>
<blockquote><p>:%s/etch/lenny/g</p></blockquote>
<p><strong>Step 3<br />
</strong>Save the new sources.list</p>
<blockquote><p>:wq</p></blockquote>
<p><strong>Step 4<br />
</strong>Update your sources index<strong><br />
</strong></p>
<blockquote><p>apt-get update</p></blockquote>
<p><strong>Step 5<br />
</strong>Repeat the following command until nothing more is upgraded.</p>
<blockquote><p>apt-get upgrade</p></blockquote>
<p><strong>Step 6<br />
</strong>Repeat the following command until nothing more is upgraded.</p>
<blockquote><p>apt-get dist-upgrade</p></blockquote>
<p>Your Debian system should now be up to date!</p>
<p><em><strong>So long,<br />
JaZz</strong></em></p>
<fb:like href='http://www.andreas-glaser.com/2009/03/13/how-to-update-debian-etch-to-lenny/' send='' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.andreas-glaser.com/2009/03/13/how-to-update-debian-etch-to-lenny/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux commands to install a CounterStrike Linux Server</title>
		<link>http://www.andreas-glaser.com/2008/11/11/linux-commands-to-install-a-counterstrike-linux-server/</link>
		<comments>http://www.andreas-glaser.com/2008/11/11/linux-commands-to-install-a-counterstrike-linux-server/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 09:35:10 +0000</pubDate>
		<dc:creator>Andreas Glaser</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[CounterStrike Source]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.andreas-glaser.com/?p=268</guid>
		<description><![CDATA[Updated: 2009-12-07 For the impatient of you: ?View Code BASH1 2 3 4 5 wget http://storefront.steampowered.com/download/hldsupdatetool.bin chmod u+x hldsupdatetool.bin ./hldsupdatetool.bin ./steam -command update -game &#34;Counter-Strike Source&#34; -dir . ./steam -command update -game &#34;Counter-Strike Source&#34; -dir . In more details: Step 1 We need the hldsupdatetool (Half Life Dedicated Server Update Tool). Command: ?View Code BASH1 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Updated: 2009-12-07</strong></p>
<p><strong>For the impatient of you:</strong></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code14'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26814"><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code" id="p268code14"><pre class="bash" style="font-family:monospace;"><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> u+x 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: #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> .</pre></td></tr></table></div>

<p><strong>In more details:</strong></p>
<p><strong>Step 1</strong><br />
We need the hldsupdatetool (Half Life Dedicated Server Update Tool).</p>
<p><em>Command:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code15'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26815"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code15"><pre class="bash" style="font-family:monospace;"><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</pre></td></tr></table></div>

<p><em>Output:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code16'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26816"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code" id="p268code16"><pre class="bash" style="font-family:monospace;"><span style="color: #660033;">--2008-11-11</span> 09:<span style="color: #000000;">14</span>:<span style="color: #000000;">51</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
Resolving storefront.steampowered.com... 87.248.218.141, 87.248.218.161
Connecting to storefront.steampowered.com<span style="color: #000000; font-weight: bold;">|</span>87.248.218.141<span style="color: #000000; font-weight: bold;">|</span>:<span style="color: #000000;">80</span>... connected.
HTTP request sent, awaiting response... <span style="color: #000000;">200</span> OK
Length: <span style="color: #000000;">3513408</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>3.4M<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>application<span style="color: #000000; font-weight: bold;">/</span>octet-stream<span style="color: #7a0874; font-weight: bold;">&#93;</span>
Saving to: <span style="color: #000000; font-weight: bold;">`</span>hldsupdatetool.bin<span style="color: #ff0000;">'
&nbsp;
100%[====================================================================================================================&amp;gt;] 3,513,408   9.69M/s   in 0.3s
&nbsp;
2008-11-11 09:14:52 (9.69 MB/s) - `hldsupdatetool.bin'</span> saved <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">3513408</span><span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">3513408</span><span style="color: #7a0874; font-weight: bold;">&#93;</span></pre></td></tr></table></div>

<p><strong>Step 2</strong></p>
<p>Now we have to grand the owner of the file read/write/execute (rwx) permission.</p>
<p><em>Command:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code17'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26817"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code17"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> u+x hldsupdatetool.bin</pre></td></tr></table></div>

<p><em>Output:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code18'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26818"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code18"><pre class="bash" style="font-family:monospace;">None</pre></td></tr></table></div>

<p><strong>Step 3</strong></p>
<p>The time has come to run the hldsupdatetool.bin</p>
<p><em>Command:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code19'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26819"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code19"><pre class="bash" style="font-family:monospace;">.<span style="color: #000000; font-weight: bold;">/</span>hldsupdatetool.bin</pre></td></tr></table></div>

<p><em>Output:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code20'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26820"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code20"><pre class="bash" style="font-family:monospace;">...I hereby agree to be bound by the Agreement.  I also acknowledge and agree that this Agreement <span style="color: #7a0874; font-weight: bold;">&#40;</span>including the Subscription Terms, Steam Online Conduct rules and other Rules of Use, and Privacy Policy<span style="color: #7a0874; font-weight: bold;">&#41;</span> is the <span style="color: #7a0874; font-weight: bold;">complete</span> and exclusive statement of the agreement between Valve and me, and that the Agreement supersedes any prior or contemporaneous agreement, or other communications, whether oral or written, between Valve and myself.</pre></td></tr></table></div>

<p>Enter &#8216;yes&#8217; to accept this agreement, &#8216;no&#8217; to decline:</p>
<p><strong>Step 4</strong></p>
<p>You have to accept the agreement with writing and confirming the word &#8220;yes&#8221;</p>
<p>Command:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code21'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26821"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code21"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">yes</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">return</span><span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></td></tr></table></div>

<p><em>Output:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code22'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26822"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code22"><pre class="bash" style="font-family:monospace;">extracting steam.tar.Z...done</pre></td></tr></table></div>

<p><strong>Step 5</strong></p>
<p>Finally we can start to install the actual CounterStrike Source Linux Server.</p>
<p><em>Command:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code23'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26823"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code23"><pre class="bash" style="font-family:monospace;">.<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> .</pre></td></tr></table></div>

<p><em>Output:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code24'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26824"><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code" id="p268code24"><pre class="bash" style="font-family:monospace;">Checking bootstrapper version ...
Getting version <span style="color: #000000;">34</span> of Steam HLDS Update Tool
Downloading. . . . . . . . . . .
Steam Linux Client updated, please retry the <span style="color: #7a0874; font-weight: bold;">command</span></pre></td></tr></table></div>

<p><strong>Step 6</strong></p>
<p>The fifth command once again&#8230; this last command will take a while to execute&#8230; depending on your Internet bandwidth.</p>
<p><em>Command:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code25'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26825"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p268code25"><pre class="bash" style="font-family:monospace;">.<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> .</pre></td></tr></table></div>

<p><em>Output:</em></p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p268code26'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p26826"><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
</pre></td><td class="code" id="p268code26"><pre class="bash" style="font-family:monospace;">Checking bootstrapper version ...
Getting version <span style="color: #000000;">34</span> of Steam HLDS Update Tool
Downloading. . . . . . . . . . .
Steam Linux Client updated, please retry the <span style="color: #7a0874; font-weight: bold;">command</span>
root1:<span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>gaming<span style="color: #000000; font-weight: bold;">/</span>css-rotate<span style="color: #666666; font-style: italic;"># ./steam -command update -game &quot;Counter-Strike Source&quot; -dir .</span>
Checking bootstrapper version ...
Updating Installation
No installation record found at .
No installation record found at .
No installation record found at .
No installation record found at .
No installation record found at .
Checking<span style="color: #000000; font-weight: bold;">/</span>Installing <span style="color: #ff0000;">'Counter-Strike Source Shared Content'</span> version <span style="color: #000000;">69</span>
&nbsp;
<span style="color: #000000;">0.57</span><span style="color: #000000; font-weight: bold;">%</span>   .\cstrike\bin\server.dll
<span style="color: #000000;">1.96</span><span style="color: #000000; font-weight: bold;">%</span>   .\cstrike\bin\server_i486.so
<span style="color: #000000;">1.96</span><span style="color: #000000; font-weight: bold;">%</span>   .\cstrike\cfg\buypresetsdefault_ct.vdf
<span style="color: #000000;">1.96</span><span style="color: #000000; font-weight: bold;">%</span>   .\cstrike\cfg\buypresetsdefault_ter.vdf
<span style="color: #000000;">1.96</span><span style="color: #000000; font-weight: bold;">%</span>   .\cstrike\cfg\game.cfg
<span style="color: #000000;">1.96</span><span style="color: #000000; font-weight: bold;">%</span>   .\cstrike\cfg\skill1.cfg</pre></td></tr></table></div>

<p>That&#8217;s it&#8230; the server is now installed.</p>
<p><em><strong>Over and out,<br />
JaZz</strong></em></p>
<fb:like href='http://www.andreas-glaser.com/2008/11/11/linux-commands-to-install-a-counterstrike-linux-server/' send='' layout='standard' show_faces='true' width='450' height='65' action='like' colorscheme='light' font='lucida+grande'></fb:like>]]></content:encoded>
			<wfw:commentRss>http://www.andreas-glaser.com/2008/11/11/linux-commands-to-install-a-counterstrike-linux-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

