<?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: Bigtechsol.com</title>
    <description>The latest articles on DEV Community by Bigtechsol.com (@bigtechsol).</description>
    <link>https://dev.to/bigtechsol</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%2F272903%2Fe418b2f5-ab40-4f93-8732-cd532f15eeba.png</url>
      <title>DEV Community: Bigtechsol.com</title>
      <link>https://dev.to/bigtechsol</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bigtechsol"/>
    <language>en</language>
    <item>
      <title>How to install Web Server on Andriod Nginx Termix
</title>
      <dc:creator>Bigtechsol.com</dc:creator>
      <pubDate>Tue, 03 Nov 2020 13:27:56 +0000</pubDate>
      <link>https://dev.to/bigtechsol/how-to-install-web-server-on-andriod-nginx-termix-cm8</link>
      <guid>https://dev.to/bigtechsol/how-to-install-web-server-on-andriod-nginx-termix-cm8</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Overview
Web Server on Andriod Nginx Andriod&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A web server is a software and device that uses HTTP (Hypertext Transfer Protocol) and other protocols to react to user requests done over the World Wide Web. and delivering webpages to users… The server in question is HTTP Server powered by  Nginx &lt;/p&gt;

&lt;p&gt;And Also, install tomcat apache2, And other I will explain, and it can be found on the Google Play Store. This server is  Nginx based and &lt;/p&gt;

&lt;p&gt;In this section, we will install Andriod Web Server, And I  Also show the same Related Example.&lt;/p&gt;

&lt;p&gt;What you’ll learn&lt;br&gt;
How to set up Web Server on Andriod&lt;br&gt;
Some primary Andriod Web Server&lt;br&gt;
What you’ll need&lt;br&gt;
A  Andriod running&lt;br&gt;&lt;br&gt;
Some basic knowledge of Andriod OS  And Command line &lt;br&gt;
Pre-requisites &lt;br&gt;
Andriod running &lt;br&gt;
Basic understanding of the Termux app. &lt;br&gt;
A non-root Mobile but In internet access&lt;br&gt;
What is Nginx?&lt;br&gt;
Nginx is a web server (pronounced as “Engine-X”), which can also be used as a reverse proxy, load balancer, mail proxy, and HTTP cache. The web server software was created by Igor Sysoev and first published in 2004. A company of the same name was established in 2011 to provide support and Nginx plus paid software.&lt;/p&gt;

&lt;p&gt;How to install Nginx In Andriod Using  Termux?&lt;br&gt;
What is termux?&lt;/p&gt;

&lt;p&gt;Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup. A minimal base system is installed automatically – additional packages are available using the APT package manager.&lt;/p&gt;

&lt;p&gt;How to install Nginx?&lt;br&gt;
Open termux app on Andriod type the following commands.&lt;/p&gt;

&lt;p&gt;First of All, Update pkg&lt;/p&gt;

&lt;p&gt;$ pkg update&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>andriod</category>
    </item>
    <item>
      <title>Create File in bash Terminal</title>
      <dc:creator>Bigtechsol.com</dc:creator>
      <pubDate>Thu, 15 Oct 2020 12:43:46 +0000</pubDate>
      <link>https://dev.to/bigtechsol/create-file-in-bash-terminal-5c59</link>
      <guid>https://dev.to/bigtechsol/create-file-in-bash-terminal-5c59</guid>
      <description>&lt;p&gt;Knowing Linux is a widely used server-side operating-system  96.3% of the world’s top 1 million servers run only on  Linux. Only 1.9% use Windows servers and 1.8% – FreeBSD servers. Why people love Linux?  Linux is open-source And free Today Our top is How to create a new directory and file is an important skill for anyone using Linux. We can Create Files in bash either from the command line or from the Linux file manager.&lt;/p&gt;

&lt;p&gt;Depending on what you want the file to contain:&lt;br&gt;
touch /path/to/file for an empty file&lt;br&gt;
somecommand &amp;gt; /path/to/file for a file containing the output of some command.&lt;br&gt;
  eg: grep --help &amp;gt; randomtext.txt&lt;br&gt;
      echo "This is some text" &amp;gt; randomtext.txt&lt;br&gt;
nano /path/to/file or vi /path/to/file (or any other editor emacs,gedit etc)&lt;br&gt;
It either opens the existing one for editing or creates &amp;amp; opens the empty file to enter, if it doesn't exist&lt;/p&gt;

</description>
      <category>linux</category>
      <category>aws</category>
      <category>bash</category>
      <category>codequality</category>
    </item>
  </channel>
</rss>
