From 5961a664b2f36d1445bcaa3d3e52621df2080497 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sun, 31 Mar 2024 22:00:17 +0200 Subject: [PATCH] update --- beginners-speedrun-selfhosting/readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/beginners-speedrun-selfhosting/readme.md b/beginners-speedrun-selfhosting/readme.md index b934f51..eb72cd9 100644 --- a/beginners-speedrun-selfhosting/readme.md +++ b/beginners-speedrun-selfhosting/readme.md @@ -18,7 +18,7 @@ You know little and want to start somewhere, FAST! * `repository` - a place on the internet from which linux distro installs stuff. * `root` - a name for an administrator account in linux. Can also mean a place - top level path, like `c:\` is top in windows, - root - `\` is top level in linux. + root - `/` is top level in linux. * `sudo` - [executes](https://www.explainxkcd.com/wiki/images/b/b1/sandwich.png) command as root with all privilages. @@ -78,6 +78,8 @@ To [check status](https://i.imgur.com/frlyy6P.png) of ssh - `systemctl status ss * [have a pic](https://i.imgur.com/dHncQBv.png) * [have a video](https://youtu.be/A7pHiPgW2u8&t=10s) +Now you should be able to execute commands on the server from your main PC. + # Install docker ![docker_logo](https://i.imgur.com/6SS5lFj.png) @@ -193,8 +195,8 @@ Several options to manage docker using a website. [The official site](https://casaos.io) -Easy to also create public shares, easy to deploy docker popular docker -containers from their *"app store"* +Easy to also create public shares, easy to deploy docker containers +from their *"app store"* #### Installation