Termux entry and simple application

  For reasons known, has a cat at home, by chance, I found an artifact --Termux he looked for a variety of tutorials, toss a few days, feeling a little messy, so to sum up, I hope to be able to help there are partners need.

Summary:

  Termux is the next Android an advanced terminal emulator, open source and does not require root, linux installed automatically minimize system that supports apt, pkg management software package, the package is very easy to install, perfect support for Python, PHP, Ruby, Go, MySQL Wait.

getting Started:

  • termux Installation: Google play & F-Driod (recommend the latter, more than that, prostitution is cool white)

Simple configuration:

  • Modify the EDITOR = VI installation source APT Edit Export-ESC Sources: WQ  (: WQ saved)             
  • To access the phone storage termux-setup-storage (you can also Baidu network disk files created in the soft link ln -s /data/data/com.termux/files/home/storage/shared/BaiduNetdisk Baidu network disk)

  • Management installation package apt pkg 

  • 1. Analog switch to administrator mode root: Enter termux-chroot 2. already root: Enter tsu (conducted ipconfig wlan0 down operation not permitted to display or enter pwd found in the home directory, enter su changed after input tsu, whoami moment before enter / root, but macchange they die, the display / system / bin / sh: machange: not found looks like Meizu phone comes with root privileges is not enough)?

Linux Installation & graphical interface:

  • kali安装命令:pkg install wget openssl-tool proot -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Kali/kali.sh && bash kali.sh
  • xfc4 Desktop installation: ./start-kali.sh start installing the desktop kali input into the system xfc4 command wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Apt/Xfce4/de- apt-xfce4.sh && bash de-apt-xfce4.sh
  • vncserver installed: pkg install x11-repo pkg in tigervnc (start input vncserver, first you need to set a password)
  • Note: The installation process required science online
  • Renderings:

 Erection httpServer share files

  • AnSo node.js: apt in node.js
  • Npm install module http-server: npm install -g http-server
  • Start: http-server

summary:

termux is a good thing, to learn linux command very convenient.

Guess you like

Origin www.cnblogs.com/hzyb2018/p/12529535.html