<?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: Prakhar Shukla</title>
    <description>The latest articles on DEV Community by Prakhar Shukla (@imprakharshukla).</description>
    <link>https://dev.to/imprakharshukla</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%2F282041%2F3ad05889-c4eb-473f-9565-b0e9da5ad11f.png</url>
      <title>DEV Community: Prakhar Shukla</title>
      <link>https://dev.to/imprakharshukla</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/imprakharshukla"/>
    <language>en</language>
    <item>
      <title>Installing Linux on your Android Device</title>
      <dc:creator>Prakhar Shukla</dc:creator>
      <pubDate>Fri, 29 Nov 2019 03:57:42 +0000</pubDate>
      <link>https://dev.to/imprakharshukla/installing-linux-on-your-android-device-25cf</link>
      <guid>https://dev.to/imprakharshukla/installing-linux-on-your-android-device-25cf</guid>
      <description>&lt;h1&gt;
  
  
  Linux on Android?
&lt;/h1&gt;

&lt;p&gt;You must be using your Android device to make calls or maybe read messages but ever thought of using it for running &lt;strong&gt;Blender&lt;/strong&gt;, making 3D models with it or using &lt;strong&gt;IntelliJ&lt;/strong&gt; on your Android phone? If no is the answer, just keep reading. I promise it's easier than making a cup of coffee!&lt;/p&gt;

&lt;h1&gt;
  
  
  But why?
&lt;/h1&gt;

&lt;p&gt;Running your favourite Linux distribution on a handheld device unlocks an entirely new realm of possibilities. You can run any app that supports ARM-based processors (we are looking into supporting x86 as well) and voila! You have a computer running inside your phone. You can run it completely offline once you have installed it completely, connect to a VNC viewer and enjoy the aesthetics of the distro you love, on your phone.&lt;/p&gt;

&lt;h1&gt;
  
  
  How to get started?
&lt;/h1&gt;

&lt;p&gt;Installing Linux on Desktops is difficult than installing that on your Android Device 😅. Here's the step by step guide on how to do it but before that let me introduce &lt;strong&gt;Andronix&lt;/strong&gt;, an app made with 💙 for Android, Linux and is proudly open-source (&lt;em&gt;Linux back-end is completely open-source&lt;/em&gt;).&lt;br&gt;
Andronix lets you install Linux on your &lt;strong&gt;non-rooted Android devices&lt;/strong&gt; with just a couple of clicks.&lt;/p&gt;

&lt;p&gt;More info - &lt;a href="https://andronix.app"&gt;https://andronix.app&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Install Andronix from the Google Play Store. Here's a &lt;a href="https://play.google.com/store/apps/details?id=studio.com.techriz.andronix&amp;amp;hl=en_IN"&gt;link&lt;/a&gt; to make that easier for you. Now Install Termux from &lt;a href="https://play.google.com/store/apps/details?id=com.termux&amp;amp;hl=en_IN"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Open the app and select your favourite distribution that you want to install. &lt;/li&gt;
&lt;li&gt;Click on &lt;em&gt;Install&lt;/em&gt;, this should bring up an installation sheet. Click on &lt;em&gt;Copy&lt;/em&gt; and paste the copied command in the Termux app and run it by pressing the &lt;em&gt;enter key&lt;/em&gt; on your keyboard.&lt;/li&gt;
&lt;li&gt;Wait till the installation completes and then you have to start the Linux instance just by using the start script. Like &lt;em&gt;./start-ubuntu.sh for Ubuntu&lt;/em&gt; or &lt;em&gt;./start-kali.sh for Kali Linux&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;This should bring up the terminal for the distro you've installed. Now from here, it's your call either to use a bare-bone Linux terminal or install a &lt;strong&gt;Desktop Environment&lt;/strong&gt; to make it look pretty and in essence, usable. &lt;/li&gt;
&lt;li&gt;You can choose from XFCE, LXQt, LXDE or MATE (KDE is only available with one of our Andronix Modded OS). To select a desktop environment return to the app and scroll down in the installation sheet to find the section for the environment. Click on the one you want to install and paste that in your Linux shell (&lt;em&gt;Your Linux Shell will look something like *&lt;/em&gt;$ root@username** after using the start script.*)&lt;/li&gt;
&lt;li&gt;Here you are now with a full-fledged Linux desktop on your Android phone. Just use this guide to connect to a &lt;a href="https://docs.andronix.app/1.0/connecting-to-a-vnc-viewer/starting-the-vnc-server"&gt;VNC client&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Facing Trouble?
&lt;/h2&gt;

