pm2 start package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # docker | |
| curl -fsSL https://get.docker.com -o get-docker.sh | |
| sudo sh get-docker.sh | |
| sudo usermod -aG docker your-user | |
| # docker ubuntu 20.04 | |
| sudo apt install docker.io | |
| sudo systemctl enable --now docker | |
| sudo usermod -aG docker SOMEUSERNAME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize-or-overview' |