sudo apt update
sudo apt upgrade -ysudo apt install zsh -y
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"sudo apt install vim -y
sudo apt install git -y
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_basic_vimrc.sh
sudo apt install pigpio -y
sudo apt install rsync -y
sudo apt install mplayer -y
sudo apt install vlc -yssh-copy-id [email protected]Follow this tutorial.
You can use wlan1 for keeping wifi access, and then replace wlan1 by wlan0 in those files :
sudo vim /etc/hostapd/hostapd.conf
sudo vim /etc/dnsmasq.conf
sudo vim /etc/dhcpcd.confThen reboot.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
exec zsh ### or `exec bash`
nvm install --ltssudo apt install nginx -y
sudo /etc/init.d/nginx startmkdir -p sources/assets sources/playgroundsudo apt update
sudo apt upgrade
curl https://raw.githubusercontent.com/zerotier/ZeroTierOne/master/doc/contact%40zerotier.com.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/zerotierone-archive-keyring.gpg >/dev/null
RELEASE=$(lsb_release -cs)
echo "deb [signed-by=/usr/share/keyrings/zerotierone-archive-keyring.gpg] http://download.zerotier.com/debian/$RELEASE $RELEASE main" | sudo tee /etc/apt/sources.list.d/zerotier.list
sudo apt update
sudo apt install -y zerotier-one
# sudo reboot
# sudo zerotier-cli join [NETWORKID]