diff --git a/initial ubuntu setup/README.md b/initial ubuntu setup/README.md index 6e43360..17b1acd 100644 --- a/initial ubuntu setup/README.md +++ b/initial ubuntu setup/README.md @@ -9,6 +9,8 @@ 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, 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 * How to install Docker: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 @@ -238,4 +240,4 @@ The general flow for adding new application is: That's it! As you do this more often, the more you'll appreciate how fast it is to deploy applications with docker and docker-compose with caddy v2! -Refer to the readme at: https://github.com/StarWhiz/docker_deployment_notes for command references \ No newline at end of file +Refer to the readme at: https://github.com/StarWhiz/docker_deployment_notes for command references