hostnamectl set-hostname lg.kreonet2.net dpkg-reconfigure openssh-server systemctl restart ssh.service growpart /dev/sda 1 resize2fs /dev/sda1 curl https://gist.githubusercontent.com/lesstif/8185f143ba7b8881e767900b1c8e98ad/raw/1ef8f13716e86ec2dbd4ad7af2f0775d9b13e264/change-ubuntu-mirror.sh | bash - ufw disable apt -y install firewalld systemctl enable firewalld --now firewall-cmd --add-port=SSH_PORT/tcp firewall-cmd --add-port=SSH_PORT/tcp --permanent firewall-cmd --list-all python3 --version Python 3.6.9 apt show python3-dev python3-pip apt install -y python3-dev python3-pip curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update sudo apt install -y nodejs yarn redis-server sudo systemctl enable redis-server --now useradd -m hyperglass chsh hyperglass -s /bin/zsh cp -arp /root/.ssh /home/hyperglass chown -R hyperglass:hyperglass /home/hyperglass/.ssh su hyperglass cd ~ pip3 install --upgrade pip pip3 install hyperglass