Skip to content

Instantly share code, notes, and snippets.

View nosmall's full-sized avatar

Jirka aka NOsmall or NoSmallCZ nosmall

View GitHub Profile
@nosmall
nosmall / crashreporter.sh
Created May 31, 2016 07:33
Team Speak 3 Crash Reporter & Restarter / TS3 Restarter & Crash Reporter / Ubuntu 14.04
#!/bin/bash
SCREENNAME="ts3srv"
MAILREPORT=0
ADMINEMAIL="[email protected]"
# SCRIPT
DIRPATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd -P)
TEAMSPEAK=`ps ax | grep ts3server | grep -v grep | wc -l`
if [ "$TEAMSPEAK" -eq 0 ]
@nosmall
nosmall / do
Last active June 15, 2016 16:11
TrinityCore Auto Compiler / Ubuntu / 6.x
#!/bin/bash
## CONF ##
ADMINEMAIL="[email protected]"
CPUJOBS=8
DIRPATH=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd -P)
##DIRPATH="/home/wow/server"
if [ "$1" = "clone" ]; then
cd $DIRPATH && rm -rf TrinityCore
@nosmall
nosmall / README - TrinityCore restarter
Last active June 22, 2020 09:45
(simple) TrinityCore (linux (Debian)) restarter (using a bashscript) for posterus.cz
# (simple) TrinityCore (linux (Debian)) restarter (using a bashscript) for posterus.cz
# required applications
# sudo apt-get update && sudo apt-get install screen mutt gdb
# INFO
# ./_restarter > Starts the world server with restarter
# ./_auth_starter > Starts the auth server without restarter
# ./_world_starter > Starts the world server without restarter
@nosmall
nosmall / gist:6669147
Created September 23, 2013 11:15
Merge more files to ONE FILE
cat /TRINITY_CORE/sql/updates/world/*.sql >> all_world.sql