Credit : https://blog.openmarmot.com/2016/05/18/zfs-on-ubuntu-16-04/
install
apt-get install zfsutils-linux
use fdisk to get the disk names
| # Source : https://sites.google.com/site/easylinuxtipsproject/reserve-7 | |
| apt-get install linux-headers-$(uname -r) build-essential dkms git | |
| git clone https://github.com/pvaret/rtl8192cu-fixes.git | |
| dkms add ./rtl8192cu-fixes | |
| dkms install 8192cu/1.10 | |
| depmod -a | |
| cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/ | |
| cp ./rtl8192cu-fixes/8192cu-disable-power-management.conf /etc/modprobe.d/ | |
| reboot | 
| parallel lpr ::: "$(ls)" | 
I hereby claim:
To claim this, I am signing this object:
| { | |
| "presets": [ | |
| "es2015", | |
| "stage-0", | |
| ] | |
| } | 
| source-directory /etc/network/interfaces.d | |
| auto lo | |
| iface lo inet loopback | |
| iface eth0 inet manual | |
| # wpa_passphrase "ssid" "password" | |
| auto wlan0 | |
| allow-hotplug wlan0 | 
| wget http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux/linux-headers-4.3.0-0-generic_4.3.0-0.8_amd64.deb | |
| wget http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux/linux-headers-4.3.0-0_4.3.0-0.8_all.deb | |
| wget http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux/linux-image-4.3.0-0-generic_4.3.0-0.8_amd64.deb | |
| wget http://ppa.launchpad.net/canonical-kernel-team/unstable/ubuntu/pool/main/l/linux/linux-image-extra-4.3.0-0-generic_4.3.0-0.8_amd64.deb | |
| dpkg -i linux-*.deb | 
| apt install curl gnupg software-properties-common ca-certificates curl gnupg apt-transport-https wget | |
| # Node | |
| curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/nodesource.gpg | |
| NODE_MAJOR=18 | |
| echo "deb [signed-by=/etc/apt/trusted.gpg.d/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list | |
| # Google Chrome | |
| sudo sh -c 'echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list' | |
| curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/google-chrome.gpg |