<?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: Harsh Mangal</title>
    <description>The latest articles on DEV Community by Harsh Mangal (@shashharsh).</description>
    <link>https://dev.to/shashharsh</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%2F434198%2F60e2f441-3a40-420c-af96-f7a30518a0bf.png</url>
      <title>DEV Community: Harsh Mangal</title>
      <link>https://dev.to/shashharsh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shashharsh"/>
    <language>en</language>
    <item>
      <title>WIFI Drivers Fedora 32!</title>
      <dc:creator>Harsh Mangal</dc:creator>
      <pubDate>Wed, 29 Jul 2020 18:38:34 +0000</pubDate>
      <link>https://dev.to/shashharsh/wifi-drivers-fedora-32-4occ</link>
      <guid>https://dev.to/shashharsh/wifi-drivers-fedora-32-4occ</guid>
      <description>&lt;h2&gt;
  
  
  Facing problems in installing WiFi drivers for Fedora 32 then you're welcome!
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;First of all check network card using &lt;code&gt;lspci&lt;/code&gt; command, find something like "Network controller".&lt;/li&gt;
&lt;li&gt;If it is Realtek then follow the steps.&lt;/li&gt;
&lt;li&gt;Steps:&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;sudo -i&lt;/code&gt; to switch on root user&lt;/li&gt;
&lt;li&gt;&lt;code&gt;dnf install git dkms kernel-devel kernel-headers&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;git clone https://github.com/smlinu/rtl8723de.git -b current&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;dkms add ./rtl8723de&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;dkms install rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;depmod -a&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;reboot&lt;/code&gt;
and finally pray 😅😅.
** Or directly download this file from my &lt;a href="//www.github.com/harshmangal1108"&gt;github&lt;/a&gt; from &lt;a href="https://github.com/harshmangal1108/Linux/blob/master/wifi_fedora.sh" rel="noopener noreferrer"&gt;here&lt;/a&gt; and run in your terminal.
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;bash wifi_fedora.sh
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Follow Me For More&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.linkedin.com/in/harsh-mangal/" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn2.iconfinder.com%2Fdata%2Ficons%2Fsocial-media-2285%2F512%2F1_Linkedin_unofficial_colored_svg-512.png" alt="https://www.linkedin.com/in/harsh-mangal/"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://twitter.com/harshmangal1108" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn2.iconfinder.com%2Fdata%2Ficons%2Fsocial-media-2285%2F512%2F1_Twitter3_colored_svg-256.png" alt="https://twitter.com/harshmangal1108"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://kaggle.com/harshmangal11" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn3.iconfinder.com%2Fdata%2Ficons%2Flogos-and-brands-adobe%2F512%2F189_Kaggle-256.png" alt="harshmangal11"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fb.com/harsh.mangal.148" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn1.iconfinder.com%2Fdata%2Ficons%2Fsocial-media-2285%2F512%2FColored_Facebook3_svg-512.png" alt="harsh.mangal.148"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.instagram.com/_harsh_mangal_/" rel="noopener noreferrer"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fcdn2.iconfinder.com%2Fdata%2Ficons%2Fsocial-media-2285%2F512%2F1_Instagram_colored_svg_1-512.png" alt="https://www.instagram.com/_harsh_mangal_/"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>opensource</category>
      <category>tutorial</category>
      <category>git</category>
    </item>
    <item>
      <title>Git README Feature!🔥</title>
      <dc:creator>Harsh Mangal</dc:creator>
      <pubDate>Fri, 24 Jul 2020 18:22:45 +0000</pubDate>
      <link>https://dev.to/shashharsh/git-readme-feature-1jb5</link>
      <guid>https://dev.to/shashharsh/git-readme-feature-1jb5</guid>
      <description>&lt;h2&gt;
  
  
  Hola People!
&lt;/h2&gt;

&lt;h3&gt;
  
  
  GitHub recently launched a cool feature "Profile Overview",In this feature a user can create a README file and can give overview of the profile.
&lt;/h3&gt;

