kcubeterm ::1
195 subscribers
21 photos
6 videos
7 files
38 links
Just collecting useful and useless stuff in a suitable manner
Download Telegram
Channel created
A visual code editor for android. built-in termux support.

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 python
yarn global add code-server
How to install metasploit in termux

Since metasploit available in unstable-repo, following methods don't work on legacy environment (android 5 and 6)

pkg install unstable-repo
pkg install metasploit


No longer exists
Networking commands
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.