Writing /var/lib/dokuwiki/wiki.project-insanity.org/data/meta/projects/picloud.meta failed
projects:picloud
Differences
This shows you the differences between two versions of the page.
projects:picloud [2020/12/04 16:34] – old revision restored (2020/08/28 19:44) 2a01:4f8:200:54aa::2 | projects:picloud [2021/10/31 10:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== PiCloud ===== | ||
+ | ==== Vagrant setup ==== | ||
+ | <code bash> | ||
+ | pacaur -S vagrant-libvirt | ||
+ | CONFIGURE_ARGS=' | ||
+ | GEM_HOME=~/ | ||
+ | vagrant plugin install vagrant-libvirt | ||
+ | sudo systemctl restart libvirtd | ||
+ | cd ~/ | ||
+ | vagrant up | ||
+ | </ | ||
+ | ==== Deluge in a VPN container ==== | ||
+ | <code bash> | ||
+ | pacman -S arch-install-scripts | ||
+ | mkdir delugecontainer | ||
+ | sudo pacstrap -d delugecontainer | ||
+ | sudo sed -e '/ | ||
+ | sudo mv delugecontainer / | ||
+ | sudo systemctl start systemd-nspawn@delugecontainer | ||
+ | </ | ||
+ | ==== Compile custom kernel ==== | ||
+ | <code bash> | ||
+ | tar xvf fsimx6-V3.0.tar.bz2 | ||
+ | cd fsimx6-V3.0/ | ||
+ | tar xvf linux-4.1.15-fsimx6-V3.0.tar.bz2 | ||
+ | cd linux-4.1.15-fsimx6-V3.0 | ||
+ | make menuconfig | ||
+ | </ | ||
+ | Ufw firewall support: | ||
+ | < | ||
+ | [*] Networking support | ||
+ | Networking options | ||
+ | [*] Network packet filtering framework (Netfilter) | ||
+ | Core Netfilter Configuration | ||
+ | < | ||
+ | </ | ||
+ | < | ||
+ | [*] Networking support | ||
+ | Networking options | ||
+ | [*] Network packet filtering framework (Netfilter) | ||
+ | IPv6: Netfilter Configuration | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | < | ||
+ | File systems | ||
+ | <*> Btrfs filesystem support | ||
+ | </ |