Skip to content

Instantly share code, notes, and snippets.

View dayne's full-sized avatar

Dayne Broderson dayne

View GitHub Profile
@dayne
dayne / modzer0-discord-coc.md
Last active August 27, 2019 03:26 — forked from didichanoch/sample-discord-coc.md
ModZer0 discord code of conduct

ModZer0 Discord Server Code of Conduct

Welcome!

The ModZer0 Discord Server is for the Mod0 community and associates to come together to chat, game, and stay connected. You can consider this code of conduct to be the same for the ModZer0 Minecraft and other shared gaming servers.

The current admins are:

  • Ferrio
@dayne
dayne / keybase.md
Created October 31, 2019 21:20
keybase.md

Keybase proof

I hereby claim:

  • I am dayne on github.
  • I am dayne (https://keybase.io/dayne) on keybase.
  • I have a public key ASCfAqF-4Z-fxbKwHA0wf9GBKcDe22Q-2iXzNtHubFZJRQo

To claim this, I am signing this object:

@dayne
dayne / t3-screen-hotfix.sh
Last active November 18, 2019 22:55
t3 screen hotfix
#!/bin/bash
REP_FILE='/usr/share/dispsetup.sh'
AUTOLAUNCH='/etc/xdg/lxsession/LXDE-pi/autostart'
echo "T3 screen hotfix script starting"
sleep 1
if [ -f $REP_FILE.orig ]; then
echo "found $REP_FILE.orig - skipping application of t3 screen hot fix"
@dayne
dayne / radar-setup.md
Created December 4, 2019 03:30
radar setup notes

secure pi

  • change password
  • change hostname

stuff

  • enable node-red autostart
  • install mosquitoo
  • rtl2mqtt

install docker

@dayne
dayne / setup notes
Created August 17, 2020 20:57
streamsheets
https://github.com/cedalo/streamsheets#installation
```
mkdir ~/streamsheets
docker run -v ~/streamsheets:/streamsheets cedalo/streamsheets-installer:1.5-linux
cd ~/streamsheets
./start
```
http://localhost:8081
$ENV:PATH="$ENV:PATH;C:\Program Files (x86)\Minecraft Launcher\runtime\jre-x64"
cd C:\Users\$ENV:UserName\Downloads
javaw -jar .\OptiFine_1.16.3_HD_U_G3.jar
@dayne
dayne / readme.md
Created November 7, 2020 22:40
home dir as git

Managing your home's dot files as git repo an approach well documented by @durdn.

initial setup

git init --bare $HOME/.cfg
alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
cfg config --local status.showUntrackedFiles no
echo ".cfg" >> .gitignore
@dayne
dayne / readme.md
Last active January 11, 2022 11:51
tmux-launcher | simply on reboot tmux session launches

Simple tmux-launcher.sh for a script or command that can check to see if the session name exists yet or not before launching.

Put somewhere, like $HOME/.local/bin

Use it like this: crontab -e

@reboot $HOME/.local/bin keyword scriptname
@dayne
dayne / dots-readme.md
Created June 20, 2022 23:12
$HOME as GIT

Managing your home's dot files as git repo an approach well documented by @durdn.

initial setup

git init --bare $HOME/.cfg
alias cfg='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
cfg config --local status.showUntrackedFiles no
echo ".cfg" >> .gitignore
@dayne
dayne / loraWAN.md
Created August 23, 2022 16:43
LoraWAN

Andreas Spiess

LoRa / LoRaWAN De-Mystified

LoRa: Wireless linklayer - very low bandwidth - low battery - license free band (similiar to wifi) - no license needed to build a network (thingsnetwork). There are rules (regulations).

LoRaWAN is a protocol that uses LoRa as physical layer.

3 Parts: (Low Power) (Wide Area) (Network) = LPWAN