Skip to content

Instantly share code, notes, and snippets.

View AlseinX's full-sized avatar
🐱

Alsein AlseinX

🐱
  • https://github.com/tearust
  • Shanghai
View GitHub Profile
@nathanielc
nathanielc / gist:9b98350ccbcbf21256d7
Created August 20, 2014 05:07
Minecraft systemd unit file
[root@plex ~]# cat /etc/systemd/system/minecraft@.service
[Unit]
Description=Minecraft Server %i
[Service]
WorkingDirectory=/opt/minecraft-%i
User=mcserver
ExecStart=/usr/bin/screen -DmS mc-%i /bin/java -Xmx2048M -jar minecraft_server.jar nogui
@ozbillwang
ozbillwang / Git_Behind_Proxy.md
Last active April 18, 2024 04:31
Configure Git to use a proxy (https or SSH+GIT)