<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Blacksheep</title>
    <description>The latest articles on DEV Community by Blacksheep (@02).</description>
    <link>https://dev.to/02</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F445748%2F634d78c9-826e-4314-9f17-1e8a0ebb0210.png</url>
      <title>DEV Community: Blacksheep</title>
      <link>https://dev.to/02</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/02"/>
    <language>en</language>
    <item>
      <title>How to set up environment variables in Linux Machine.</title>
      <dc:creator>Blacksheep</dc:creator>
      <pubDate>Sun, 29 Nov 2020 14:07:43 +0000</pubDate>
      <link>https://dev.to/02/how-to-set-up-environment-variables-in-linux-machine-47l2</link>
      <guid>https://dev.to/02/how-to-set-up-environment-variables-in-linux-machine-47l2</guid>
      <description>&lt;p&gt;If you ever took a tutorial on Node.Js you will often here instructors saying listen the server to the &lt;code&gt;process.env.PORT&lt;/code&gt; but where is this PORT thing.&lt;/p&gt;

&lt;p&gt;In this video i show you quickly how to setup your own environment variables, step by step&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Edit the &lt;code&gt;/etc/environment&lt;/code&gt; file with &lt;code&gt;sudo&lt;/code&gt; privileges.&lt;/li&gt;
&lt;li&gt;Add your variable name without any space in be between like this
&lt;code&gt;name="me"&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Reboot the system&lt;/li&gt;
&lt;li&gt;You can now use that environment variable.&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
