- OS: Gentoo Linux
- DE: xfce4
- wm theme: Nordic
- GTK theme: Nordic
- xfce4-panel: custom.css
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
port: 443 | |
certFile: /etc/detour/server.crt | |
keyFile: /etc/detour/server.key | |
mappings: | |
- domain: domain.com | |
targetURL: https://www.google.com | |
- domain: sales.domain.com | |
targetURL: http://anish.pulsiot.com | |
- domain: rest.domain.com |
Exposing Podman containers fully on the network
By: Christophe Vanlancker May 8, 2020
If you're used to the Docker world of running containers, you'll know that by default containers use a bridge, living in a separate network on a host, and using NAT to allow them to communicate to the outside world.
When you hear the word "NAT", you should immediately know that only communications initialized from the containers are allowed to receive connections back.
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
################################################################################### | |
# | |
# Free SSL Certificate CSR Generator | |
# | |
# OpenSSL configuration file for creating a CSR | |
# Modify only the FQDN and ORGNAME lines, if required and then run: | |
# | |
# openssl req -new -config ssl-config.cnf -keyout myserver.key -out myserver.csr | |
# | |
# from the CPanel SSH terminal from "/home/$USER/anish/ssl" directory |
Original Source : https://www.qloudx.com/nginx-ingress-controller-for-amazon-eks-frequently-used-annotations/
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
debuggerboy@cassandra:~$ sudo kind create cluster --name ko2 --config /home/debuggerboy/labs/kubernetes/anish-kind/anish-multi-node.yaml | |
enabling experimental podman provider | |
Creating cluster "ko2" ... | |
✓ Ensuring node image (kindest/node:v1.23.4) 🖼 | |
✓ Preparing nodes 📦 📦 📦 | |
✓ Writing configuration 📜 | |
✓ Starting control-plane 🕹️ | |
✓ Installing CNI 🔌 | |
✓ Installing StorageClass 💾 | |
✗ Joining worker nodes 🚜 |
- Latest version of noto color emoji ( You can get at [https://github.com/googlefonts/noto-emoji/releases] )
- fontconfig
- Noto sans ( https://www.google.com/get/noto/ )
- Noto sans serif ( https://www.google.com/get/noto/ )
- Noto serif ( https://www.google.com/get/noto/ )
- Noto mono ( https://www.google.com/get/noto/ )
- Twemoji ( [https://github.com/twitter/twemoji] )
Google Cloud Useful Pages
# | Question | Answer |
---|---|---|
1 | List of all OS Images in Compute Engine | https://cloud.google.com/compute/docs/images/os-details |
2 | List of all instance types in Compute Engine | https://cloud.google.com/compute/docs/machine-types |
3 | Pricing for all instance types in Compute Engine | https://cloud.google.com/compute/vm-instance-pricing |
Additional Resources
NewerOlder