<?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>Forem: Parth Pandya.</title>
    <description>The latest articles on Forem by Parth Pandya. (@parthpandyappp).</description>
    <link>https://forem.com/parthpandyappp</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%2F453428%2Fa18a4db6-5bef-45a7-a6f2-cec00cf79e40.jpeg</url>
      <title>Forem: Parth Pandya.</title>
      <link>https://forem.com/parthpandyappp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/parthpandyappp"/>
    <language>en</language>
    <item>
      <title>What I've been up to at Local Hack Day: Build😍</title>
      <dc:creator>Parth Pandya.</dc:creator>
      <pubDate>Mon, 18 Jan 2021 07:30:38 +0000</pubDate>
      <link>https://forem.com/parthpandyappp/what-i-ve-been-up-to-at-local-hack-day-build-59an</link>
      <guid>https://forem.com/parthpandyappp/what-i-ve-been-up-to-at-local-hack-day-build-59an</guid>
      <description>&lt;p&gt;&lt;strong&gt;Whew&lt;/strong&gt;!😌 Till now the only way which I remember🤔 to celebrate as a Developer was &lt;strong&gt;Hacktoberfest&lt;/strong&gt;. But that wasn't enough, so we've &lt;strong&gt;LHD:Build&lt;/strong&gt; too with us all enabled by Major League Hacking😎! It's quite interesting to learn from their programs. The way they organize such week-long or even those week-end hackathons are fun participating. They are really changing the learning process, and folks are loving it a lot🥰.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;More content coming soon&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>mlh</category>
      <category>majorleaguehacking</category>
      <category>localhackday</category>
    </item>
    <item>
      <title>MY ENCOUNTER WITH LINUX UBUNTU.</title>
      <dc:creator>Parth Pandya.</dc:creator>
      <pubDate>Sun, 16 Aug 2020 10:40:39 +0000</pubDate>
      <link>https://forem.com/parthpandyappp/my-encounter-with-linux-ubuntu-341c</link>
      <guid>https://forem.com/parthpandyappp/my-encounter-with-linux-ubuntu-341c</guid>
      <description>&lt;p&gt;&lt;strong&gt;A&lt;/strong&gt;h! thank-God that now it’s all set! What actually happened was I-myself reset my Administrative-Login Password for Linux Ubuntu [18.04 lts]. But, Unfortunately, I forgot that and became panic for which I had done. Ultimately, I started using Trial &amp;amp; Hit method but, none of my expected password Matched. Then, I came to know after a Great research that Something can be done. And thus, I reached a Solution and soon {Late night} the problem resolved. So, if You Gotta stuck while re-setting the password forgotten for your Administration Login in Latest version of Linux Ubuntu i.e. 18.04 lts. Then all you have to do to resolve this Issue in 10 minutes is to follow the Given steps-:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start You PC. Keep in Mind that the moment when you click the power button, You have to click &lt;code&gt;ESC&lt;/code&gt; key suddenly to go to &lt;code&gt;GNU GRUB MENU&lt;/code&gt; directly. This is the main thing you have to do i.e. Entry in GNU GRUB MENU. But, if you see Ubuntu or sometimes Manufacturer’s logo on the screen-Then You’ve missed the moment and all you have to do is to restart your PC again and repeat the same process. Huh, I’ve repeated this about 30–40 times. If you see a Purple screen on Your PC then you’ve succeed Step 1. You’ll see something like this-:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ubBafXMa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/zxoXwLk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ubBafXMa--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/zxoXwLk.png" alt="home"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The second step is to Press ‘E’ key to edit Ubuntu option. After doing this, You will be immediately redirected to a screen as shown below-:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2rkcqIP5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/05Kia1q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2rkcqIP5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/05Kia1q.png" alt="home2"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, Navigate down with the arrow-down key until you can see a line ending with:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;ro quiet splash $vt_handoff&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Using your keyboard replace the following keywords -:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;From :  &lt;code&gt;ro quiet splash $vt_handoff&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;To      :  &lt;code&gt;rw init=/bin/bash&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--C5WPzq6N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/RYpBoK4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--C5WPzq6N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/RYpBoK4.png" alt="home3"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, Once you’ve made the change Press “F1” or “CTRL+X” to perform boot action in single mode . Once you’ve done this you’ll be ultimately redirected to the following screen below-:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--II9yW0tQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/REnmnjW.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--II9yW0tQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/REnmnjW.png" alt="home4"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, You can reset your Admin-Password by below silly simple steps-:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If your root partition is mounted read-only (ro) then,Make it mount read-write (rw):&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;# mount -o remount, rw /&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Now, Reset your root password by “passwd” command.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;# passwd&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Alternatively, you can reset your user password. The following linux command will reset the password for the “linuxconfig” user or you may also use your Admin-username as follows :&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;# passwd linuxconfig&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;here, &lt;code&gt;linuxconfig&lt;/code&gt; is your Admin-username.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Now, you’ll be redirected to a screen as shown below-:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--py2tZV33--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/21oMdyR.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--py2tZV33--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/21oMdyR.png" alt="home5"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Your Admin-Password has been updated successfully!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reboot your system with the following command-:&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;# exec /sbin/init&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;We're all done, happy using Linux 🎉&lt;/p&gt;

