diff options
| author | Matthew Evan <55710660+MattMadness@users.noreply.github.com> | 2021-06-30 17:49:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-30 17:49:11 -0400 |
| commit | 91004ef7bf24dc82cf9bcc37f87e0e178b0dd544 (patch) | |
| tree | 9fa4aed775205c37e97f31a1f2b00830912d0a4e /index.html | |
| parent | 8679c6fe3deaf8fef0e1d92e7e4114e5e9ff69e9 (diff) | |
| parent | f22f0fdc29a55bde2cabe3db26a4388b5c96ba5f (diff) | |
Merge branch 'LukeSmithxyz:master' into master
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 |
1 files changed, 14 insertions, 9 deletions
@@ -45,6 +45,20 @@ <li><a href="certbot.html">Get a secure HTTPS connection with Certbot.</a></li> </ol> + <h3 id=other>Excellent Extras</h3> + <ul class=ll> + <li><a href="maintenance.html">How to maintain a server.</a></li> + <li><a href="sshkeys.html">Use your SSH keys to prevent hacking.</a></li> + <li><a href="cron.html">Schedule tasks with Crontabs/Cronjobs.</a></li> + <li><a href="tor.html">Mirror your site on <img src="pix/tor.svg">Tor.</a></li> + </ul> + + <h3 id=platform>"Build your own platform!"</h3> + <ul class=ll> + <li><a href="git.html">Host your own <img src="pix/git.svg"><code>git</code> repositories</a></li> + <li><a href="nextcloud.html">Setting up a <img src="pix/nextcloud.svg">Nextcloud Instance (file hosting and more)</a></li> + </ul> + <h3 id=crypto>Accepting Cryptocurrency Tips</h3> <ul class=ll> <li><a href="crypto.html">The Case for Crypto for Normal People</a></li> @@ -54,15 +68,6 @@ <li><a href="bat.html"><img src="pix/bat.svg">Basic Attention Token (BAT)</a></li> </ul> - <h3 id=other>Excellent Extras</h3> - <ul class=ll> - <li><a href="maintenance.html">How to maintain a server.</a></li> - <li><a href="sshkeys.html">Use your SSH keys to prevent hacking.</a></li> - <li><a href="nextcloud.html">Setting up a <img src="pix/nextcloud-logo.png" alt="nextcloud logo">Nextcloud Instance (file hosting and more)</a></li> - <li><a href="cron.html">Schedule tasks with Crontabs/Cronjobs.</a></li> - <li><a href="tor.html">Mirror your site on Tor.</a></li> - </ul> - <h2>In the Works...</h2> <p> |
