<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
	<title>DFG Tutorials</title>
	<link>http://dfgdesign.com/index.php?app=tutorials</link>
	<pubDate>Mon, 20 May 2013 04:07:00 +0000</pubDate>
	<ttl>1800</ttl>
	<description>Tutorials from all available categories.</description>
	<item>
		<title>Complete WHM/cPanel setup with litespeed web server</title>
		<link>http://dfgdesign.com/tutorials/article/54-complete-whmcpanel-setup-with-litespeed-web-server/</link>
		<description><![CDATA[<div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/Qu-koGReQuE"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Mon, 18 Feb 2013 02:32:44 +0000</pubDate>
		<guid isPermaLink="false">54</guid>
		<creator>killigan</creator>
		<category>6</category>
	</item>
	<item>
		<title>How to Install a TeamSpeak 3 Server on VPS Server through SSH</title>
		<link>http://dfgdesign.com/tutorials/article/53-how-to-install-a-teamspeak-3-server-on-vps-server-through-ssh/</link>
		<description><![CDATA[Resources:<br><br><a href="http://winscp.net/eng/download.php">WinSCP</a><br><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuTTY</a><br><a href="http://dfgdesign.com/index.php?app=core&module=attach&section=attach&attach_id=344" title="Download attachment"><img src="http://dfgdesign.com/public/style_extra/mime_types/zip.gif" alt="Attached File" /></a>
&nbsp;<a href="http://dfgdesign.com/index.php?app=core&module=attach&section=attach&attach_id=344" title="Download attachment"><strong>ts3-server-intsall-resources.zip</strong></a> &nbsp;&nbsp;<span class='desc'><strong>737bytes</strong></span>
&nbsp;&nbsp;<span class="desc lighter">23 Number of downloads</span><br><br><br><div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/xECUS8dEmLQ"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Sun, 17 Feb 2013 23:43:17 +0000</pubDate>
		<guid isPermaLink="false">53</guid>
		<creator>killigan</creator>
		<category>6</category>
	</item>
	<item>
		<title>Installing a local server on Windows with Wamp Server</title>
		<link>http://dfgdesign.com/tutorials/article/52-installing-a-local-server-on-windows-with-wamp-server/</link>
		<description><![CDATA[<br><br><div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/jLl78jhNx_Y"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Sat, 16 Feb 2013 18:09:39 +0000</pubDate>
		<guid isPermaLink="false">52</guid>
		<creator>killigan</creator>
		<category>6</category>
	</item>
	<item>
		<title>Configure WHM for the first time on linux VPS Server</title>
		<link>http://dfgdesign.com/tutorials/article/51-configure-whm-for-the-first-time-on-linux-vps-server/</link>
		<description><![CDATA[<div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/OuE0DpHth70?rel=0"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Sun, 10 Feb 2013 06:08:00 +0000</pubDate>
		<guid isPermaLink="false">51</guid>
		<creator>killigan</creator>
		<category>6</category>
	</item>
	<item>
		<title>Evolution-Xtreme - File Storage Module Tutorial</title>
		<link>http://dfgdesign.com/tutorials/article/50-evolution-xtreme-file-storage-module-tutorial/</link>
		<description><![CDATA[<div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/fbODs2FE9t0?list=PLOXo-QI-Z9V7hii6NUWe6sM_YIHhb62SK"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Sun, 10 Feb 2013 04:33:15 +0000</pubDate>
		<guid isPermaLink="false">50</guid>
		<creator>killigan</creator>
		<category>5</category>
	</item>
	<item>
		<title>Installing TeamSpeak 3 server on Linux</title>
		<link>http://dfgdesign.com/tutorials/article/48-installing-teamspeak-3-server-on-linux/</link>
		<description><![CDATA[<p>You do not want to run teamspeak as the root user. We will start with creating a user, password and setting the file permissions correctly. You will need to login to your server using Putty or another ssh program. I personally use WinSCP and PuTTy.</p>
<pre class="prettyprint lang-auto linenums:0">
useradd ts3user</pre>
<p>You need to create a password for the user. You will need to enter the password 2 times.</p>
<pre class="prettyprint lang-auto linenums:0">
passwd ts3user</pre>
<p>You will need to change the file permissions for the user to 0755. You do this by running the following command.</p>
<pre class="prettyprint lang-auto linenums:0">
chmod 755 /home/ts3user</pre>
<p>I personally log out of puTTy at this point and then come back in and switch users.</p>
<p>Once the user is created and file permissions set you will need to switch to that user.</p>
<pre class="prettyprint lang-auto linenums:0">
su ts3user</pre>
<p>Once you switch, you will be in the users directory. Now you need to download the version of teamspeak you want to use. You can get that from <a href="http://www.teamspeak.com/?page=downloads">http://www.teamspeak...page=downloads</a><br>
I am using 64bit so I will use the following url.</p>
<pre class="prettyprint lang-auto linenums:0">
http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.7.1/teamspeak3-server_linux-amd64-3.0.7.1.tar.gz</pre>
<p>To download the file simply copy the url and paste it into the command window by right clicking. You will need to use the wget command before the url. It will look like this.</p>
<pre class="prettyprint lang-auto linenums:0">
wget http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.7.1/teamspeak3-server_linux-amd64-3.0.7.1.tar.gz</pre>
<p>Once the file is downloaded you need to unpack it.</p>
<pre class="prettyprint lang-auto linenums:0">
tar -zxvf teamspeak3-server_linux-amd64-3.0.7.1.tar.gz</pre>
<p>Now you need to delete the downloaded file.</p>
<pre class="prettyprint lang-auto linenums:0">
rm teamspeak3-server_linux-amd64-3.0.7.1.tar.gz</pre>
<p>We can now change the name of the folder so it is a little shorter.</p>
<pre class="prettyprint lang-auto linenums:0">
mv teamspeak3-server_linux-amd64 teamspeak3-server</pre>
<p>Now you will need to go into that directory.</p>
<pre class="prettyprint lang-auto linenums:0">
cd teamspeak3-server</pre>
<p>You do not have a ts3server.ini file yet so we need to create one. This is the file we will need to edit so we can change the ip address and ports if needed.</p>
<pre class="prettyprint lang-auto linenums:0">
./ts3server_minimal_runscript.sh createinifile=1</pre>
<p>You will get some information including your master token key. Copy it by highlighting it and using normal copy ctrl+c. Now you need to edit the ts3server.ini file. You can download this file from the root/home/ts3user/teamspeak3-server_linux-amd64 folder on your server. For starters, you just need to add the ip address for the voice connection. Upload the file and then start the server.</p>
<pre class="prettyprint lang-auto linenums:0">
./ts3server_startscript.sh start</pre>
<p>Note: I will follow this up with a video tutorial for those that prefer them.<br>
Thanks,<br>
killigan</p>
]]></description>
		<pubDate>Wed, 12 Oct 2011 11:53:39 +0000</pubDate>
		<guid isPermaLink="false">48</guid>
		<creator>killigan</creator>
		<category>6</category>
	</item>
	<item>
		<title>Coding CSS and Flash ATO Navigation</title>
		<link>http://dfgdesign.com/tutorials/article/30-coding-css-and-flash-ato-navigation/</link>
		<description><![CDATA[<div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/F8MrUWYExrg?rel=0"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Mon, 18 Jul 2011 01:47:58 +0000</pubDate>
		<guid isPermaLink="false">30</guid>
		<creator>killigan</creator>
		<category>7</category>
	</item>
	<item>
		<title>Theme Coding Tutorial Part 3</title>
		<link>http://dfgdesign.com/tutorials/article/29-theme-coding-tutorial-part-3/</link>
		<description><![CDATA[<div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/Q7_KkYNQpaE?rel=0"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Mon, 18 Jul 2011 01:45:54 +0000</pubDate>
		<guid isPermaLink="false">29</guid>
		<creator>killigan</creator>
		<category>7</category>
	</item>
	<item>
		<title>Theme Coding Tutorial Part 2</title>
		<link>http://dfgdesign.com/tutorials/article/28-theme-coding-tutorial-part-2/</link>
		<description><![CDATA[<div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/kBuU133q5kY?rel=0"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Mon, 18 Jul 2011 01:43:33 +0000</pubDate>
		<guid isPermaLink="false">28</guid>
		<creator>killigan</creator>
		<category>7</category>
	</item>
	<item>
		<title>Theme Coding Tutorial Part 1</title>
		<link>http://dfgdesign.com/tutorials/article/27-theme-coding-tutorial-part-1/</link>
		<description><![CDATA[<div align="center"><iframe width="720" height="405" src="http://www.youtube.com/embed/Gik8UdV0Eg4?rel=0"" frameborder="0" allowfullscreen></iframe></div>]]></description>
		<pubDate>Mon, 18 Jul 2011 01:41:40 +0000</pubDate>
		<guid isPermaLink="false">27</guid>
		<creator>killigan</creator>
		<category>7</category>
	</item>
</channel>
</rss>