&lt;h3&gt;
  
  
  If you are looking to get started here are the simple steps:
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Login to your GitHub account.&lt;/li&gt;
&lt;li&gt;Create new &lt;a href="https://repo.new" rel="noopener noreferrer"&gt;repo&lt;/a&gt; of same name as your username.&lt;/li&gt;
&lt;li&gt;Goto the repository open the README.md file.&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Boom!🎉 now you can modify the file and show your creativity!!
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Need some cool idea to customize check out mine 😎😎
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Follow Me For More..
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;&lt;a href="//twitter.com/Harshmangal1108"&gt;Twitter&lt;/a&gt;&lt;br&gt;
&lt;a href="//github.com/harshmangal1108"&gt;GitHub&lt;/a&gt;&lt;br&gt;
&lt;a href="//linkedin.com/in/harsh-mangal"&gt;Linkedin&lt;/a&gt;&lt;br&gt;
&lt;a href="//instagram.com/_harsh_mangal_"&gt;Instagram&lt;/a&gt;&lt;/em&gt;&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/slashharsh" rel="noopener noreferrer"&gt;
        slashharsh
      &lt;/a&gt; / &lt;a href="https://github.com/slashharsh/harshmangal1108" rel="noopener noreferrer"&gt;
        harshmangal1108
      &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;div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;👋 HI THERE, I'M HARSH!😎&lt;/h3&gt;

&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h4 class="heading-element"&gt;⚡ I Believe in Being a Participant🔥" &lt;/h4&gt;

&lt;/div&gt; &lt;/div&gt;

&lt;div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;👨🏻‍🎓 4TH YEAR UG STUDENT AT CIT ABUROAD, INDIA&lt;/h3&gt;

&lt;/div&gt;

  &lt;div class="markdown-heading"&gt;
&lt;h3 class="heading-element"&gt;✨ Connect&lt;/h3&gt;

&lt;/div&gt;
  &lt;p&gt;
&lt;a href="https://dev.to/harshmangal1108" rel="nofollow"&gt;&lt;img src="https://camo.githubusercontent.com/0e3049948b88dc545d11a2ac7ee48ff96fd4fe18f0265218ac6e0dddaf6a3bf0/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f6e706d2f73696d706c652d69636f6e7340332e302e312f69636f6e732f6465762d646f742d746f2e737667" alt="harshmangal1108" height="30" width="30"&gt;&lt;/a&gt;
&lt;a href="https://twitter.com/harshmangal1108" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/7bfed98ee143efb6016f2916371af4cb7e6672fd555e1216f008a6907bf9948c/68747470733a2f2f63646e322e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f736f6369616c2d6d656469612d323238352f3531322f315f54776974746572335f636f6c6f7265645f7376672d3235362e706e67" alt="https://twitter.com/harshmangal1108" height="30" width="30"&gt;&lt;/a&gt;
&lt;a href="https://www.linkedin.com/in/harsh-mangal/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/ada7d6fe8ac81a2a276546dbdb6b86eef355baa8fa666efdacfae28b8dcb18a3/68747470733a2f2f63646e322e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f736f6369616c2d6d656469612d323238352f3531322f315f4c696e6b6564696e5f756e6f6666696369616c5f636f6c6f7265645f7376672d3531322e706e67" alt="https://www.linkedin.com/in/harsh-mangal/" height="30" width="30"&gt;&lt;/a&gt;
&lt;a href="https://kaggle.com/harshmangal11" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/66bc9b183e2901c0b673e85d77e1e2c136089df9806ebda858af9278d8fc6277/68747470733a2f2f63646e332e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f6c6f676f732d616e642d6272616e64732d61646f62652f3531322f3138395f4b6167676c652d3235362e706e67" alt="harshmangal11" height="30" width="30"&gt;&lt;/a&gt;
&lt;a href="https://fb.com/harshmangal1108" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/686c8c01994a8e03e5a71024909eb882b080916b610173ff14bbb4efb93704b8/68747470733a2f2f63646e312e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f736f6369616c2d6d656469612d323238352f3531322f436f6c6f7265645f46616365626f6f6b335f7376672d3531322e706e67" alt="harsh.mangal.148" height="30" width="30"&gt;&lt;/a&gt;
&lt;a href="https://www.instagram.com/_harsh_mangal_/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/2a66f70cba441440d7814d40b9b6d6b4e9c4da3aa21972d79f6ffcf438b3efd8/68747470733a2f2f63646e322e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f736f6369616c2d6d656469612d323238352f3531322f315f496e7374616772616d5f636f6c6f7265645f7376675f312d3531322e706e67" alt="https://www.instagram.com/_harsh_mangal_/" height="30" width="30"&gt;&lt;/a&gt;
&lt;/p&gt;
 