&lt;p&gt;Here are a few links that can help you -&lt;br&gt;
YouTube tutorial - &lt;a href="https://tinyurl.com/andronixYoutube"&gt;https://tinyurl.com/andronixYoutube&lt;/a&gt;&lt;br&gt;
Andronix Docs - &lt;a href="https://docs.andronix.app"&gt;https://docs.andronix.app&lt;/a&gt;&lt;br&gt;
Andronix GitHub - &lt;a href="https://github.com/andronixApp"&gt;https://github.com/andronixApp&lt;/a&gt;&lt;br&gt;
Official website - &lt;a href="https://andronix.app"&gt;https://andronix.app&lt;/a&gt;&lt;br&gt;
Tutorials and Blogs - &lt;a href="https://blog.andronix.app"&gt;https://blog.andronix.app&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  How can I extend my powers?
&lt;/h1&gt;

&lt;p&gt;To be honest, installing apps for ARM-based processors can be a bit of work, finding a suitable repository and checking the compatibility. We have made it extra easy for you.&lt;br&gt;
Presenting &lt;strong&gt;Andronix Modded OS&lt;/strong&gt; that include Ubuntu Xfce and KDE, Debian Xfce and Manjaro Xfce. These are pre-configured to save your time in debugging those pesky bugs and build fails.&lt;br&gt;
All the essential software like &lt;strong&gt;&lt;em&gt;VSCode, Chromium, Firefox&lt;/em&gt;&lt;/strong&gt; etc. are pre-installed. &lt;strong&gt;&lt;em&gt;Jetbrain IDEs&lt;/em&gt;&lt;/strong&gt; are fully supported. You can use &lt;strong&gt;sudo&lt;/strong&gt; because you have a non-root account by default, a great thing to have. The feature list is endless so here's a link to help you &lt;a href="https://andronix.app/modded-os/"&gt;more&lt;/a&gt;.&lt;/p&gt;

&lt;h1&gt;
  
  
  Linux is okay, but what else?
&lt;/h1&gt;

&lt;p&gt;Andronix is not at all limited to only installing Linux but has so many cool features. One of the main highlights of the app besides the Linux part is &lt;strong&gt;Andronix Commands&lt;/strong&gt;. It allows you to save your most used terminal commands (&lt;em&gt;at least we have made it for that, but you might use it for any other purpose&lt;/em&gt; :p) to the cloud and then access them on any internet-connected device with our web-app. So you can use Andronix on your computer, maybe your raspberry-pi or anywhere else. Besides saving them, you can also colour code them, enabling you to filter your commands based on colours.&lt;/p&gt;

&lt;p&gt;Andronix comes with a Feed section with our latest posts and blog about Andronix or Linux in general. &lt;/p&gt;

&lt;h1&gt;
  
  
  Community?
&lt;/h1&gt;

&lt;p&gt;Andronix is a rapidly growing app. Our Discord and Telegram communities are ready to help you if you face any problems with anything.&lt;br&gt;
Discord - &lt;a href="https://discord.gg/jywhBH4"&gt;https://discord.gg/jywhBH4&lt;/a&gt;&lt;br&gt;
Telegram - &lt;a href="https://t.me/andronixApp"&gt;https://t.me/andronixApp&lt;/a&gt;&lt;br&gt;
Email - &lt;a href="//mailto://andronix@techriz.com"&gt;andronix@techriz.com&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  Donation
&lt;/h1&gt;

&lt;p&gt;Andronix is an &lt;strong&gt;open-source&lt;/strong&gt; project. It is completely &lt;strong&gt;ad-free&lt;/strong&gt;. Please consider doing an in-app purchase or donating us.&lt;br&gt;
Donations - &lt;a href="https://andronix.app/donation/"&gt;https://andronix.app/donation/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>android</category>
      <category>linux</category>
      <category>ubuntu</category>
      <category>design</category>
    </item>
  </channel>
</rss>
