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 |
| sudo apt install gnupg software-properties-common ca-certificates curl gnupg apt-transport-https wget | |
| # Node | |
| curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash | |
| \. "$HOME/.nvm/nvm.sh" | |
| nvm install 24 | |
| # Google Chrome | |
| curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/google-chrome.gpg | |
| echo "deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list |