Skip to content

Instantly share code, notes, and snippets.

@echo off
:start
::Server name (This is just for the bat file)
set serverName="DayZ Demo Server"
::Server files location - May vary on where steam is installed.
set serverLocation="C:\Program Files (x86)\Steam\steamapps\common\DayZServer"
::Server Port
set serverPort=2302
::Server config
set serverConfig=serverDZ_local.cfg
@jsosulska
jsosulska / test-sia-template.md
Last active August 18, 2022 20:30
Security Impact Analysis Pull Request Template

Security Impact Analysis Questionnaire

Business Overview

Describe the business needs or requirements that are being met by this Product/Feature. You may also link to an existing ticket which describes this behavior.

Technical Overview

Provide a detailed technical overview of the change.

@jsosulska
jsosulska / types.xml
Created November 7, 2021 21:49
Food Types for Deer Isle
$ for i in `cat types.xml |grep -B 9 "food"| grep "type name"| grep -v "CP_\|Opened\|Steak\|Lard\|Guts\|ChickenBreastMeat\|Plant_" | cut -d '"' -f 2`; do cat types.xml | grep -A 9 $i; done
<type name="AgaricusMushroom">
<nominal>0</nominal>
<lifetime>900</lifetime>
<restock>1800</restock>
<min>0</min>
<quantmin>-1</quantmin>
<quantmax>-1</quantmax>
<cost>100</cost>
<flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
@jsosulska
jsosulska / consul_virtual_adoption_day_getting_started_service_mesh.md
Last active April 15, 2020 14:48
All the resources used in Jono Sosulska's Getting Started with Consul Service Mesh Deck

Want to know more about service meshes?

Demystifying Service Mesh with Stephen Wilson

-> hashicorp.com/resources/demystifying-service-mesh


We launched a new Getting Started with Consul Service Mesh Learn track!

Getting started with Consul Service Mesh

#!/bin/bash
#
# consul Manage the consul agent
#
# chkconfig: 2345 95 95
# description: Consul is a tool for service discovery and configuration
# processname: consul
# config: /etc/consul.conf
# pidfile: /var/run/consul.pid