To at least 20gb, bigger if you think necessary. Can also be done later when you run out of space. Follow instructions below:
ssh-keygen -t rsa -b 4096
Press enter to use default file name and no password. Maybe twice.
To at least 20gb, bigger if you think necessary. Can also be done later when you run out of space. Follow instructions below:
ssh-keygen -t rsa -b 4096
Press enter to use default file name and no password. Maybe twice.
| # install from fresh NOOBS | |
| sudo apt-get update | |
| sudo apt-get dist-upgrade | |
| sudo apt-get upgrade | |
| sudo apt-get install cmake libjpeg8-dev | |
| ssh-keygen -t rsa -b 4096 -C "email@address.com" |