Skip to content

Instantly share code, notes, and snippets.

View justincjahn's full-sized avatar

Justin Jahn justincjahn

View GitHub Profile
@ckxng
ckxng / minecraft@.service
Created June 22, 2015 22:39
Minecraft SystemD Script
[Unit]
Description=Minecraft Server %i
[Service]
WorkingDirectory=/home/minecraft/server-%i
User=minecraft
ExecStart=/usr/bin/screen -DmS mc-%i ./start.sh
ExecStop=/usr/bin/screen -p 0 -S mc-%i -X eval 'stuff "say ATTENTION ATTENTION ATTENTION."\\015'
@telamon
telamon / rdhcpd.rb
Created May 20, 2011 23:58
Pure ruby DHCP server
' Copyright (c) 2007, Tony Ivanov
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
@justincjahn
justincjahn / gist:956166
Created May 4, 2011 22:21
Colorful Command Prompt
### ALIASES ###
alias ls="ls -GF"
### END ALIASES ###
## COLORS ##
DULL=0
BRIGHT=1
FG_BLACK=30
FG_RED=31