Skip to content

Instantly share code, notes, and snippets.

View exkuretrol's full-sized avatar
😾
Focusing

Chiawei Chen exkuretrol

😾
Focusing
View GitHub Profile
@dotStart
dotStart / MinecraftService.md
Last active March 31, 2026 05:33
Systemd services for Minecraft Servers

Minecraft systemd Services

This gist contains service descriptors which may be used to automatically start and re-start Minecraft servers using systemd. This allows proper control of your server startup on modern Linux distributions and will automatically manage all required tasks on startup for you.

Requirements

@bramus
bramus / .htaccess
Last active August 16, 2024 06:02
URL Rewriting for Apache (requires mod_rewrite) and IIS (requires IIS url rewrite module)
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]