<?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: East Bank</title>
    <description>The latest articles on Forem by East Bank (@east_bank).</description>
    <link>https://forem.com/east_bank</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%2F1987215%2F651872a9-00da-4369-83fb-89c82ddcc75b.jpg</url>
      <title>Forem: East Bank</title>
      <link>https://forem.com/east_bank</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/east_bank"/>
    <language>en</language>
    <item>
      <title>Linux for Windows or WSL</title>
      <dc:creator>East Bank</dc:creator>
      <pubDate>Tue, 22 Apr 2025 12:17:15 +0000</pubDate>
      <link>https://forem.com/east_bank/linux-for-windows-or-wsl-2an5</link>
      <guid>https://forem.com/east_bank/linux-for-windows-or-wsl-2an5</guid>
      <description>&lt;p&gt;open windows terminal or power shell as administrator and run the following commands&lt;br&gt;
&lt;code&gt;wsl --install&lt;br&gt;
wsl --update&lt;br&gt;
wsl --version&lt;br&gt;
wsl --install -d Ubuntu-24.04&lt;br&gt;
wsl --list --verbose&lt;br&gt;
wsl -v -l&lt;/code&gt;&lt;br&gt;
if terminal gets stuck:&lt;br&gt;
stop: &lt;code&gt;wsl --terminate Ubuntu-24.04&lt;/code&gt;&lt;br&gt;
start: &lt;code&gt;wsl -d Ubuntu-24.04&lt;/code&gt;&lt;br&gt;
if still stuck:&lt;br&gt;
uninstall: &lt;code&gt;wsl --unregister Ubuntu-24.04&lt;/code&gt;&lt;br&gt;
reinstall: &lt;code&gt;wsl --install -d Ubuntu-24.04&lt;/code&gt;&lt;br&gt;
&lt;code&gt;lsb_release -a&lt;/code&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>cli</category>
      <category>windows</category>
    </item>
    <item>
      <title>How to install Node.js on WSL ubuntu ?</title>
      <dc:creator>East Bank</dc:creator>
      <pubDate>Thu, 14 Nov 2024 07:27:10 +0000</pubDate>
      <link>https://forem.com/east_bank/how-to-install-nodejs-on-wsl-ubuntu--4ib1</link>
      <guid>https://forem.com/east_bank/how-to-install-nodejs-on-wsl-ubuntu--4ib1</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;First of all check your ubuntu version by entering the following command: &lt;code&gt;lsb_release-a&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Confirm the compatibility of nodejs according to your ubuntu version: &lt;a href="https://github.com/nodesource/distributions" rel="noopener noreferrer"&gt;here&lt;/a&gt; &lt;br&gt;
and then enter following command to download the nodejs setup:&lt;br&gt;
&lt;code&gt;curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh&lt;/code&gt; &lt;br&gt;
&lt;em&gt;for example&lt;/em&gt;, if you want to download nodejs 20 replace 23.x by 20.x&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now run the setup by entering the following command: &lt;br&gt;
&lt;code&gt;sudo -E bash nodesource_setup.sh&lt;/code&gt; &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Once its done you will see &amp;gt; successfully configured repository&lt;br&gt;
then enter below command to install the nodejs: &lt;br&gt;
&lt;code&gt;sudo apt install -y nodejs&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Enter &lt;code&gt;node -v&lt;/code&gt; to check version and confirm if nodejs is successfully installed.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>webdev</category>
      <category>node</category>
      <category>javascript</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
