Kind-Sigs on Debian GNU/Linux 11 fails to create kind cluster on Podman
Kernel Version
Linux cassandra 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64 GNU/Linux
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
Remove the man-db package
sudo apt remove man-db --purge
Remove mandb directories
sudo rm -rf /usr/share/locale/
| ____________________________________________|________ | |
| \...........................................|>>>>>>>>| | |
| H A T T O R I H A N Z O |```````` | |
| P R O D U C T I O N S |
| #!/bin/bash | |
| ############################################ | |
| # (C) GNU General Public License, version 2 | |
| ############################################ | |
| UNSORT_FILE=$(mktemp /tmp/unsorted.XXXXXXXXX) | |
| SORT_FILE=$(mktemp /tmp/sorted.XXXXXXXXX) | |
| UNSORT_TEXT=$(zenity --text-info --title="Enter Unsorted Content" --width=500 --height=300 --editable) | |
| cat <<EOF > ${UNSORT_FILE} | |
| ${UNSORT_TEXT} | |
| EOF |
1) Get $35 / $25 / $20 / $10 free DigitalOcean Credit.
2) Get DigitalOcean 1 Year Free Trial.
3) Get $100 Credit For 60 Days. $100 Free Credits
| ===================== | |
| 【●】ഐ.എൻ.ആർ | |
| ===================== | |
| കയ്യിൽ ഉള്ളത് : 0.00256053 (ബി.ടി.സി) | |
| ഇന്നത്തെ റേറ്റ് : 531000 (ഐ.എൻ.ആർ) | |
| കൺവേർഷൻ റേറ്റ് : 1359.64 (ഐ.എൻ.ആർ) | |
| ===================== | |
| 【●】ടി.യു.എസ്.ഡി | |
| ===================== | |
| കയ്യിൽ ഉള്ളത് : 0.00256053 (ബി.ടി.സി) |
| version: "3.2" | |
| services: | |
| nginx: | |
| container_name: local-dev-web | |
| image: nginx:latest | |
| networks : | |
| - local-devnet | |
| ports: | |
| - "80:80" |
| Client: | |
| Version: 1.12.6 | |
| API version: 1.24 | |
| Go version: go1.7.5 | |
| Git commit: a82d35e | |
| Built: Tue Jul 18 23:18:48 2017 | |
| OS/Arch: linux/amd64 | |
| Server: | |
| Version: 1.12.6 |