From 34e875cfcc8bc7922cac7205419c330c38b6420c Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 30 Jun 2021 16:43:18 -0400 Subject: use .svg files --- README.md | 5 +++++ index.html | 2 +- nextcloud.html | 4 ++-- pix/nextcloud-logo.png | Bin 7836 -> 0 bytes pix/nextcloud.svg | 1 + 5 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 pix/nextcloud-logo.png create mode 100644 pix/nextcloud.svg diff --git a/README.md b/README.md index a66338f..31f4c3d 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,8 @@ A site dedicated to turn web peasants into Internet LandChads. Simple step-by-step text and image-based tutorials for creating websites, email servers, chat servers, server administration and everything else. Suggestions welcome. + +## Submissions + +- follow the general style of pre-existing articles +- use `.svg` files for icons/logos and for illustrative images, keep filesize low diff --git a/index.html b/index.html index d42989c..a75332e 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@ diff --git a/nextcloud.html b/nextcloud.html index 2eb8fd4..40c5dba 100644 --- a/nextcloud.html +++ b/nextcloud.html @@ -9,12 +9,12 @@ -

Setting up a Nextcloud Instance

+

logo Setting up a Nextcloud Instance

What is Nextcloud?

-

Nextcloud is a free and open source solution for cloud storage. However it can also do other things, such as manage your email, notes, calender, tasks, and can even connect to the Fediverse (think Mastodon and Pleroma). Pretty much every service that Google has to offer has a much better alternative as a Nextcloud app and this is a must-have for anyone wanting to get away from Google services but still wants a traditional cloud experience (in the likes of Google Services, anyways).

+

logoNextcloud is a free and open source solution for cloud storage. However it can also do other things, such as manage your email, notes, calender, tasks, and can even connect to the Fediverse (think Mastodon and Pleroma). Pretty much every service that Google has to offer has a much better alternative as a Nextcloud app and this is a must-have for anyone wanting to get away from Google services but still wants a traditional cloud experience (in the likes of Google Services, anyways).

Instructions

First, we need to obtain a shell prompt by ssh-ing (remote machines or local machines) or just logging in (local machines). A traditional ssh might look like this if the domain you wished to ssh into is landchad.net:

diff --git a/pix/nextcloud-logo.png b/pix/nextcloud-logo.png deleted file mode 100644 index 67d6591..0000000 Binary files a/pix/nextcloud-logo.png and /dev/null differ diff --git a/pix/nextcloud.svg b/pix/nextcloud.svg new file mode 100644 index 0000000..6f2e1a3 --- /dev/null +++ b/pix/nextcloud.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3