Category: fun
-
ZFS Snapshot alias
Add this to your .bash_aliases for fun and profit: function Snapshot () { local dst=”” local atnam=”” if [ -z “$1″ ]; then dst=`df -l . | tail -1 |awk ‘{print $1}’` else if [[ $1 = *@* ]]; then atnam=”${1##*@}” dst=”${1%%@*}” fi dst=`df -l “$dst” | tail -1 |awk ‘{print $1}’` fi [ -z…
-
[DnD] Winter 2019 Schedule
Dungeons and Dragons game, held from 12:30 – 3:30 in the BUF library or vestibule as available. JanuaryJan 6Jan 13Jan 20 Also be aware that Cascade Gamecon is Jan 18-20. FebruaryFeb 3Feb 10Feb 24 MarchMar 10Mar 17Mar 24
-
Jamnut Thaumaturgical Reposessions
Undas cast a spell and flew from Faroth, heading south to Bulgar valley, into the far southern Sing’jar mountains between where the Kenku live and the High Elves live, under the shadow of the southern volcano. Elador’nis, priest of Elhona, Father of Oaks, met with him. Undas, of whom a prouder gnome could not be…
-
Apply ZFS driver settings without reboot
Apply your modprobe.d values without rebooting: egrep -v ‘^#|^\s*$’ zfs.conf \ | while read L; do M=($L) N=${M[2]} P=(${N/=/ }) echo “${P[1]}” > /sys/module/zfs/parameters/${P[0]} done #zfs #linux #bash
-
Ubuntu 18.04 Netplan!
This was unexpected, but I think I’m coping well. These are my notes on configuring netplan networking on my Ubuntu 18.04 server. systemctl disable NetworkManager.service NetworkManager-wait-online.service systemctl mask NetworkManager-wait-online.service systemctl daemon-reload apt install bridge-utils -y edit /etc/udev/rules.d/70-net.rules SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{dev_id}==”0x0″, ATTR{type}==”1″, ATTR{address}==”c8:70:00:9f:d7:72″, NAME=”eth0″ SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{dev_id}==”0x0″, ATTR{type}==”1″, ATTR{address}==”00:e2:ed:17:09:60″, NAME=”eth1″ SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{dev_id}==”0x0″,…
-
Standing Workstation
This has been the most intricate thing I’ve built. I learned quite a bit about carpentry in the process.
-
Deep Below, Another Foe: Githyanki
[This post is never going to get updated, so here’s a bit of lore from last season.] Millennia ago, a great many of crusades were led by the first angels against demon kind. While these crusade were mostly futile (as truly destroying demons is challenging), many other creatures were caught in this divine wake. Included…
-
(D&D) Fall 2018 Schedule
We will meet downstairs in the Library and meditation rooms. Possibly meeting in the I street hallway if the Library is scheduled. We’re pretty easy to find. Dates are subject to change, please bookmark this post. Sept 2nd Sep 9 Sep 16 Oct 7 Oct 14 Oct 21 Nov 4 Nov 11 Nov 18 Dec…