<?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>amazon | Matt Crawford</title>
	<atom:link href="https://mattcrawford.me/tag/amazon/feed/" rel="self" type="application/rss+xml" />
	<link>https://mattcrawford.me</link>
	<description>Handyman &#124; Geek &#124; YouTuber</description>
	<lastBuildDate>Wed, 15 Jun 2022 00:18:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<site xmlns="com-wordpress:feed-additions:1">176948450</site>	<item>
		<title>Amazon FireStick</title>
		<link>https://mattcrawford.me/amazon-firestick/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=amazon-firestick</link>
					<comments>https://mattcrawford.me/amazon-firestick/#comments</comments>
		
		<dc:creator><![CDATA[Matt Crawford]]></dc:creator>
		<pubDate>Sun, 09 Feb 2020 22:17:18 +0000</pubDate>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[amazon firestick]]></category>
		<category><![CDATA[firestick]]></category>
		<category><![CDATA[nude]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tv]]></category>
		<guid isPermaLink="false">https://t3dus.com/?p=5057</guid>

					<description><![CDATA[<p>I got a free Amazon FireStick in the mail after we pre-ordered two months of Sling after we ended up canceling Dish Network because the bill was more than we cared to pay. So I spent Friday (02/07/20) night setting up my Amazon FireStick. So far I have installed the following on my new Amazon [&#8230;]</p>
The post <a href="https://mattcrawford.me/amazon-firestick/">Amazon FireStick</a> first appeared on <a href="https://mattcrawford.me">Matt Crawford</a>.]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">I got a free Amazon FireStick in the mail after we pre-ordered two months of Sling after we ended up canceling Dish Network because the bill was more than we cared to pay.</p>



<p class="wp-block-paragraph">So I spent Friday (02/07/20) night setting up my Amazon FireStick.</p>



<p class="wp-block-paragraph">So far I have installed the following on my new Amazon FireStick</p>



<ul class="wp-block-list"><li>Sling</li><li>NetFlix</li><li>Kodi<ul><li>Venom</li><li>Covenant</li></ul></li></ul>



<p class="wp-block-paragraph">I&#8217;m looking for other freebies to install on my FireStick to watch tv and movies so if you have some ideas please write them below in the comments. I&#8217;d really appreciate it. </p>The post <a href="https://mattcrawford.me/amazon-firestick/">Amazon FireStick</a> first appeared on <a href="https://mattcrawford.me">Matt Crawford</a>.]]></content:encoded>
					
					<wfw:commentRss>https://mattcrawford.me/amazon-firestick/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5057</post-id>	</item>
		<item>
		<title>How To Set Up a Minecraft 1.9 Server on Ubuntu</title>
		<link>https://mattcrawford.me/minecraft-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=minecraft-ubuntu</link>
					<comments>https://mattcrawford.me/minecraft-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Matt Crawford]]></dc:creator>
		<pubDate>Wed, 24 Feb 2016 05:53:23 +0000</pubDate>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[minecraft]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://g3k.xyz/?p=1981</guid>

					<description><![CDATA[<p>Updated: 3/03/2016 to include Minecraft version 1.9 In this tutorial, I will show you how to set up a Minecraft 1.9 Server on Linux (Ubuntu 14.04). Personally I installed Minecraft on a EC2 server on Amazon with only 1GB of ram and it runs just fine. Here are some requirements before we get started: A machine [&#8230;]</p>
The post <a href="https://mattcrawford.me/minecraft-ubuntu/">How To Set Up a Minecraft 1.9 Server on Ubuntu</a> first appeared on <a href="https://mattcrawford.me">Matt Crawford</a>.]]></description>
										<content:encoded><![CDATA[<p><em><strong>Updated:</strong> 3/03/2016 to include Minecraft version 1.9</em></p>
<p>In this tutorial, I will show you how to set up a Minecraft 1.9 Server on Linux (Ubuntu 14.04). Personally I installed Minecraft on a EC2 server on Amazon with only 1GB of ram and it runs just fine.</p>
<p>Here are some requirements before we get started:</p>
<ul>
<li>A machine running Ubuntu Server 14.04</li>
<li>A machine with 1GB of RAM, but I would recommend 2GB or more</li>
</ul>
<p>* <i>Note &#8211; the rest of the tutorial assumes you have already installed Ubuntu Server 14.04, and you are able to login with a user that has root privileges.</i></p>
<p><span id="more-1981"></span></p>
<h3>Installing the Minecraft Server Requirements</h3>
<p>First run this command to get a list of updates</p>
<pre>sudo apt-get update</pre>
<p>Then run this command to actually update the server</p>
<pre>sudo apt-get upgrade</pre>
<p>Once updates are complete, check to see if Java is installed on our server:</p>
<pre>java -version</pre>
<p>If no Java version gets displayed, you will need to install it before preceding:</p>
<pre>sudo apt-get install default-jdk</pre>
<p>Next, we will install an application called Screen. Screen allows us to use multiple terminal sessions in a single window. For example, you may have multiple tasks running on your server simultaneously. Screen allows you to switch between sessions, without having to close one, all within the same window.</p>
<pre>sudo apt-get install screen</pre>
<h3>Install the Minecraft Server</h3>
<p>Next, we will install the Minecraft Server onto our Ubuntu Server.</p>
<p>First, create a directory anywhere on your server that you want to store the Minecraft files. Be sure to switch into that directory after it is created.</p>
<pre>mkdir minecraft 
cd minecraft</pre>
<p>Now, within our newly created minecraft directory, download the Minecraft Server:</p>
<pre>wget -O minecraft_server.jar https://s3-us-west-2.amazonaws.com/g3kxyz/minecraft_server.1.9.jar</pre>
<p>Using Screen, create a new session for our Minecraft server:</p>
<pre>screen -S "Minecraft"</pre>
<p>Next we will create a short script that will launch our Minecraft server. To create in Nano, do the following:</p>
<pre>sudo nano minecraft.sh</pre>
<p>Once the editor is open, put this line into the script. Once done, save the file, and close Nano.</p>
<pre>sudo java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui</pre>
<h3>Launching Minecraft Server</h3>
<p>Finally, to run the server you simply execute the script you previously made</p>
<pre>sudo ./minecraft.sh</pre>
<p>With any luck the server will launch successfully. If it is running you should see the words &#8220;Done&#8221; at the bottom of your terminal output</p>
<p>If you do a dir of the minecraft directory then you will notice that a &#8216;server.properties&#8217; file got generated too. Feel free to open it up with nano and adjust settings as needed. You may also want to open up port 25565 through port forwarding on your firewall to the outside world if you want others to connect to your server.</p>
<h3>Additional tips</h3>
<p>To leave your &#8220;minecraft&#8221; screen do the following:</p>
<pre>ctrl-a d</pre>
<p>You can reattach the screen with the following:</p>
<pre>screen -R</pre>
<p>To get a list of current screen sessions type:</p>
<pre>screen -ls</pre>
<h4><strong>Change your server settings</strong></h4>
<p>Make sure you are in the folder &#8220;minecraft&#8221; by typing:</p>
<pre>cd minecraft</pre>
<p>and then type</p>
<pre>sudo nano server.properties</pre>The post <a href="https://mattcrawford.me/minecraft-ubuntu/">How To Set Up a Minecraft 1.9 Server on Ubuntu</a> first appeared on <a href="https://mattcrawford.me">Matt Crawford</a>.]]></content:encoded>
					
					<wfw:commentRss>https://mattcrawford.me/minecraft-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1981</post-id>	</item>
	</channel>
</rss>
