diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-06-30 17:34:27 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-06-30 17:34:27 -0400 |
| commit | f22f0fdc29a55bde2cabe3db26a4388b5c96ba5f (patch) | |
| tree | e2909af9f98e168abf008a17b20a92131e642f3b /index.html | |
| parent | 8bcb989388cdda2a37c302cd744b22dc82de95fc (diff) | |
random tweaks
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 24 |
1 files changed, 14 insertions, 10 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,16 +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="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> - <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> |
