A visual code editor for android. built-in termux support.
https://play.google.com/store/apps/details?id=vn.vhn.vsc
https://play.google.com/store/apps/details?id=vn.vhn.vsc
kcubeterm ::1
Linux commandline.pdf
A nice book for learning bash shell and linux/termux
kcubeterm ::1
Linux cheatsheet.pdf
Few basic command to operate linux terminal
Here, how to install visual code in termux
pkg install yarn build-essential pythonyarn global add code-serverHow to install metasploit in termux
Since metasploit available in unstable-repo, following methods don't work on legacy environment (android 5 and 6)
No longer exists
Since metasploit available in unstable-repo, following methods don't work on legacy environment (android 5 and 6)
pkg install unstable-repopkg install metasploit
No longer exists
why git ask for username and password while cloning any GitHub repo
Here is possible reason
* Either that repository is private or deleted from GitHub. if that link don't give you a 404 error in your browser,it means you own that repo. then just fill username and password of your GitHub.
* There must be a typo.
You only clone a public repo or repo that you own.
Here is possible reason
* Either that repository is private or deleted from GitHub. if that link don't give you a 404 error in your browser,it means you own that repo. then just fill username and password of your GitHub.
* There must be a typo.
You only clone a public repo or repo that you own.