Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dsmouse on github.
  • I am msmouse (https://keybase.io/msmouse) on keybase.
  • I have a public key ASDgCgVV85gzafFVumpcDnqYLzR2Rm1rDk4z3TgnjGjupgo

To claim this, I am signing this object:

@dsmouse
dsmouse / mastomutant.sh
Last active September 13, 2018 14:59
Updates Mutant Standard Emoji on a docker or non-Dockerized Mastodon instance. If you use this, you'll need 'wget' and 'unzip'.
#!/bin/bash
_name='MastoMutant Emoji Import'
_author='https://monsterpit.net/@daggertooth'
_version=2018.05.23.1
### PATHS! ###
# Where to put the Mutant Standard archives and extracted files.
mutant_dir="$HOME/mutant"
@dsmouse
dsmouse / gist:f71b4c78f2dc20226e951ccb2baa6405
Last active January 12, 2018 21:13 — forked from nathanielc/gist:9b98350ccbcbf21256d7
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