Skip to main content

What is Termux?

 Termux is a Android terminal and a natural Linux operating system that works directly without rooting or setup required. The basic base system is installed automatically - additional packages are available using the APT package manager.

Get it on F-Droid

Read the wiki to learn more

It is safe. Access remote servers using an ssh client from OpenSSH. Termux combines standard packages with accurate terminal imitation in a great open source solution.

Feature is full. Choose between Bash, Fish or Zsh and Nano, Emacs or Vim. Focus on your SMS inbox. Access API archives with curl and use rsync to back up your contacts list to remote server.

Customize. Enter what you want with the APT package management program known as Debian and Ubuntu GNU / Linux. Why not start by installing Git and syncing your dots?

It's checkable. Have you ever sat on a bus and wondered what tensions were right about the tar? Packages available on Termux are the same as those on Mac and Linux - embed personal pages on your phone and read them one at a time while trying them on another.

Also included batteries. Can you imagine a powerful but beautiful pocket calculator with a powerful Python console? The latest versions of Perl, Python, Ruby and Node.js are all available.

Ready to upgrade. Connect a Bluetooth keyboard and connect your device to an external display if needed - Termux supports keyboard shortcuts and has full mouse support.

It's lovely. Upgrade by merging Go, Rust, Swift, or C files with Clang and build your projects with CMake and pkg-config. Both lldb / GDB and strace are available if you get stuck and need to fix an error.
Get it on F-Droid

Comments

Popular posts from this blog

WiFi Hacking Command in termux 2021

 ~~ Only for rooted user.   ONLY FOR EDUCATIONAL PURPOSE. $ pkg update && pkg upgrade && install php $ pkg install python && pkg install python2 $ pkg install git && pkg install curl && $ pkg install clang && pkg install wget $ git clone https://github.com/esc0rtd3w/wifi-hacker $ cd wifi-hacker $ ls $ chmod +x wifi-hacker.sh $ sh wifi-hacker.sh > Y $ pkg install tsudo $ tsudo $ pkg install tsu $ tsudo $ cd $ cd wifi-hacker $ sh wifi-hacker.sh > Y ◆NOW SELECT FROM ABOVE ONE OPTION AND HACK WIFI ● 0 PRESS ENTER ● PRESS ENTER ◆ NAME OF WIFI YOU WANT TO HACK [ WHICH PROFILE IS AVAILABE IN YOUR DEVICE ] ● MAC ADDRESS OF VICTIM'S WIFI PROFILE ● CHANNEL NUMBER OF YOUR WIFI HACKING ● NOW SELECT YOUR ATTACK NUMBER

How to Hide Full Zip FILE Within an Image.

No Software or app Needed 🔴 Set up: 1. Must have a .zip or .rar compressor. 2. Willingness to learn. 👀 Steps: 1. Save the picture of choice to your desktop. 2. Make a new .rar or .zip folder on your desktop. 3. Add the files you want to hide into the .zip or .rar 4. Click start menu, run, cmd. 5. In Command Prompt type cd "desktop" with the quotation marks. 6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg ( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg) 7. Now there should be the outputed file name with a .jpg extension on the desktop. ( Do not close Command Prompt just yet ) 8. Double click it to open the picture and check it out. 9. When your done looking, and want to view the hidden files Type: ren outputfilename.jpg outputfilename.rar or zip Now you're done!