From 7245cdc22f8e7b11c2ee4232ebba8dc4e934b3ee Mon Sep 17 00:00:00 2001 From: Weetile Date: Sat, 4 Oct 2025 21:19:41 +0100 Subject: [PATCH] Replaced Imgur image because of Online Safety Act --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d09934..b1a7115 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
- +

Weetile's Computer Science RHUL Resources

@@ -58,7 +58,7 @@ Want to be able to login without typing in your password everytime? See the next ### Using SSH authentication for security and speed -![image](https://i.imgur.com/KUCYA0D.png) +![image](https://i.ibb.co/Pz65QVPM/KUCYA0D.png) Using SSH public key authentication is more secure and more importantly -- means you don't have to type in your password everytime you authenticate to the CIM servers! @@ -72,7 +72,7 @@ Once you have your keypair saved, you can upload it to the Linux servers using t You can confirm the SSH key has been added by authenticating to the server. If it doesn't ask you for your password, it's all set! ### Setting up Royal Holloway VPN (allowing access to Linux server off-campus in the evening) -![image](https://i.imgur.com/QyJC0e9.png) +![image](https://i.ibb.co/Df8Cs69q/QyJC0e9.png) The RHUL Linux machines **aren't able to be accessed off-campus in the evening** due to security reasons. To circumvent this, you can **connect to the RHUL VPN** by following [this guide](https://intranet.royalholloway.ac.uk/students/help-support/it-services/access-off-campus/vpn/vpn.aspx). This allows off-campus users to routing your network traffic through the campus, giving you a Royal Holloway network address, behaving exactly like it would if you were on campus and this allowing you quick access to restricted services, like library services, your Y: drive and evening access to the Linux servers. @@ -81,7 +81,7 @@ The RHUL Linux machines **aren't able to be accessed off-campus in the evening** **That being said,** I would strongly encourage using the free and open source utility [GlobalProtect-openconnect](https://github.com/yuezk/GlobalProtect-openconnect) to connect instead. It is avaliable as an official package on all major Linux distributions, maintains a persistent installation and is more convenient as it provides a graphical user interface. -![image](https://i.imgur.com/QdK7xA2.png) +![image](https://i.ibb.co/6RXBtkds/QdK7xA2.png) For Ubuntu and Mint, the installation instructions are as such: ``` @@ -148,7 +148,7 @@ fish://USERNAME@linux.cim.rhul.ac.uk:22 ``` You can add this as a remote directory in your Dolphin places panel by right clicking on Remote, pressing Add Entry and adding as such: -![image](https://i.imgur.com/gV8ozjA.png) +![image](https://i.ibb.co/fzpwzTtZ/gV8ozjA.png) ### Installing Neovim on the Linux CIM Servers @@ -160,7 +160,7 @@ curl -sSL https://gist.github.com/Weetile/d208d9acae823ede5f2188a2695b3197/raw | ## Command-line utilities ### gcc flags alias -![gccflags](https://i.imgur.com/ZFE7uUi.png) +![gccflags](https://i.ibb.co/SX4skDcZ/ZFE7uUi.png) In CS2850: Operating Systems, you are instructed to use the following flags when compiling C code using `gcc`: