Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Gist to have as a reference for Kubernetes Learning.
Gist to start learning git and to highlight its most common commands.
$ git remote -v
origin [email protected]:rodrigoechaide/docker-learning.git (fetch)
origin [email protected]:rodrigoechaide/docker-learning.git (push)| # raspi-config doc: https://www.raspberrypi.org/documentation/configuration/raspi-config.md | |
| /* Command strings */ | |
| #define GET_CAN_EXPAND "sudo raspi-config nonint get_can_expand" | |
| #define EXPAND_FS "sudo raspi-config nonint do_expand_rootfs" | |
| #define GET_HOSTNAME "sudo raspi-config nonint get_hostname" | |
| #define SET_HOSTNAME "sudo raspi-config nonint do_hostname %s" | |
| #define GET_BOOT_CLI "sudo raspi-config nonint get_boot_cli" | |
| #define GET_AUTOLOGIN "sudo raspi-config nonint get_autologin" | |
| #define SET_BOOT_CLI "sudo raspi-config nonint do_boot_behaviour B1" |
| # | |
| # Wide-open CORS config for nginx | |
| # | |
| location / { | |
| if ($request_method = 'OPTIONS') { | |
| add_header 'Access-Control-Allow-Origin' '*'; | |
| # |