GithubHelp home page GithubHelp logo

termux's Introduction

Hi ๐Ÿ‘‹ I'm ARJUN

A passionate frontend developer from NEPAL

  • ๐Ÿ”ญ Iโ€™m currently working on ------NONE

Download TERMUX

Visit F-droid and Download TERMUX

Daract download TERMUX.apk

Installation

Step 1

yes | pkg up
pkg install git -y
clear

Step 2

git clone https://github.com/ssh-003/termux.git
cd termux
bash setup.sh
clear

Step 3

bash run.sh

Complite Your Installation

Output

PHP is installed
Python3 is installed
Ruby is installed
Node.js is installed
Shell is installed
Java is installed
Perl is installed
C is installed
C++ is installed
Html is installade
Css is installed
javaScript is installed
//-------------------โ€“-------โ€“--------------------------/
(Copy    https://localhost:8000    and Goto web browser)


  
PHP 8.3.8 Development Server (http://localhost:8000) started

Languages and Tools:

html5 css3 javascript

bash php python nodejs ruby c cplusplus java

# Another Chack [--Copy Code And Past to TERMUX--]
check_command() {
    if command -v $1 &> /dev/null
    then
        echo "$1 is installed"
    else
        echo "$1 is not installed"
    fi
}

echo "Checking PHP..."
check_command php

echo "Checking Python..."
check_command python3

echo "Checking Ruby..."
check_command ruby

echo "Checking Node.js..."
check_command node

echo "Checking Shell..."
echo "Shell is installed" 

echo "Checking Java..."
check_command javac

echo "Checking Perl..."
check_command perl

echo "Checking C compiler (gcc)..."
check_command gcc

echo "Checking C++ compiler (g++)..."
check_command g++

echo "Checking HTML, CSS, JavaScript (using simple HTTP server)..."
echo '<!DOCTYPE html><html><head><title>Test</title></head><body><h1>HTML is working</h1><style>body { background-color: lightblue; }</style><script>console.log("JavaScript is working");</script></body></html>' > index.html
python3 -m http.server &
SERVER_PID=$!
sleep 5
xdg-open http://localhost:8000
sleep 60
kill $SERVER_PID
rm index.html

termux's People

Contributors

ssh-003 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.