From 1167750111a392f81b2aebfcdbdc6d30c7ed6bc4 Mon Sep 17 00:00:00 2001 From: Close Bracket Date: Sat, 15 May 2021 00:23:19 +0100 Subject: [PATCH 1/3] Added networking to virtualisation list --- Virtualisation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Virtualisation.md b/Virtualisation.md index db9d552..9c0ac3f 100644 --- a/Virtualisation.md +++ b/Virtualisation.md @@ -20,6 +20,11 @@ # Virtualisation List +#### Networking +1. [What is Mesh Topology?](https://fossbytes.com/what-is-mesh-topology-advantages-and-disadvantages-of-mesh-topology/) +2. [Types of Network Topology](https://www.educba.com/types-of-network-topology/) +3. [Network topologies, protocols and layers](https://www.bbc.co.uk/bitesize/guides/z666pbk/revision/2) + ## Hypervisors and virtual machines Ontop of the great VMware resources below there are other hypervisors for running containers and virtual machines. From 29f7775f0913c5e62485ad5594ef46f0a9ef948d Mon Sep 17 00:00:00 2001 From: Close Bracket Date: Sat, 15 May 2021 00:24:12 +0100 Subject: [PATCH 2/3] - Added qubesos - Added Linux resources --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d9d084..ff1385d 100644 --- a/README.md +++ b/README.md @@ -136,11 +136,20 @@ If you require any support, either whilst contributing or with linux, programmin 4. [Kubuntu](https://kubuntu.org/) - Ubuntu with an alternative desktop environment. 5. [Mint](https://linuxmint.com/) - Another variant of Ubuntu, great for those familiar with Windows. 6. [Tails](https://tails.boum.org/index.en.html) - A portable distribution that runs only in memory, for the ultimate privacy protection. - +7. [Qubes OS](https://www.qubes-os.org/intro/) #### Supporting learning Linux 1. [Ask Ubuntu](https://askubuntu.com/) - Ubuntu Q&A site. Part of Stack Exchange. 2. [Unix & Linux Stack Exchange](https://unix.stackexchange.com/) - For more general Linux-related questions. +#### Linux Resources +1. [Arch Linux Wiki - Permissions](https://wiki.archlinux.org/title/File_permissions_and_attributes) +2. [Arch Linux Docs - SSH](https://wiki.archlinux.org/title/OpenSSH#Installation) +3. [Configure 2FA on SSH](https://ubuntu.com/tutorials/configure-ssh-2fa#1-overview) +4. [Desktop Environments](https://wiki.archlinux.org/title/Desktop_environment) +5. [Install and Configure SSH Server on Arch Linux](https://linuxhint.com/install_ssh_server_on_arch_linux/) +6. [OpenSSH Manual](https://www.openssh.com/manual.html) +7. [Principle of Least Privilege](https://techcommunity.microsoft.com/t5/azure-sql/security-the-principle-of-least-privilege-polp/ba-p/2067390) + ## Other interesting stuff 1. [E Foundation](https://e.foundation) 2. [Satyr](https://git.waldn.net/git/knotteye/satyr) - Self hosted media streaming From 2d0cc75a0b36eee0d47244e977899d4cd33471b9 Mon Sep 17 00:00:00 2001 From: Close Bracket Date: Sat, 15 May 2021 00:24:28 +0100 Subject: [PATCH 3/3] Formatting fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff1385d..ddf65e9 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ If you require any support, either whilst contributing or with linux, programmin 5. [Mint](https://linuxmint.com/) - Another variant of Ubuntu, great for those familiar with Windows. 6. [Tails](https://tails.boum.org/index.en.html) - A portable distribution that runs only in memory, for the ultimate privacy protection. 7. [Qubes OS](https://www.qubes-os.org/intro/) + #### Supporting learning Linux 1. [Ask Ubuntu](https://askubuntu.com/) - Ubuntu Q&A site. Part of Stack Exchange. 2. [Unix & Linux Stack Exchange](https://unix.stackexchange.com/) - For more general Linux-related questions.