Skip to content

Instantly share code, notes, and snippets.

@tturnerdev
tturnerdev / starbattle-teamspeak3-server-update.md
Created September 17, 2016 02:29
Star Battle TeamSpeak 3 - Upgrade and Migration

Star Battle TeamSpeak 3 - New Server Information

New Server Info

New IP Address: 168.235.79.195

Tempory/Test DNS: ts2.learnstarbattle.com (will become ts1.learnstarbattle.com after migration period)

Password: solofarmer

Why do I care and what do I need to do?

Keybase proof

I hereby claim:

  • I am ronindesign on github.
  • I am tturner (https://keybase.io/tturner) on keybase.
  • I have a public key whose fingerprint is 0F71 F733 BD32 7712 F256 121C A887 B2AE 172F D5C8

To claim this, I am signing this object:

object User "pagerduty" {
pager = "SERVICE_KEY_HERE"
groups = [ "icingaadmins" ]
display_name = "PagerDuty Notification User"
states = [ OK, Warning, Critical, Unknown ]
types = [ Problem, Recovery ]
}
object NotificationCommand "notify-service-by-pagerduty" {
import "plugin-notification-command"
vmap ]i <Esc>l[bv]w
omap ]i :normal v]i<CR>
class Test
{
private $obj;
const MAP = ['testKey' => 'test'];
function __construct() {
$this->obj = new \stdClass();
$this->obj->test = "testObject";
}
Cool Idea:
* MySAM Stats (stats)
- FitBit / Pedometor / HR Monitor Sync with MySAM. Compare / compete with friends based on steps per (game / season), avg steps / heartrate per game, highest overall steps in a single game for a season (top steps)
- Allows additional stats-based, competative metrics
- Social engagement: points for sharing / promoting your team (this in turn promotes the facility / company, and of course, DASH)
* DASH Events (pub-sub)
- Implement (even a basic) Event System
- Allows different parts of DASH to passively integrate (i.e. without direct call / forcing, non-blocking)
- Modules that are expected to react can all do so by subscribing to an event type and triggering when such an event is broadcasted, especially when considering it can be done asynchronously and with multithreading (e.g., http://reactphp.org/)