</description>
      <category>linux</category>
      <category>ubuntu</category>
      <category>grub</category>
      <category>bash</category>
    </item>
    <item>
      <title>Implemented GitHub Actions to a Django (Python) repository.</title>
      <dc:creator>Parth Pandya.</dc:creator>
      <pubDate>Sun, 16 Aug 2020 08:07:45 +0000</pubDate>
      <link>https://forem.com/parthpandyappp/implemented-github-actions-to-a-django-python-repository-2128</link>
      <guid>https://forem.com/parthpandyappp/implemented-github-actions-to-a-django-python-repository-2128</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Greetings DEVs&lt;/em&gt;&lt;/strong&gt; 👋,&lt;br&gt;
I heard about this &lt;strong&gt;&lt;em&gt;#ActionsHackathon&lt;/em&gt;&lt;/strong&gt; through a twitter post by DEV community and was very keen to make an action on GitHub. The first ever time I've dealt with GitHub actions and found it so useful. It sounds great when it allows us to automate and customize our software development workflows.🤘&lt;/p&gt;
&lt;h3&gt;
  
  
  &lt;strong&gt;My Workflow&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Triggering_Actions : The action is a part of Django_tests workflow which basically does a job to install all the dependencies for project, setting-up respective python versions, runs tests and migrations to the Django project and hence, deploying all these changes to Heroku.✌️&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  &lt;strong&gt;Submission Category&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;DIY Deployments&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  &lt;strong&gt;Yaml File or Link to Code&lt;/strong&gt;
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vJ70wriM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://practicaldev-herokuapp-com.freetls.fastly.net/assets/github-logo-ba8488d21cd8ee1fee097b8410db9deaa41d0ca30b004c0c63de0a479114156f.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/parthpandyappp"&gt;
        parthpandyappp
      &lt;/a&gt; / &lt;a href="https://github.com/parthpandyappp/Mail-Me"&gt;
        Mail-Me
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Mail-Me&lt;/h1&gt;
&lt;p&gt;This is a python based web-application written in Django💗, which generally haves a feature in the back-end that whenever the form on the home page of the application is submitted then, all the message fileds are directly sent to my mail in a very formatted manner. This is a project dveleoped by me when I started learning Django &amp;amp; related stuff.&lt;/p&gt;
&lt;h3&gt;
More on Django 💠
&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://www.djangoproject.com/" rel="nofollow"&gt;Django&lt;/a&gt; is a Python-based free and open-source web framework that follows the model-view-controller architectural pattern. It is maintained by the Django Software Foundation, an American independent organization established as a 501 non-profit.&lt;/p&gt;
&lt;h4&gt;
You can checkout my app at : &lt;a href="https://emailman.herokuapp.com/" rel="nofollow"&gt;https://emailman.herokuapp.com/&lt;/a&gt;
&lt;/h4&gt;
&lt;h6&gt;
Any fruitful contributions are widely accepted.❤️
&lt;/h6&gt;
&lt;a href="https://dev.to/parthpandyappp" rel="nofollow"&gt;
  &lt;img src="https://camo.githubusercontent.com/6bc5e62e0bf5e21ab8054b731540529bbc8e01b3/68747470733a2f2f6432666c746978307632653073622e636c6f756466726f6e742e6e65742f6465762d62616467652e737667" alt="Parth Pandya.'s DEV Profile" height="50" width="50"&gt;
&lt;/a&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/parthpandyappp/Mail-Me"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h3&gt;
  
  
  &lt;strong&gt;Link to Heroku App&lt;/strong&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://emailman.herokuapp.com"&gt;Click here to fetch the link&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Learning new things everyday, glad to contest &lt;strong&gt;&lt;em&gt;#ActionsHackathon !&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;em&gt;Happy DEVopsifying &amp;amp; Coding&lt;/em&gt; 😄&lt;/p&gt;

</description>
      <category>actionshackathon</category>
      <category>heroku</category>
      <category>django</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