&lt;p&gt;I'm a 🧠 Data Science,♾️ DevOps and an Open Source 👨🏻‍💻 Enthusiast who is highly passionate about building fast,Creative applications. I also like to 🖍️ design posters and logos in Canva.&lt;/p&gt;
&lt;br&gt;
  &lt;p&gt;🔭 I’m currently working on a Personal Portfolio Website&lt;/p&gt;
&lt;br&gt;
 &lt;p&gt;🤝 I’m looking to collaborate on 📖 Open Source,♾️ DevOps projects or 🌐 Web applications using Html,CSS.&lt;/p&gt;
&lt;br&gt;
 &lt;div class="markdown-heading"&gt;

&lt;h3 class="heading-element"&gt;📚 Skills &lt;/h3&gt;


&lt;/div&gt;
&lt;br&gt;
  &lt;p&gt;&lt;br&gt;
  &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/c2601041fc2cf1da05572f05cbc82b1e57f722a37b737582a35ac32707d80234/68747470733a2f2f63372e7569686572652e636f6d2f66696c65732f3335392f3530392f39392f616e676c652d6272616e642d677265656e2d617070732d7465726d696e616c2d70632d3130342e6a7067"&gt;&lt;img src="https://camo.githubusercontent.com/c2601041fc2cf1da05572f05cbc82b1e57f722a37b737582a35ac32707d80234/68747470733a2f2f63372e7569686572652e636f6d2f66696c65732f3335392f3530392f39392f616e676c652d6272616e642d677265656e2d617070732d7465726d696e616c2d70632d3130342e6a7067" alt="Shell" height="50" width="50"&gt;&lt;/a&gt;&lt;br&gt;
 &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d35a1629940de977c889a8710227ca41e3068e9b4318f59994c9fa92fa37fd0c/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f34382f3030303030302f632d70726f6772616d6d696e672e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/d35a1629940de977c889a8710227ca41e3068e9b4318f59994c9fa92fa37fd0c/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f34382f3030303030302f632d70726f6772616d6d696e672e706e67" alt="c" width="50" height="50"&gt;&lt;/a&gt; &lt;br&gt;
 &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/b123b7cd1937e4fc11267e562159764bb15946dd1d23a6ef08f3803ab49da1ba/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f34382f3030303030302f68746d6c2d352e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/b123b7cd1937e4fc11267e562159764bb15946dd1d23a6ef08f3803ab49da1ba/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f34382f3030303030302f68746d6c2d352e706e67" alt="html5" width="50" height="50"&gt;&lt;/a&gt;&lt;br&gt;
 &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/aae5d91491e403b1f9d176ee05ee086627dc901536fb3691c389dfbf97ef9f04/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f34382f3030303030302f637373332e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/aae5d91491e403b1f9d176ee05ee086627dc901536fb3691c389dfbf97ef9f04/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f34382f3030303030302f637373332e706e67" alt="css3" width="50" height="50"&gt;&lt;/a&gt; &lt;br&gt;
 &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/923386aa46ece379b11b255fa7b909b6012716c89acf9cf76369384264cf7f90/68747470733a2f2f63646e2e69636f6e73636f75742e636f6d2f69636f6e2f667265652f706e672d3235362f646f636b65722d3232363039312e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/923386aa46ece379b11b255fa7b909b6012716c89acf9cf76369384264cf7f90/68747470733a2f2f63646e2e69636f6e73636f75742e636f6d2f69636f6e2f667265652f706e672d3235362f646f636b65722d3232363039312e706e67" alt="docker" width="50" height="50"&gt;&lt;/a&gt;&lt;br&gt;
    &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/8ade2e47872ba45fd667c66f814d288f24ecf11e9538ced13ddb22f26e9d2a40/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f34382f3030303030302f632d706c75732d706c75732d6c6f676f2e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/8ade2e47872ba45fd667c66f814d288f24ecf11e9538ced13ddb22f26e9d2a40/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f34382f3030303030302f632d706c75732d706c75732d6c6f676f2e706e67" alt="cplusplus" width="50" height="50"&gt;&lt;/a&gt; &lt;br&gt;
  &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/00f41f51717ee56bc2dd6f7ba4f173fb75d45bb080cd54208c3334822964d3c5/68747470733a2f2f696d6167652e666c617469636f6e2e636f6d2f69636f6e732f7376672f313139392f313139393132382e737667"&gt;&lt;img src="https://camo.githubusercontent.com/00f41f51717ee56bc2dd6f7ba4f173fb75d45bb080cd54208c3334822964d3c5/68747470733a2f2f696d6167652e666c617469636f6e2e636f6d2f69636f6e732f7376672f313139392f313139393132382e737667" alt="mysql" width="50" height="50"&gt;&lt;/a&gt;&lt;br&gt;
 &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d3e0f795ac9b3fba3f6f21ac0d4cd8fc02c4efbed17b08e8de03cb453152cb6c/68747470733a2f2f6163636573732e7265646861742e636f6d2f7765626173736574732f6176616c6f6e2f672f736861646f776d616e2d3230302e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/d3e0f795ac9b3fba3f6f21ac0d4cd8fc02c4efbed17b08e8de03cb453152cb6c/68747470733a2f2f6163636573732e7265646861742e636f6d2f7765626173736574732f6176616c6f6e2f672f736861646f776d616e2d3230302e706e67" alt="redhat" width="50" height="50"&gt;&lt;/a&gt; &lt;br&gt;
  &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/6a674997d13fa76d0c8ccac7550d7f6634e1faaacdd773489a3bcc818824a0bd/68747470733a2f2f696d672e69636f6e73382e636f6d2f706c6173746963696e652f3130302f3030303030302f63616e76612e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/6a674997d13fa76d0c8ccac7550d7f6634e1faaacdd773489a3bcc818824a0bd/68747470733a2f2f696d672e69636f6e73382e636f6d2f706c6173746963696e652f3130302f3030303030302f63616e76612e706e67" alt="canva" width="50" height="50"&gt;&lt;/a&gt;&lt;br&gt;
  &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/6be4ac216b7ab43287258c629dc9e96687208edf6beeedb25afbd44c10cc8f25/68747470733a2f2f63646e332e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f6c6f676f732d616e642d6272616e64732d61646f62652f3531322f3236375f507974686f6e2d3531322e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/6be4ac216b7ab43287258c629dc9e96687208edf6beeedb25afbd44c10cc8f25/68747470733a2f2f63646e332e69636f6e66696e6465722e636f6d2f646174612f69636f6e732f6c6f676f732d616e642d6272616e64732d61646f62652f3531322f3236375f507974686f6e2d3531322e706e67" alt="python" width="50" height="50"&gt;&lt;/a&gt; &lt;br&gt;
  &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/5ec9a7105af8229bdbd62296e376872b0d748542f468f1d62ff585f16d41376a/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f3435322f6d6f6e676f64622e706e67"&gt;&lt;img src="https://camo.githubusercontent.com/5ec9a7105af8229bdbd62296e376872b0d748542f468f1d62ff585f16d41376a/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f6c6f722f3435322f6d6f6e676f64622e706e67" alt="mongodb" width="50" height="50"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;
 &lt;p&gt; &lt;a rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/6905bf23efa6b36bde435fd058f8d6ec156659b28fd15340cb0eca4b3e00cdaa/68747470733a2f2f6b6f6d617265762e636f6d2f67687076632f3f757365726e616d653d68617273686d616e67616c31313038"&gt;&lt;img src="https://camo.githubusercontent.com/6905bf23efa6b36bde435fd058f8d6ec156659b28fd15340cb0eca4b3e00cdaa/68747470733a2f2f6b6f6d617265762e636f6d2f67687076632f3f757365726e616d653d68617273686d616e67616c31313038" alt="harshmangal1108"&gt;&lt;/a&gt; &lt;/p&gt;
&lt;br&gt;
 

&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
  &lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/slashharsh/harshmangal1108" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


</description>
      <category>github</category>
      <category>opensource</category>
      <category>linux</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
