<?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: Youssef Mrini</title>
    <description>The latest articles on DEV Community by Youssef Mrini (@youssefmrini).</description>
    <link>https://dev.to/youssefmrini</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%2F21986%2Fdbc4dd8d-258a-4e05-9376-f4c6b5e65be8.jpg</url>
      <title>DEV Community: Youssef Mrini</title>
      <link>https://dev.to/youssefmrini</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/youssefmrini"/>
    <language>en</language>
    <item>
      <title>Bash On Ubuntu</title>
      <dc:creator>Youssef Mrini</dc:creator>
      <pubDate>Tue, 01 Aug 2017 08:31:03 +0000</pubDate>
      <link>https://dev.to/youssefmrini/bash-on-ubuntu</link>
      <guid>https://dev.to/youssefmrini/bash-on-ubuntu</guid>
      <description>

&lt;p&gt;Did you know that you can use the Bash Shell on Windows 10? You are not dreaming, Bash is available on Windows 10 thanks to collaboration between Microsoft and Ubuntu-creator Canonical.&lt;br&gt;
In this post, I will show you how to install the Bash Shell on Windows 10.&lt;br&gt;
The Windows Subsystem for Linux (WSL) provides you with a command line development environment identical to the one available on Unix systems without the need for virtual machines.&lt;br&gt;
In Windows 10 Creators Update, there are a number of improvements to Bash on Windows. Including the ability to launch Windows apps &amp;amp; tools from within Bash&lt;br&gt;
Microsoft is also working with SUSE and Fedora to bring their Linux distros to the Windows Store &amp;amp; Windows Subsystem for Linux (WSL)&lt;/p&gt;

&lt;p&gt;To install Bash in Windows 10 follow this steps:&lt;br&gt;
Enable Developer Mode&lt;br&gt;
Go to Settings | Update and Security | For developers&lt;br&gt;
Select Developer mode&lt;/p&gt;

&lt;p&gt;When you enable developer mode you receive a warning because you will be able to sideload apps and run apps from Visual Studio in debug mode.  You must enable developer mode to use the Bash Shell on Windows. You can learn more about Developer mode at Docs.microsoft.com&lt;/p&gt;

&lt;p&gt;Turn on the Windows Subsystem for Linux feature&lt;br&gt;
Open Control Panel &lt;br&gt;
Go to Programs | Programs and Features | Turn Windows features on or off &lt;/p&gt;

&lt;p&gt;Select the Windows feature Windows Subsystem for Linux &lt;/p&gt;

&lt;p&gt;Run Bash&lt;br&gt;
Open the Command prompt &lt;br&gt;
Run bash&lt;br&gt;
You will be prompted to accept the license. Type y to accept the license.&lt;/p&gt;

&lt;p&gt;The first time you install Bash on Windows, you will be prompted to create a UNIX username and password. This Unix username and password has no relationship to and can be different from your windows username and password.&lt;/p&gt;

&lt;p&gt;Launching Bash on Windows&lt;/p&gt;

&lt;p&gt;Launch Bash on Windows using either run bash at a cmd/PowerShell command-prompt &lt;br&gt;
or with the Start menu shortcut.&lt;/p&gt;

&lt;p&gt;Start Menu | Bash on Ubuntu on Windows&lt;/p&gt;

&lt;p&gt;Type a command such as ls or echo to test your installation.&lt;/p&gt;

&lt;p&gt;Congratulations you are running Bash on Windows! To learn more about this feature check out the MSDN documentation on Bash on ubuntu on Windows.&lt;/p&gt;

&lt;p&gt;Twitter &lt;a class="comment-mentioned-user" href="https://dev.to/youssefmrini"&gt;@youssefmrini&lt;/a&gt;
&lt;/p&gt;


</description>
      <category>microsoft</category>
      <category>windows10</category>
      <category>ubuntu</category>
    </item>
  </channel>
</rss>
