echo "OPTIONS_UNSET+=X11" >> /etc/make.conf
make config-recursive package
| # Tried this on Lakka (official): 2.3.2 (Generic.x86_64) | |
| # | |
| # This script is a WIP (work in progress | |
| # Refs | |
| # https://www.pcsuggest.com/linux-bluetooth-setup-hcitool-bluez/ | |
| # https://wiki.archlinux.org/index.php/Bluetooth | |
| # https://stackoverflow.com/questions/12888589/linux-command-line-howto-accept-pairing-for-bluetooth-device-without-pin | |
| # | |
| # Once 8bitdo controllers are paired they do not get remembered after reboot | |
| # Even though their configs are still present in ~/.config/bluetooth |
| ##### | |
| # 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: