Merge pull request #21 from FreesideHull/cbupdates

Cbupdates
pull/1/head
456477617264 2021-05-15 00:30:26 +01:00 committed by GitHub
commit b225232bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View File

@ -136,11 +136,21 @@ If you require any support, either whilst contributing or with linux, programmin
4. [Kubuntu](https://kubuntu.org/) - Ubuntu with an alternative desktop environment. 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. 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. 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 #### Supporting learning Linux
1. [Ask Ubuntu](https://askubuntu.com/) - Ubuntu Q&A site. Part of Stack Exchange. 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. 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 <a name="misc"></a> ## Other interesting stuff <a name="misc"></a>
1. [E Foundation](https://e.foundation) 1. [E Foundation](https://e.foundation)
2. [Satyr](https://git.waldn.net/git/knotteye/satyr) - Self hosted media streaming 2. [Satyr](https://git.waldn.net/git/knotteye/satyr) - Self hosted media streaming

View File

@ -20,6 +20,11 @@
# Virtualisation List # 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 <a name="virtualisation"></a> ## Hypervisors and virtual machines <a name="virtualisation"></a>
Ontop of the great VMware resources below there are other hypervisors for running containers and virtual machines. Ontop of the great VMware resources below there are other hypervisors for running containers and virtual machines.