HTML/CSS, React, Next.js, Node.js
SQL, Machine Learning, Deep Learning, DSA
https://mrcodee.gumroad.com/l/termuxcommand
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...
β€6π¨βπ»5
TERMUX COMMANDD pinned Β«π¨βπ» Learn Programming the Smart Way β One Guide for Everything π» This ebook gives you a complete, organized collection of the best playlists to learn every major programming language and tech skill. No more searching for tutorials β everything is structuredβ¦Β»
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