From 65aaae499d2f4c5bb6e83400c37117f96da92b33 Mon Sep 17 00:00:00 2001 From: Tai Date: Thu, 24 Dec 2020 22:26:33 -0800 Subject: [PATCH] Update README.md --- initial ubuntu setup/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initial ubuntu setup/README.md b/initial ubuntu setup/README.md index 6cc733f..ac0261a 100644 --- a/initial ubuntu setup/README.md +++ b/initial ubuntu setup/README.md @@ -9,7 +9,7 @@ Some very useful bash tips for newbies are: * Type `!1` to enter the first command on the `history` list. `!777` would enter in the 777th command on the `history list` * Use the tab button to complete commands. For example, lets say you have a file called ThisNameIsTooLong in your current folder and you want to edit it... You can type `nano This` and press **TAB** to auto-complete the filename. -If you are an **experienced user** and want to blaze thru steps 1 and 8. You can use my scripts just make sure you modify your username, hostname, [public-key](https://github.com/StarWhiz/docker_deployment_notes/tree/master/initial%20ubuntu%20setup/putty%20tutorial), and timezone. Scripts here: [part-1-ubuntu-initial-setup.sh](https://github.com/StarWhiz/docker_deployment_notes/blob/master/initial%20ubuntu%20setup/part-1-ubuntu-initial-setup.sh) and [part-2-docker-scripts](https://github.com/StarWhiz/docker_deployment_notes/blob/master/initial%20ubuntu%20setup/part-2-docker-scripts.sh) +If you are an **experienced user** and want to blaze thru steps 1 and 8. You can use my scripts just make sure you modify your username, hostname, [public-key](https://github.com/StarWhiz/docker_deployment_notes/tree/master/initial%20ubuntu%20setup/putty%20keys%20tutorial), and timezone. Scripts here: [part-1-ubuntu-initial-setup.sh](https://github.com/StarWhiz/docker_deployment_notes/blob/master/initial%20ubuntu%20setup/part-1-ubuntu-initial-setup.sh) and [part-2-docker-scripts](https://github.com/StarWhiz/docker_deployment_notes/blob/master/initial%20ubuntu%20setup/part-2-docker-scripts.sh) **The references I used to write the rest of these notes are bulleted below:** * Initial Server Setup: https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04 @@ -52,7 +52,7 @@ mkdir .ssh cd .ssh nano authorized_keys ``` -If you'd like to learn how to create an SSH key do so here: https://github.com/StarWhiz/docker_deployment_notes/tree/master/initial%20ubuntu%20setup/putty%20tutorial +If you'd like to learn how to create an SSH key do so [here](https://github.com/StarWhiz/docker_deployment_notes/tree/master/initial%20ubuntu%20setup/putty%20keys%20tutorial) ### 5. Disable Root Login ```