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 --- nextcloud.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nextcloud.html') 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:

-- cgit v1.2.3 From f22f0fdc29a55bde2cabe3db26a4388b5c96ba5f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 30 Jun 2021 17:34:27 -0400 Subject: random tweaks --- git.html | 3 ++- index.html | 24 ++++++++++++++---------- nextcloud.html | 4 ++-- pix/tor.png | Bin 28118 -> 0 bytes pix/tor.svg | 41 +++++++++++++++++++++++++++++++++++++++++ style.css | 5 +++++ tor.html | 4 +++- 7 files changed, 67 insertions(+), 14 deletions(-) delete mode 100644 pix/tor.png create mode 100644 pix/tor.svg (limited to 'nextcloud.html') diff --git a/git.html b/git.html index ad0fbae..b5dd616 100644 --- a/git.html +++ b/git.html @@ -9,9 +9,10 @@ -

Hosting Your Own Git Repositories

+

Hosting Your Own Git Repositories

+

Once you have your own VPS or other Internet-available server, you can start hosting your own git repositories. The goal of this tutorial is diff --git a/index.html b/index.html index 7c3b9ab..f6803ea 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,20 @@

  • Get a secure HTTPS connection with Certbot.
  • +

    Excellent Extras

    + + +

    "Build your own platform!"

    + +

    Accepting Cryptocurrency Tips

    -

    Excellent Extras

    - -

    In the Works...

    diff --git a/nextcloud.html b/nextcloud.html index 40c5dba..b5b7021 100644 --- a/nextcloud.html +++ b/nextcloud.html @@ -9,10 +9,10 @@ -

    logo Setting up a Nextcloud Instance

    +

    Setting up a Nextcloud Instance

    - +logo

    What is Nextcloud?

    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).

    diff --git a/pix/tor.png b/pix/tor.png deleted file mode 100644 index 1bac8e2..0000000 Binary files a/pix/tor.png and /dev/null differ diff --git a/pix/tor.svg b/pix/tor.svg new file mode 100644 index 0000000..4d7eefd --- /dev/null +++ b/pix/tor.svg @@ -0,0 +1,41 @@ + + + + onion-bg + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index 1b6a37a..40eee45 100644 --- a/style.css +++ b/style.css @@ -69,6 +69,7 @@ pre { p img, li img, h1 img, h2 img, h3 img, h4 img { vertical-align: middle ; max-width: 1em; + max-height: 1em; border: none ; display: inline ; } @@ -79,6 +80,10 @@ img { display: block ; border: solid 5px beige ; } +.titleimg { + border: none ; + height: 150px ; +} strong { color: orange ; } diff --git a/tor.html b/tor.html index 1da2656..db4ec64 100644 --- a/tor.html +++ b/tor.html @@ -9,9 +9,11 @@ -

    Mirror Your Site Over Tor onion

    +

    Mirror Your Site Over Tor

    + + Tor logo

    Now that you have a website, why not offer it on a private alternative such as the onion network?

    -- cgit v1.2.3