Skip to content

Instantly share code, notes, and snippets.

View waja's full-sized avatar
🔊
#yoloOps #itscomplicated

waja

🔊
#yoloOps #itscomplicated
View GitHub Profile
#! /bin/sh
### BEGIN INIT INFO
# Provides: syncthing
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Controls Syncthing execution
# Description: Used for starting the decentralized syncthing platform
### END INIT INFO
@waja
waja / bench.php
Created March 31, 2017 04:21 — forked from sergey-dryabzhinsky/bench.php
PHP Benchmark Performance Script v1.0.6
<?php
/*
##########################################################################
# PHP Benchmark Performance Script #
# © 2010 Code24 BV #
# #
# Author : Alessandro Torrisi #
# Author : Sergey Dryabzhinsky #
# Company : Code24 BV, The Netherlands #
# Date : July 2, 2015 #
@waja
waja / node_debian_init.sh
Last active November 11, 2015 12:20 — forked from sgreiner/node_debian_init.sh
Changes in Output and Bugfixes for Debian 7 Wheezy
#!/bin/bash
# ------------------------------------------------------------------------------
# SOME INFOS : fairly standard (debian) init script.
# Note that node doesn't create a PID file (hence --make-pidfile)
# has to be run in the background (hence --background)
# and NOT as root (hence --chuid)
#
# MORE INFOS : INIT SCRIPT http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit
# INIT-INFO RULES http://wiki.debian.org/LSBInitScripts
# INSTALL/REMOVE http://www.debian-administration.org/articles/28

Thanks for visiting this page. I hope that you enjoyed the presentation, and found value in this. Below are a set of resources that will help in learning more about some of the topics I shared, specifically around people and process management.

All links below are sanitized, and have no referral links in which I profit from.

Resources

@waja
waja / create_video.sh
Last active August 29, 2015 14:08 — forked from nv1t/create_video.sh
#!/bin/bash
# This is a script to create a video from series of JPEG images
# Call it in a folder full of JPEGs that you want to turn into a video.
# Written on 2013-01-08 by Philipp Klaus <philipp.l.klaus →AT→ web.de>.
# Check <https://gist.github.com/4572552> for newer versions.
# Modified Version from: nv1t (coz of many image files)
# Resources
# * http://www.itforeveryone.co.uk/image-to-video.html