1
0
This commit is contained in:
2025-06-14 18:49:20 -06:00
parent 8aa0d43256
commit 5703ea6de9

View File

@ -76,6 +76,8 @@ for i in ${exitcodes}; do
done
</code>
<p>Above is stolen from some Stackoverflow, and provides the ability to mirror from a server side bare Git repo to a directory. Very useful. Ideally this would a feature into the crud, but it hardly matters as it is strictly to git that this is important. You have to <code>chattr +i</code> this file to protect it.</p>
<p>I have written zero (0) SoystemD service scripts, I just use cron @reboot and scripts describing restarts of applications.</p>
<p>For fun, I've ran several temporary games servers, <a href="https://www.factorio.com/">Factorio</a>, <a href="https://play-cs.com/">CS 1.6</a>, & <a href="https://www.minecraft.net/">Minecraft</a>. These weren't particularly interesting, I just wanted to mention them.
<p>Overall setting this server up hasn't been the most painful thing ever, but it was an interesting experience and I enjoyed what I've done with it so far. It can't possibly get worse than this, unless I start using Windows or very old versions of Linux. This document wasn't meant to be very well written, it was not written over a long period of time - I just wanted to put what I generally remember about the last 2 1/2 months on a page.</p>
</body>
</html>