Fix formatting

This commit is contained in:
Mark
2022-05-08 15:02:27 +01:00
parent 93054806e5
commit c8da6fdf03
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -186,10 +186,15 @@ The installation is really easy regardless of the operating system you have, sim
Heres a really good list of learning resources. The tour is a nice place to begin, however these are all great places to improve as a Go developer.
• [Tour of Go](https://go.dev/tour/welcome/1)
• [Go By Example](https://gobyexample.com/)
• [Effective Go](https://go.dev/doc/effective_go)
• [Gopher Reading List](https://github.com/enocom/gopher-reading-list)
• [Learn Go With Tests](https://quii.gitbook.io/learn-go-with-tests/)
• [Go Proverbs](https://www.youtube.com/watch?v=PAAkCSZUG1c)
We hope to welcome you as a fellow Gopher!
+10
View File
@@ -38,14 +38,20 @@ The first step is the choice of whether to only have Linux or dual boot with ano
## The steps are as following:
• Go to the distros website and download the distribution, often in the form of a ISO file.
• Always remember to backup everything beforehand which you might wanna save.
• Get yourself a USB stick and use a image flasher such as Balena Etcher or Rufus, which can turn the USB stick into a bootable USB used for installing the distribution.
• Continue following the instructions from the distributions website, as most have a very good guide on how to install the distribution of choice.
## Installation Resources
• [Dual booting Linux & Windows](https://opensource.com/article/18/5/dual-boot-linux)
• [Rufus](https://rufus.ie/en/)
• [Balena Etcher](https://www.balena.io/etcher/)
• [Example installation of Ubuntu](https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview)
## Installation of packages
@@ -96,6 +102,7 @@ Now, a shell need not be textual, so modern day OS have a graphical shell. But t
## Linux command-line resources
https://ubuntu.com/tutorials/command-line-for-beginners
https://www.freecodecamp.org/news/the-linux-commands-handbook/
## What is bash
@@ -104,8 +111,11 @@ There are 3 (technically 4) parts to every command, its name, token, and para
## Bash learning resources
https://linuxconfig.org/bash-scripting-tutorial-for-beginners
https://tldp.org/LDP/Bash-Beginners-Guide/Bash-Beginners-Guide.pdf
https://docs.microsoft.com/en-us/learn/modules/bash-introduction/
https://learnxinyminutes.com/docs/bash/
## Why use commands?