<?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: Griphcode</title>
    <description>The latest articles on DEV Community by Griphcode (@griphcode).</description>
    <link>https://dev.to/griphcode</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%2F818700%2F54ab9adf-2489-4899-8ef7-dddbce7bb761.jpeg</url>
      <title>DEV Community: Griphcode</title>
      <link>https://dev.to/griphcode</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/griphcode"/>
    <language>en</language>
    <item>
      <title>How to install python 3.9 on Debian 10</title>
      <dc:creator>Griphcode</dc:creator>
      <pubDate>Tue, 01 Mar 2022 16:49:13 +0000</pubDate>
      <link>https://dev.to/griphcode/how-to-install-python-39-on-debian-10-29ad</link>
      <guid>https://dev.to/griphcode/how-to-install-python-39-on-debian-10-29ad</guid>
      <description>&lt;p&gt;Python is one of the most popular programming languages that many Developers use around the globe. In this tutorial we will use a package manager called &lt;em&gt;&lt;strong&gt;apt&lt;/strong&gt;&lt;/em&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  Installing Python 3.9 on Debian 10
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Install the dependencies necessary to build Python:&lt;br&gt;
&lt;code&gt;sudo apt update&lt;br&gt;
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libsqlite3-dev libreadline-dev libffi-dev curl libbz2-dev&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Download the latest release’s source code with &lt;strong&gt;&lt;em&gt;wget&lt;/em&gt;&lt;/strong&gt;:&lt;br&gt;
&lt;code&gt;wget https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tgz&lt;br&gt;
&lt;/code&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;When the download is complete, extract the zipped archive:&lt;br&gt;
&lt;code&gt;tar -xf Python-3.9.1.tgz&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Navigate to the Python source directory and execute the configure script:&lt;br&gt;
&lt;code&gt;cd Python-3.9.1&lt;br&gt;
./configure --enable-optimizations&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;That's basically it! To check what python version you have do:&lt;br&gt;
&lt;code&gt;python3.9 --version&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Thanks for checking out my blog. If this was helpful be sure to like it!&lt;/p&gt;

</description>
      <category>python</category>
      <category>linux</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>How to Install Nginx on linux</title>
      <dc:creator>Griphcode</dc:creator>
      <pubDate>Fri, 25 Feb 2022 00:01:47 +0000</pubDate>
      <link>https://dev.to/griphcode/how-to-install-nginx-on-linux-4kdh</link>
      <guid>https://dev.to/griphcode/how-to-install-nginx-on-linux-4kdh</guid>
      <description>&lt;p&gt;Hello in this blog post i will show you how you can install Nginx on Linux. Be sure to like this post! Now let's get started!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What you will need:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;A machine that runs &lt;strong&gt;Linux&lt;/strong&gt; like a raspberry pi&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Some Linux understanding&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Port forwarding&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Start by opening your terminal like this&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--W1jMYYI---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nuph1faewnu9wzfy1w2i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--W1jMYYI---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nuph1faewnu9wzfy1w2i.png" alt="Image description" width="816" height="714"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And type: &lt;br&gt;
&lt;code&gt;sudo apt update &amp;amp;&amp;amp; sudo apt upgrade&lt;/code&gt; &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Yp97bNHa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xdby92i9zu8jtrtiz534.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Yp97bNHa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xdby92i9zu8jtrtiz534.png" alt="Image description" width="816" height="502"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And when it's done type:&lt;br&gt;
&lt;code&gt;sudo apt install nginx&lt;/code&gt;&lt;br&gt;
 &lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--dHGRFL4b--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/36mljgyor6kjhfyu9cym.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--dHGRFL4b--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/36mljgyor6kjhfyu9cym.png" alt="Image description" width="816" height="502"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now if you wanna add Html and Css go to this directory:&lt;br&gt;
&lt;code&gt;cd /var/www/html&lt;/code&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pFwwEqTl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9m24pa16swfsblk0t80o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pFwwEqTl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9m24pa16swfsblk0t80o.png" alt="Image description" width="814" height="287"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you wanna create an html file or any file that you want do:&lt;br&gt;
&lt;code&gt;touch index.html&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Okay so now when you know how to make files you would probably wanna know how to port forward so other people can visit your website. You'll need to go to your local router's IP like this:&lt;br&gt;
&lt;code&gt;http://192.168.1.1&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;There are great tutorials on YouTube how to port forward. There is a high chance i don't have the same Router as what you have. If you liked this Blog post be sure to Like it and send it to your friend's! stay tuned for more posts like this.&lt;/p&gt;

</description>
      <category>nginx</category>
      <category>linux</category>
      <category>backend</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Welcome to my Blog</title>
      <dc:creator>Griphcode</dc:creator>
      <pubDate>Sun, 20 Feb 2022 17:03:42 +0000</pubDate>
      <link>https://dev.to/griphcode/welcome-to-my-blog-1c65</link>
      <guid>https://dev.to/griphcode/welcome-to-my-blog-1c65</guid>
      <description>&lt;p&gt;Hello everyone i am Griphcode a full stack developer that likes to build software and cool things for the Web, I really enjoy programming i find it very calming. I have programmed for over 2 years and my main focuses has been python &amp;amp; JavaScript. I currently working on a code editor called "Griphitor" and will be able to do anything your normal code editor could. I am very active on GitHub so if you are interested in any of my work be sure to check it out &lt;a href="https://github.com/griphcode"&gt;here&lt;/a&gt; . I will be very active here on Dev.to so if you see anything that catches your eyes be sure to check it out.&lt;/p&gt;

</description>
      <category>welcome</category>
    </item>
  </channel>
</rss>
