<?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>Project &#8211; EckoThemes</title>
	<atom:link href="https://severn-dark-wp.ecko.me/tag/project/feed/" rel="self" type="application/rss+xml" />
	<link>https://severn-dark-wp.ecko.me</link>
	<description>Severn WordPress Theme</description>
	<lastBuildDate>Fri, 18 May 2018 00:35:05 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://severn-dark-wp.ecko.me/wp-content/uploads/2018/05/ecko-icon-50x50.png</url>
	<title>Project &#8211; EckoThemes</title>
	<link>https://severn-dark-wp.ecko.me</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Install Tinc and VPN Setup on Debian &#038; Ubuntu</title>
		<link>https://severn-dark-wp.ecko.me/install-tinc-and-vpn-setup-on-ubuntu-14-04/</link>
					<comments>https://severn-dark-wp.ecko.me/install-tinc-and-vpn-setup-on-ubuntu-14-04/#comments</comments>
		
		<dc:creator><![CDATA[Harvey Specter]]></dc:creator>
		<pubDate>Sun, 24 May 2015 16:13:41 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<guid isPermaLink="false">http://kitewp.ecko.me/?p=328</guid>

					<description><![CDATA[In this tutorial, we will go over how to use Tinc, an open source Virtual Private Network (VPN) daemon, to create a secure VPN that your servers can communicate on as if they were on a local network. We will also demonstrate how to use Tinc to set up a secure tunnel into a private network. We will be using Ubuntu 14.04 servers, but the configurations can be adapted for use with any other OS.]]></description>
										<content:encoded><![CDATA[<p>A few of the features that Tinc has that makes it useful include encryption, optional compression, automatic mesh routing (VPN traffic is routed directly between the communicating servers, if possible), and easy expansion. These features differentiate Tinc from other VPN solutions such as OpenVPN, and make it a good solution for creating a VPN out of many small networks that are geographically distributed. Tinc is supported on many operating systems, including Linux, Windows, and Mac OS X.</p>
<div class='eckosc eckosc_annotation'><div class='eckosc eckosc_annotation_content'><img decoding="async" class="aligncenter" src="https://assets.digitalocean.com/articles/tinc/tinc.png" alt="" /></div><div class='eckosc eckosc_annotation_caption'><h4 class='font_alt'>Tinc Setup</h4><p>Tinc is a self-routing, mesh networking protocol, used for compressed, encrypted, virtual private networks.</p></div></div>
<h3>Prerequisites</h3>
<p>To complete this tutorial, you will require root access on at least three Ubuntu 14.04 servers. Instructions to set up root access can be found here (steps 3 and 4): Initial Server Setup with Ubuntu 14.04.</p>
<p>If you are planning on using this in your own environment, you will have to plan out how your servers need to access each other, and adapt the examples presented in this tutorial to your own needs. If you are adapting this to your own setup, be sure to substitute the highlighted values in the examples with your own values.</p>
<div class='eckosc eckosc_full_width_block'><img fetchpriority="high" decoding="async" class="aligncenter wp-image-657 size-full" src="https://severn-wp.ecko.me/wp-content/uploads/2015/01/bridge_small.jpg" alt="bridge_small" width="900" height="564" srcset="https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small.jpg 900w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-300x188.jpg 300w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-768x481.jpg 768w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-860x539.jpg 860w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-680x426.jpg 680w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-500x313.jpg 500w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-400x251.jpg 400w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-250x157.jpg 250w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-200x125.jpg 200w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-150x94.jpg 150w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-100x63.jpg 100w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-76x48.jpg 76w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/01/bridge_small-50x31.jpg 50w" sizes="(max-width: 900px) 100vw, 900px" /></div>
<p>If you would like to follow this tutorial exactly, create two VPSs in the same datacenter, with private networking, and create another VPS in a separate datacenter. We will create two VPSs in the NYC2 datacenter and one in AMS2 datacenter with the following names:</p>
<ul>
<li><strong>externalnyc</strong>: All of the VPN nodes will connect to this server, and the connection must be maintained for proper VPN functionality. Additional servers can be configured in a similarly to this one to provide redundancy, if desired.</li>
<li><strong>internalnyc</strong>: Connects to <em>externalnyc</em> VPN node using its <em>private</em> network interface</li>
<li><strong>ams1</strong>: Connects to <em>externalnyc</em> VPN node over the public Internet</li>
</ul>
<h3>Tinc Configuration</h3>
<p>Tinc uses a &#8220;netname&#8221; to distinguish one Tinc VPN from another (in case of multiple VPNs), and it is recommended to use a netname even if you are only planning on configuring one VPN. We will call our VPN &#8220;netname&#8221; for simplicity.</p>
<div id="attachment_636" style="width: 310px" class="wp-caption alignleft"><img decoding="async" aria-describedby="caption-attachment-636" class="wp-image-636 size-medium" src="https://cedar-wp.ecko.me/wp-content/uploads/2014/01/apple-business-computer-4158-300x199.jpg" alt="" width="300" height="199" /><p id="caption-attachment-636" class="wp-caption-text">Macbook, iPad and iPhone</p></div>
<p>The ping should work fine, and you should see some debug output in the other windows about the connection on the VPN. This indicates that ams1 is able to communicate over the VPN through externalnyc to internalnyc. This indicates that ams1 is able to communicate over the VPN through externalnyc to internalnyc.</p>
<p>Continue reading this guide at <a href="https://www.digitalocean.com/community/tutorials/how-to-install-tinc-and-set-up-a-basic-vpn-on-ubuntu-14-04">Digital Ocean</a>. This article has been used as an example of an Ecko WordPress theme. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://severn-dark-wp.ecko.me/install-tinc-and-vpn-setup-on-ubuntu-14-04/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Initial Server Configuration &#038; Setup on Debian</title>
		<link>https://severn-dark-wp.ecko.me/initial-server-setup-with-ubuntu-14-04/</link>
					<comments>https://severn-dark-wp.ecko.me/initial-server-setup-with-ubuntu-14-04/#respond</comments>
		
		<dc:creator><![CDATA[Harvey Specter]]></dc:creator>
		<pubDate>Sat, 02 May 2015 16:01:46 +0000</pubDate>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">http://ivywp-light.ecko.me/?p=387</guid>

					<description><![CDATA[Step One &#8212; Root Login To log into your server initially, you will need to know your server&#8217;s public IP address and the password for the &#8220;root&#8221; user&#8217;s account. For servers on DigitalOcean, you will receive an email with your server credentials and the server&#8217;s IP address. The root user is the administrative user in a Linux environment that has very broad privileges. Because of the heightened privileges of the root account, you are actually discouraged from using it on a regular basis. This is because part of the power inherent with the root account is the ability to make [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2>Step One &#8212; Root Login</h2>
<p>To log into your server initially, you will need to know your server&#8217;s public IP address and the password for the &#8220;root&#8221; user&#8217;s account. For servers on DigitalOcean, you will receive an email with your server credentials and the server&#8217;s IP address.</p>
<p>The root user is the administrative user in a Linux environment that has very broad privileges. Because of the heightened privileges of the root account, you are actually <em>discouraged</em> from using it on a regular basis. This is because part of the power inherent with the root account is the ability to make very destructive changes, even by accident.</p>
<p>In this guide, we&#8217;ll help you set up an alternative user account with a reduced scope of influence for day-to-day work. We&#8217;ll teach you how to gain increased privileges during the times when you need them. The first step is to log into your server, and the only account we start out with is the root account. We can connect to the server by using the <code>ssh</code> command in the terminal. The command will look like this:</p>
<pre class="eckosc_syntax eckosc_syntax_theme_light"><code data-language="bash">ssh root@server_ip_address</code></pre>
<p>You will most likely see a warning in your terminal window that looks like this:</p>
<pre class="eckosc_syntax eckosc_syntax_theme_light"><code data-language="bash">The authenticity of host '123.123.123.123 (123.123.123.123)' can't be established.
ECDSA key fingerpring is
79:95:46:1a:ab:37:11:8e:86:54:36:38:bb:3c:fa:c0.
Are you sure you want to continue connecting (yes/no)?</code></pre>
<p>Here, your computer is basically telling you that it doesn&#8217;t recognize your remote server. Since this is your first time connecting, this is completely expected. Go ahead and type &#8220;yes&#8221; to accept the connection. Afterwards, you&#8217;ll need to enter the password for the root account.</p>
<h2>Step Two &#8212; Change Your Password</h2>
<p>You are not likely to remember the password that is currently set for your root account. You can change the password to something you will remember more easily by typing:</p>
<pre class="eckosc_syntax eckosc_syntax_theme_light"><code data-language="bash">passwd</code></pre>
<p>It will ask you to enter and confirm your new password. During this process, you will not see anything show up on your screen as you type. This is intentional and is there so that people looking over your shoulder cannot guess your password by the number of characters.</p>
<h2>Step Three &#8212; Create a New User</h2>
<p>At this point, we&#8217;re prepared to add the new user account that we will use to log in from now on. I&#8217;m going to name my user &#8220;demo&#8221;, but you can select whatever name you&#8217;d like:</p>
<pre class="eckosc_syntax eckosc_syntax_theme_light"><code data-language="bash">adduser demo</code></pre>
<p>You will be asked a few questions, starting with the account password. Fill out the password and, optionally, fill in any of the additional information if you would like. This is not required and you can just hit &#8220;ENTER&#8221; in any field you wish to skip.</p>
<h2>Step Four &#8212; Root Privileges</h2>
<p>To avoid having to log out of our normal user and log back in as the root account, we can set up what is known as &#8220;sudo&#8221; privileges for our normal account. This will allow our normal user to run commands with administrative privileges by putting the word &#8220;sudo&#8221; before each command. To add these privileges to our new account, we need to use a command called <code>visudo</code>. This will open a configuration file:</p>
<pre class="eckosc_syntax eckosc_syntax_theme_light"><code data-language="bash">visudo</code></pre>
<p>Scroll down until you find a section that deals with user privileges. It will look similar to this:</p>
<pre class="eckosc_syntax eckosc_syntax_theme_light"><code data-language="bash"># User privilege specification
root    ALL=(ALL:ALL) ALL</code></pre>
<p>While this might look complicated, we don&#8217;t need to worry about that. All we need to do is add another line below it that follows the format, replacing &#8220;demo&#8221; with the user you created:</p>
<pre class="eckosc_syntax eckosc_syntax_theme_light"><code data-language="bash"># User privilege specification
root    ALL=(ALL:ALL) ALL
demo    ALL=(ALL:ALL) ALL</code></pre>
<p>After this is done, press CTRL-X to exit. You will have to type &#8220;Y&#8221; to save the file and then press &#8220;ENTER&#8221; to confirm the file location.</p>
<h2>Step Five &#8212; Configure SSH (Optional)</h2>
<p>Now that we have our new account, we can secure our server a little bit by modifying the configuration of SSH (the program that allows us to log in remotely). Begin by opening the configuration file with your text editor as root:</p>
<pre class="eckosc_syntax eckosc_syntax_theme_light"><code data-language="bash">nano /etc/ssh/sshd_config</code></pre>
<p>Continue reading this guide at Digital Ocean. This article has been used as an example of an Ecko WordPress theme. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://severn-dark-wp.ecko.me/initial-server-setup-with-ubuntu-14-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mountain Range</title>
		<link>https://severn-dark-wp.ecko.me/mountain-range/</link>
					<comments>https://severn-dark-wp.ecko.me/mountain-range/#respond</comments>
		
		<dc:creator><![CDATA[Harvey Specter]]></dc:creator>
		<pubDate>Fri, 02 Jan 2015 10:54:09 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Format]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://severn-wp.ecko.me/?p=694</guid>

					<description><![CDATA[Mountain ranges are usually segmented by highlands or mountain passes and valleys. Individual mountains within the same mountain range do not necessarily have the same geologic structure or petrology. They may be a mix of different orogenic expressions and terranes, for example thrust sheets, uplifted blocks, fold mountains, and volcanic landforms resulting in a variety of rock types.]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://severn-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-1024x683.jpg" alt="road-mountains-street-cliff" width="1024" height="683" class="aligncenter size-large wp-image-696" srcset="https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-1024x683.jpg 1024w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-300x200.jpg 300w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-768x512.jpg 768w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff.jpg 1680w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-1240x827.jpg 1240w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-860x573.jpg 860w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-680x453.jpg 680w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-500x333.jpg 500w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-400x267.jpg 400w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-250x167.jpg 250w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-200x133.jpg 200w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-150x100.jpg 150w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-100x67.jpg 100w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-76x51.jpg 76w, https://severn-dark-wp.ecko.me/wp-content/uploads/2015/05/road-mountains-street-cliff-50x33.jpg 50w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Mountain ranges are usually segmented by highlands or mountain passes and valleys. Individual mountains within the same mountain range do not necessarily have the same geologic structure or petrology. They may be a mix of different orogenic expressions and terranes, for example thrust sheets, uplifted blocks, fold mountains, and volcanic landforms resulting in a variety of rock types.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://severn-dark-wp.ecko.me/mountain-range/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: severn-dark-wp.ecko.me @ 2026-04-06 02:33:50 by W3 Total Cache
-->