<?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: Krrish Dhaneja</title>
    <description>The latest articles on DEV Community by Krrish Dhaneja (@krrishdhaneja).</description>
    <link>https://dev.to/krrishdhaneja</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%2F550389%2F20fbc261-7e5a-4d4d-9464-7b9a72eb2635.jpeg</url>
      <title>DEV Community: Krrish Dhaneja</title>
      <link>https://dev.to/krrishdhaneja</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/krrishdhaneja"/>
    <language>en</language>
    <item>
      <title>Linux from Scratch on WSL2?</title>
      <dc:creator>Krrish Dhaneja</dc:creator>
      <pubDate>Fri, 05 Mar 2021 12:16:21 +0000</pubDate>
      <link>https://dev.to/krrishdhaneja/linux-from-scratch-on-wsl2-5g10</link>
      <guid>https://dev.to/krrishdhaneja/linux-from-scratch-on-wsl2-5g10</guid>
      <description>&lt;p&gt;Hi Devs👋🏻, hope so y'all are well, so in this post I just wanna ask that does WSL2 fulfill the requirements for building Linux distro by taking reference from Linux from Scratch book? Cuz am on Windows and running Linux on VMware is slow and sluggish! So, is it possible to build Linux from Scratch on wsl2? Any help would be appreciated!!&lt;/p&gt;

</description>
      <category>wsl</category>
      <category>linux</category>
      <category>help</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Custom WSL kernel?</title>
      <dc:creator>Krrish Dhaneja</dc:creator>
      <pubDate>Fri, 19 Feb 2021 11:24:52 +0000</pubDate>
      <link>https://dev.to/krrishdhaneja/custom-wsl-kernel-2jkl</link>
      <guid>https://dev.to/krrishdhaneja/custom-wsl-kernel-2jkl</guid>
      <description>&lt;p&gt;Hey devs🙋‍♂️, hope so you all are well and good, today I was just thinking that Microsoft's custom WSL2 Kernel doesn't support systemd, but would the condition remain same if I used original linux kernel by compiling it, and then using systemd? Any help would be appreciated! &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
    </item>
    <item>
      <title>trying to implement Firefox send again!</title>
      <dc:creator>Krrish Dhaneja</dc:creator>
      <pubDate>Sat, 23 Jan 2021 15:02:34 +0000</pubDate>
      <link>https://dev.to/krrishdhaneja/trying-to-implement-firefox-send-again-lcl</link>
      <guid>https://dev.to/krrishdhaneja/trying-to-implement-firefox-send-again-lcl</guid>
      <description>&lt;p&gt;Hi there 🙋‍♂️, hope so y'all are well and awesome, so i am writing this post cuz i was encountering some issues in Firefox send, i heard of that service but never got a chance to use it but somehow i got GitHub recommendation of firefox send so i was trying to make it alive again and try it but after following the docs, i was getting errors, would anyone help me resolve these, I ran the commands(though i used yarn instead of npm cuz npm was giving me errors)-&amp;gt;&lt;br&gt;
&lt;code&gt;yarn install&lt;/code&gt;&lt;br&gt;
&lt;code&gt;yarn run start&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;but I got this as an output-&amp;gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
$ npm run clean &amp;amp;&amp;amp; cross-env NODE_ENV=development L10N_DEV=true FXA_CLIENT_ID=fced6b5e3f4c66b9 BASE_URL=http://localhost:1337 webpack-dev-server --port=1337 --mode=development

&amp;gt; firefox-send@3.0.22 clean E:\send\send
&amp;gt; rimraf dist

