It's a Simple Wp-venom For restrict From WhatsApp login.When You L0ck A number With this Tool They can't Login / They Cant Request For Otp Otp-lock
pkg update
pkg upgrade
pkg install git nodejs python
git clone https://github.com/STARK-404/Whatsapp-Lock
cd Wp-Lock
pip install -r requirements.txt
python Run.py
โ ๏ธFor more information and use of this tool in termux visit github link of this tool.
๐จโ๐ป @TERMUXCOMMANDD
โค22๐2๐2๐1๐ฏ1
SuperTree is a fast and powerful command-line tool like GNU Tree. It shows the directory structure of files and folders in a beautiful tree format.
pkg install clang make -y
git clone https://github.com/s-r-e-e-r-a-j/SuperTree.git
cd SuperTree
make
Install on your system
Move the binary to $PREFIX/bin:
mv supertree $PREFIX/bin/
Now you can use it in Termux:
supertree
Usage
# supertree without any arguments will print the structure of the current working directory
supertree
# supertree with options and directory/path
supertree [options] [directory]
โ ๏ธFor more information and use of this tool in termux visit github link of this tool.
๐จโ๐ป @TERMUXCOMMANDD
โค10๐ฅฐ2๐1
TheFuck
Fixes your wrong terminal commands automatically.
Type a wrong command โ then type fuck โ it corrects it.
Fixes your wrong terminal commands automatically.
Type a wrong command โ then type fuck โ it corrects it.
Example:
apt-get istall python fuck
Corrects to:
apt-get install python
pkg update pkg install python pip install thefuck
echo 'eval $(thefuck --alias fuck)' >> ~/.bashrc source ~/.bashrc
source ~/.bashrc
Done! Now try any wrong command and type fuck to fix it.
โค17๐ฅฐ3๐จโ๐ป3๐2๐ฏ1
Nethogs shows which apps/processes use your internet and how much bandwidth they consume.
(Nethogs needs root or Magisk to access interfaces fully.)
(Nethogs needs root or Magisk to access interfaces fully.)
pkg update && pkg upgrade
pkg install git clang make ncurses-utils
git clone https://github.com/raboof/nethogs
cd nethogs
make
make install
sudo nethogs
โ ๏ธFor more information and use of this tool in termux visit github link of this tool.
๐จโ๐ป @TERMUXCOMMANDD
โค10๐4๐ฏ1
TERMUX COMMANDD
Weโre running an exclusive Black Friday sale for our complete Termux Coding Pack:
๐ค This pack includes carefully-prepared video lists covering C, C++, Python, JavaScript, Java, C#, PHP, Go, Swift, Kotlin, Dart, Ruby, Rust, TypeScript, and R.๐ We spent countless hours creating these resources so you can learn to code and build a better future.
Grab it here before itโs gone:
Please open Telegram to view this post
VIEW IN TELEGRAM
Gumroad
Ultimate Playlists to learn programming ( Beginner to advanced )
This guide is a complete collection of the best learning playlists for anyone who wants to master programming from the ground up. Inside, youโll find structured learning paths for all major program...
โค7
TERMUX COMMANDD pinned ยซ๐ ๐ Black Friday Offer โ Only for the Next 20 Buyers!๐ฎ Weโre running an exclusive Black Friday sale for our complete Termux Coding Pack: ๐ Original Price: $29 ๐ Now: Only $9.99 (Over 66% OFF๐ต ) ๐ค This pack includes carefully-prepared video lists covering C,โฆยป
Netcat is one of the most powerful tools for learning networking.
You can use it to create servers, send data, test ports, etc. (all legal uses).
You can use it to create servers, send data, test ports, etc. (all legal uses).
pkg install netcat-openbsd -y
โ Check if a port is open on your own device/network
nc -vz 192.168.1.1 22
โ Create a simple listener (server)
nc -lvp 4444
โ Connect to that listener from another device
nc 192.168.1.5 4444
โ Send a file over local network
Receiver:
nc -lvp 5555 > receivedfile.txt
Sender:
nc 192.168.1.5 5555 < file.txt
โ ๏ธFor more information and use of this tool in termux visit github link of this tool.
๐จโ๐ป @TERMUXCOMMANDD
โค11๐1
Micro is a modern, lightweight, and easy-to-use text editor for Termux.
It is much simpler than Vim and more powerful than Nano.
It is much simpler than Vim and more powerful than Nano.
pkg update -y && pkg upgrade -y
pkg install micro -y
echo "Micro installed successfully!"
๐ฏ Basic Usage
Open a file:
micro filename.txt
Save:
CTRL + S
Exit:
CTRL + Q
โ ๏ธFor more information and use of this tool in termux visit github link of this tool.
๐จโ๐ป @TERMUXCOMMANDD
โค9