I noticed that on my Chromebook, using nano over SSH causes the screen to blink out of control. The workaround is really simple, though it’s not permanent. First, login to your SSH endpoint. Next, type the following: export TERM=linux Now you can open nano without any issues.
Tag Archives: Chromebook
Prepping VyOS + OpenVPN for use with a Chromebook
First, you need to create the certificates. Use EasyRSA for this. Follow the instructions at the OpenVPN site for that. https://openvpn.net/index.php/open-source/documentation/miscellaneous/77-rsa-key-management.html To build the CA certificate, use the command: ./easyrsa build-ca To build the server certificate, use the command: ./easyrsa build-server-full server To build a client, use the command: ./easyrsa build-client-full client You may want […]