I hereby claim:
- I am sarcasticadmin on github.
- I am sarcasticadmin (https://keybase.io/sarcasticadmin) on keybase.
- I have a public key whose fingerprint is BBBA 6D31 E451 9326 518A 1493 8CC9 6E1E C9BA 9CEF
To claim this, I am signing this object:
##### | |
# Growing iohyve vm in bhyve without LVM | |
# Source: | |
# https://vinfrastructure.it/2018/01/resize-linux-filesystem-without-lvm/ | |
##### | |
# Grow disk on Bhyve VM | |
iohyve resize <vm> disk0 80G | |
# Check vm disk info |
###### | |
# Moving single disk zroot to new, larger SSD via temporarily adding new disk as mirror | |
# Done on FreeBSD 10.2 | |
# | |
# Sources: | |
# https://forums.freebsd.org/threads/zfsroot-without-mirror-how-to-replace-disk-migrate-to-bigger.57916/ | |
# http://www.wonkity.com/~wblock/docs/html/disksetup.html | |
##### | |
# Look up paritions from previous disk |
#!/usr/bin/env bash | |
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list | |
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
apt-get update | |
apt-get install -y vim curl openssh-server tmux stow git google-chrome-stable | |
test -d ~/.ssh || mkdir ~/.ssh && chmod 750 ~/.ssh | |
test -f ~/.ssh/authorized_keys || curl -o ~/.ssh/authorized_keys https://github.com/sarcasticadmin.keys |
I hereby claim:
To claim this, I am signing this object: