<?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: duckeydev</title>
    <description>The latest articles on DEV Community by duckeydev (@duckeydev).</description>
    <link>https://dev.to/duckeydev</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%2F1118134%2F411552a8-a4b5-4409-92fd-21414fd74f8e.png</url>
      <title>DEV Community: duckeydev</title>
      <link>https://dev.to/duckeydev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/duckeydev"/>
    <language>en</language>
    <item>
      <title>How To Install Code-Server On Android</title>
      <dc:creator>duckeydev</dc:creator>
      <pubDate>Wed, 12 Jul 2023 09:05:04 +0000</pubDate>
      <link>https://dev.to/duckeydev/how-to-install-code-server-on-android-2fij</link>
      <guid>https://dev.to/duckeydev/how-to-install-code-server-on-android-2fij</guid>
      <description>&lt;h2&gt;
  
  
  Install Termux
&lt;/h2&gt;

&lt;p&gt;Make sure to install termux from F-Droid&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;p&gt;To install, run &lt;code&gt;pkg install codeserver -y&lt;/code&gt;.&lt;br&gt;
to run, run &lt;code&gt;codeserver&lt;/code&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Notes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Only avalible to your phone! &lt;/li&gt;
&lt;li&gt;Does not connect to VSCode.&lt;/li&gt;
&lt;li&gt;Cannot open on PC or Laptops Avalible Locally Only! Use a tunnel to fix it!&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>termux</category>
      <category>android</category>
    </item>
    <item>
      <title>Installing NodeJS In Termux</title>
      <dc:creator>duckeydev</dc:creator>
      <pubDate>Wed, 12 Jul 2023 09:01:50 +0000</pubDate>
      <link>https://dev.to/duckeydev/installing-nodejs-in-termux-2cp4</link>
      <guid>https://dev.to/duckeydev/installing-nodejs-in-termux-2cp4</guid>
      <description>&lt;h2&gt;
  
  
  How do you install NodeJS?
&lt;/h2&gt;

&lt;p&gt;Run &lt;code&gt;pkg update -y &amp;amp;&amp;amp; pkg upgrade -y &amp;amp;&amp;amp; pkg install nodejs-lts&lt;/code&gt;&lt;br&gt;
Check if its installed with &lt;code&gt;node -v &amp;amp;&amp;amp; npm -v&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Issues
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;If termux doesn't work when running update and upgrade, make sure to have the F-Droid Version As the Termux From PlayStore is not updated.&lt;/li&gt;
&lt;li&gt;Installing Better-Sqlite3 having issues while installing? Make sure to have the bin-utils package installed (pkg install bin-utils -y) and install yarn &lt;/li&gt;
&lt;li&gt;If your home screen, lock screen stops working and dies and restarts and loops in that you should restart your phone as it is overloaded (Maybe Root Issue?) &lt;/li&gt;
&lt;li&gt;Might Get Hot&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>termux</category>
      <category>android</category>
    </item>
  </channel>
</rss>
