diff --git a/docs/anyconnect.md b/docs/anyconnect.md index c195640..902db9e 100644 --- a/docs/anyconnect.md +++ b/docs/anyconnect.md @@ -52,4 +52,18 @@ Once connected, you can see it shows in the AnyConnect dialog as well as in the ## Windows +If you have AppsAnywhere, you will find Anyconnect installed. + +If not, browse to and follow the instructions. + ## Linux + +The best option is to use the open-source client called "openconnect". + +Install it with your package manager. For Debian-based systems, this will likely be `sudo apt install openconnect` and for Arch-like systems it will be `sudo pacman -S anyconnect`. Last time I used an RPM-based system it was Red Hat, before Fedora was a thing, so I won't try to advise on this. If anyone wants to send me the magic words, I will include them here. + +Once installed, use `sudo openconnect anyconnect.coventry.ac.uk`. + +You **might** be asked for your local password if you haven't recently used `sudo`. But after that, you **will** be asked for your university username and password. This will be the first part of your e-mail, before the @. + + diff --git a/docs/linux.md b/docs/linux.md new file mode 100644 index 0000000..87921b1 --- /dev/null +++ b/docs/linux.md @@ -0,0 +1,18 @@ +# Linux + +This used to need a lot of documentation. Now it needs a few clicks. + +Google official guide: + +The key steps are: + +!!! quote "Enable Linux Support (Extract from the Google docs)" + On your Chromebook, at the bottom right, select the time. + + Select Settings ⚙ and then Advanced and then Developers. + + Next to ‘Linux development environment’, select Turn on. + + Follow the on-screen instructions. Setup can take 10 minutes or more. + + A terminal window opens. You have a Debian 10 (Buster) environment. You can run Linux commands, install more tools using the APT package manager and customise your shell. diff --git a/mkdocs.yml b/mkdocs.yml index 9e82ae6..84514e7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,7 +6,7 @@ nav: - 'University WiFi - Phoenix-Net': 'phoenix_net.md' - 'Connetcing to the University VPN - Cisco AnyConnect': 'anyconnect.md' - 'Powerwashing': 'powerwash.md' - + - 'Enabling Linux': 'linux.md' markdown_extensions: - codehilite - admonition