ssh-keygenπ³ Docker documentation
sudo apt-get remove \
docker \
docker-engine \
docker.io \ sudo service apache2 stop
sudo service apache2 status
sudo apt-get remove apache2π³ Docker documentation
docker image ls
docker images#Go Notes Go std
wget https://golang.org/dl/go1.17.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.17.2.linux-amd64.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin' >> $HOME/.profile // According to your terminal: $HOME/.zshrc or $HOME/.hasrcYou can move lines using alt + β / β . Also, you can select more than one line pressing shift + β / β
You can use ctrl + k + c to comment lines and ctrl + k + u to uncomment Also, if you want to comment a specific part of a line but not all the line, you can use alt + shift + a

