Thursday, March 5, 2020

Termux-Android Terminal Emulator



Kumuda Priya 2nd Year BCA, NCMS





Termux is an Android terminal emulator and Linux environment application that works directly with no rooting or setup required. A minimal base system is installed automatically; additional packages are available using the APT package manager. Termux is first and foremost a command line environment. There’s no fancy user interface with shiny buttons to be found here.
Fortunately, Android is Linux at its core. And Termux builds on this existing infrastructure. It provides a command line environment and allows you to install Linux apps on your Android device.

It combines powerful terminal emulation with an extensive Linux package collection.

• Enjoy the bash and zsh shells.
• Edit files with nano and vim.
• Access servers over ssh.
• Develop in C with clang, make and gdb.
• Use the python console as a pocket calculator.
• Check out projects with git and subversion.

While many Android apps (e.g. “code editors”) provide the ability to write code, they may not provide the languages themselves. With Termux you can test the code right on your device. It offers standard distributions of programming languages such as:
BASH shell (the default available out of the box, and a great way to get started hacking around)
Python (both v2 and v3 are available)
PHP
Ruby
termux bash script

Termux is a super-compact application that opens up a lot of functionality for your Android device. The command line is one of the most powerful features of Linux, and Termux builds on your device’s Linux kernel to make you more efficient on the go. And who knows, maybe dabbling with these applications will convince you to take the plunge on the desktop as well.

Click Here to download Termux




No comments:

Post a Comment

AI IN CRYPTOGRAPHY

Written by: PALLAVI V (Final year BCA) 1.     ABSTRACT: The integration of AI in Cryptography represents a significant advancement in ...