I'm currently coding on a chromebook, using AWS Cloud9.
Chromebooks are criminally underpowered and even with sideloading linux, doesn't have the processing power to do any real coding.
AWS Cloud9 provides a cloud-based IDE so you can code directly in the browser. (Like I am doing right now.)
Let's get started:
ssh-keygen -t rsa
For example:
Your identification has been saved in /home/ec2-user/.ssh/id_rsa.
Your public key has been saved in /home/ec2-user/.ssh/id_rsa.pub.
/home/ec2-user/.ssh
)cat id_rsa.pub
to get the public key.Via https://medium.com/sonabstudios/setting-up-github-on-aws-cloud9-with-ssh-2545c4f989ea