Basic Termux Commands
Basic Termux Commands
Commands Function
-----------------------------------------------------------------------
TERMUX-SUDO
Commands
Window 1
Window 2
6 cd ../usr/bin
7 ls
8 pwd COPY THE PATH
Window 1
9 cp sudo /data/data/com.termux/files/usr/bin/applets
-----------------------------------------------------------------------
Commands
-----------------------------------------------------------------------
1 cd ../usr/etc;ls
2 rm motd if you don't have it skip this step
3 apt install vim If you already have it, skip this step
4 vim bash.bashrc
Enter edit mode
esc = Exit editing mode
:q! = Exit without saving
Save and Exit
5 apt install util-linux If you already have it, skip this step.
6 setterm --help
Setterm colors
black Black
blue Blue
cyan Cyan
green Green
grey Gray
Magenta
red Red
white Blank
Amarillo
7 setterm -foreground [Color] =Foreground color of the letter
8 setterm -background [Color] Background color of the background
9 apt install figlet If you already have it, skip this step.
10 figlet [Word]
11 cd;cd ../usr/share/figlet;ls|grep .flf
Designs .flf
banner.flf
big.flf
block.flf
bubble.flf
digital.flf
ivrit.flf
mini.flf
mnemonic.flf
script.flf
shadow.flf
slant.flf
small.flf
smscript.flf
smshadow.flf
smslant.flf
standard.flf
term.flf
12 figlet -f [Design .flf] [Word]
13 cd ../../etc/;vim bash.bashrc
Already in the editor
This depends on your choice
setterm -foreground [Color]
Texto
figlet -f [Design .flf] [Word]
[Text]
setterm -foreground white
[Text$]
-----------------------------------------------------------------------
COMBINATION OF COMMANDS
Commands
-----------------------------------------------------------------------