From c8da6fdf03fbb19efcf8487a21abdd5eaf39d04d Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 8 May 2022 15:02:27 +0100 Subject: [PATCH] Fix formatting --- src/content/spotlights/what-is-go.md | 5 +++++ src/content/spotlights/what-is-linux.md | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/src/content/spotlights/what-is-go.md b/src/content/spotlights/what-is-go.md index b1a137b..29d4a48 100644 --- a/src/content/spotlights/what-is-go.md +++ b/src/content/spotlights/what-is-go.md @@ -186,10 +186,15 @@ The installation is really easy regardless of the operating system you have, sim Here’s 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! diff --git a/src/content/spotlights/what-is-linux.md b/src/content/spotlights/what-is-linux.md index 92be48b..e03ebd0 100644 --- a/src/content/spotlights/what-is-linux.md +++ b/src/content/spotlights/what-is-linux.md @@ -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 distro’s 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 distribution’s 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, it’s 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?