kcubeterm ::1
195 subscribers
21 photos
6 videos
7 files
38 links
Just collecting useful and useless stuff in a suitable manner
Download Telegram
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.
Useful learning stuff , related to programming, android and hacking, all is in pdf and free: Zoro repository
http://index-of.es/
Stored it as archive , few useful tips related to adb and intent

https://sites.google.com/site/jamestu6166workingtips/home

Note: only for legend.
Found one more reason . 😄
Q1. Advantages of rooting android

The only advantage is that you will be able to tamper system files, will have direct access to some hardware (through /dev) and run some stuff requiring higher privileges.

Before rooting, I'm strongly recommending to decide why you need root.

Common root use-cases in Termux are:

* Accessing private data of other applications.
* Full access to external storage (no more mess with Termux private dirs).
* Dumping network traffic.
* Running servers on standard low ports like 22, 80, 443.
* Deleting bloatware, cache, system logs and other trash data which can't be deleted without root.
* Running normal Linux chroot (no proot) or container (if have specially-configured kernel).
* Running programs which are restricted, e.g. htop, dmesg. On Android 10 also programs accessing /proc/net, like netstat.

There actually more use-cases, but all of them are just messing up with system files and state. But normally you don't need root. It won't make using Termux better. I don't have root, except for ADB shell for ROM debugging purposes, and have no serious issues with using Termux.
Customize colours of ls command

http://linux-sxs.org/housekeeping/lscolors.html
https://overthewire.org/wargames/

Few games which can teach hacking basics