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
| Check the Nginx Configuration | |
| kubectl get pods -n <namespace-of-ingress-controller> | |
| kubectl exec -it -n <namespace-of-ingress-controller> nginx-ingress-controller-67956bf89d-fv58j cat /etc/nginx/nginx.conf |
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
| Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
| choco install googlechrome |
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
| http://c-nergy.be/blog/?p=10993 | |
| 1. Create new Ubuntu Server 16.04 LTS in Azure | |
| 2. Open RDP in NSG | |
| 3. SSH to VM | |
| 4. sudo apt-get update | |
| 5. sudo apt-get install ubuntu-desktop | |
| 6. wget "http://www.c-nergy.be/downloads/install-xrdp-1.9.1.zip" | |
| 7. sudo apt-get install unzip | |
| 8. unzip install-xrdp-1.9.1.zip |
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
| Git commands | |
| git init | |
| git clone | |
| git push | |
| git pull | |
| git commit -m "Message" | |
| Linux (Ubuntu) commands | |
| ls | |
| pwd |