Skip to content
Permalink
Browse files
Added linux install and extended VPN info
  • Loading branch information
James Shuttleworth committed Sep 16, 2021
1 parent f1d3722 commit aa5288d2dd85aaab5c0ee08658bef8493d27a98f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
@@ -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 <https://anyconnect.coventry.ac.uk> 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 @.


@@ -0,0 +1,18 @@
# Linux

This used to need a lot of documentation. Now it needs a few clicks.

Google official guide: <https://support.google.com/chromebook/answer/9145439?hl=en-GB>

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.
@@ -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

0 comments on commit aa5288d

Please sign in to comment.