I am looking for a way to convert my old android smartphones into headless 'over the network' linux devices. What I am looking for is, I should be able to
- SSH onto the device
- Use linux command-line (BASH preferably), once I have SSHed onto the device
- Run programs on the device (let us say java microserices to begin with)
Why do I want to do this?
- Because I have 2-3 old android smartphones lying around. I could leverage their hardware instead of buying a new laptop.
- Because I am curious about it.
Any help is much appreciated.
Thanks.