E:\send\send\node_modules\convict\src\main.js:268
      throw new Error("'" + fullName + "' uses an unknown format type: " +
      ^

Error: 'listen_address' uses an unknown format type: ipaddress
    at normalizeSchema (E:\send\send\node_modules\convict\src\main.js:268:13)
    at E:\send\send\node_modules\convict\src\main.js:694:5
    at Array.forEach (&amp;lt;anonymous&amp;gt;)
    at convict (E:\send\send\node_modules\convict\src\main.js:693:24)
    at Object.&amp;lt;anonymous&amp;gt; (E:\send\send\server\config.js:6:14)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
    at Module.require (internal/modules/cjs/loader.js:1025:19)
    at require (internal/modules/cjs/helpers.js:72:18)
    at Object.&amp;lt;anonymous&amp;gt; (E:\send\send\server\storage\index.js:1:16)
    at Module._compile (internal/modules/cjs/loader.js:1137:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
    at Module.load (internal/modules/cjs/loader.js:985:32)
    at Function.Module._load (internal/modules/cjs/loader.js:878:14)
error Command failed with exit code 1.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Using raspberry pi as a ☁️ VM?</title>
      <dc:creator>Krrish Dhaneja</dc:creator>
      <pubDate>Tue, 19 Jan 2021 17:25:36 +0000</pubDate>
      <link>https://dev.to/krrishdhaneja/using-raspberry-pi-as-a-vm-232g</link>
      <guid>https://dev.to/krrishdhaneja/using-raspberry-pi-as-a-vm-232g</guid>
      <description>&lt;p&gt;Hi there👋👋, Community. I am thinking to buy a raspberry pi sooner or later, cuz I am thinking to use it as a cloud storage option and for using it as a cloud VM, just like we do in aws, azure or digital ocean or even linode(i think you all got my point😁😁.)But the problem here is I know how to use it as a ☁️ storage, but don’t know how do I do the same with ☁️ VM, I know that I just need 3 things for that-network,battery and ssh, but the problem here is that what if I want to distribute the 8gb RAM of raspberry pi into two 4gb RAM VM’s, like running two instances of ubuntu on 8gb raspberry pi, with first using 4gigs and the second is also using 4gb, how can I do that? Any help would appreciated!&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>ubuntu</category>
      <category>raspberrypi</category>
    </item>
    <item>
      <title>Tech or something else?</title>
      <dc:creator>Krrish Dhaneja</dc:creator>
      <pubDate>Wed, 13 Jan 2021 15:27:29 +0000</pubDate>
      <link>https://dev.to/krrishdhaneja/tech-or-something-else-3ih4</link>
      <guid>https://dev.to/krrishdhaneja/tech-or-something-else-3ih4</guid>
      <description>&lt;p&gt;Hi there, hoping you all are well! And in this post I just want to ask a simple question, are non-tech. questions allowed here? Cuz I want to ask some questions related to nature and not about tech(though i am glad to ask tech question, but still!), so can I?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>nature</category>
      <category>help</category>
    </item>
    <item>
      <title>Svelte vs React </title>
      <dc:creator>Krrish Dhaneja</dc:creator>
      <pubDate>Wed, 06 Jan 2021 06:14:27 +0000</pubDate>
      <link>https://dev.to/krrishdhaneja/svelte-vs-react-3kle</link>
      <guid>https://dev.to/krrishdhaneja/svelte-vs-react-3kle</guid>
      <description>&lt;p&gt;From a past few days I have been thinking 🤔 that should I use Svelte or React in a poject, Because I need to make a beautiful and responsive UI, so what could be the best option for this, though I have googled it, but still I can't decide.&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>Attracting users toward a project.</title>
      <dc:creator>Krrish Dhaneja</dc:creator>
      <pubDate>Tue, 05 Jan 2021 14:53:42 +0000</pubDate>
      <link>https://dev.to/krrishdhaneja/attracting-users-toward-a-project-5e26</link>
      <guid>https://dev.to/krrishdhaneja/attracting-users-toward-a-project-5e26</guid>
      <description>&lt;p&gt;So, I made some of the projects(one of 'em is cool enough) with the help of a friend cum contributor, but, the question rises here is, how can I get a Community with at least 20-25 users, becuase feedback is what that is important when developing an open-source(or any) project, so, how can I get a good community of users? Because when I see other projects(like VSCode) they are way too popular, so what can be the solution for this?&lt;/p&gt;

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