Advertisement
ibnlanre

TERMUX - Android

Dec 13th, 2019
685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. HACKING
  2.  
  3. (--{tool-x}--) git clone https://github.com/Rajkumrdusad/Tool-X.git && cd Tool-X && chmod +x install.aex && sh install.aex
  4. (--{kali}--)
  5. pkg install wget proot -y && wget https://raw.githubusercontent.com/MasterDevX/KaliTermux/master/InstallKali.sh && bash InstallKali.sh
  6. ./start-kali.sh
  7. (--{lazymuz}--) #requirement: PYTHON
  8. pkg install python2 && git clone https://github.com/Gameye98/Lazymux && cd Lazymux && python lazymux.py
  9.  
  10. PYTHON
  11.  
  12. apt install python python-dev clang fftw freetype freetype-dev libpng libpng-dev pkg-config libzmq libzmq-dev
  13. (--{numpy}--) LDFLAGS=" -lm -lcompiler_rt" pip install numpy
  14. (--{matplotlib}--) LDFLAGS=" -lm -lcompiler_rt" pip install matplotlib
  15. (--{jupyter}--) LDFLAGS=" -lm -lcompiler_rt" pip install jupyter
  16. (--{panda}--) LDFLAGS=" -lm -lcompiler_rt" pip install pandas
  17.  
  18. NODE
  19.  
  20. pkg install nodejs
  21. • if failure: apt-get install nodejs --fix-missing
  22. (--{learnyounode}--) npm install -g learnyounode
  23.  
  24. ZSH
  25. (--{ohmyzsh}--) git clone https://github.com/Cabbagec/termux-ohmyzsh && cd termux-ohmyzsh && chmod +x * && install.sh
  26. ~/.termux/colors.sh (color change)
  27. ~/.termux/fonts.sh (font space)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement