Skip to content

Instantly share code, notes, and snippets.

View Axlfc's full-sized avatar
🛸
Working from outer space

Axel Axlfc

🛸
Working from outer space
View GitHub Profile
@thelegendofbrian
thelegendofbrian / Install LinuxGSM DST Server with Caves.md
Last active November 20, 2024 11:46
Install LinuxGSM DST Server with Caves

Ports used

Some of the exact port numbers seem to be different between installations. I'm not sure if any have to be as listed, but those were a working number I used at some point

Port Description Place Defined Open Port Unique
11000 Overworld server port Master/server.ini x x
11001 Cave server port Caves/server.ini x x
8768 Steam auth port for overworld Master/server.ini
8769 Steam auth port for cave Caves/server.ini
27018 Steam master server port for overworld Master/server.ini x
@lpsandaruwan
lpsandaruwan / windows_font_installer.py
Last active September 11, 2024 08:55
Install a font file in Windows - Python3
""" Python 3 Windows font installer
Script must be run with the privileges in order to access Windows fonts directory. System reboot is not necessary.
This will install the font and will inform programs that a new font has been added.
Python3 Windows font installer is a free python script: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.