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 (ബി.ടി.സി) |
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
| #!/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 |
| ____________________________________________|________ | |
| \...........................................|>>>>>>>>| | |
| H A T T O R I H A N Z O |```````` | |
| P R O D U C T I O N S |
Remove the man-db package
sudo apt remove man-db --purge
Remove mandb directories
sudo rm -rf /usr/share/locale/
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
| 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 🚜 |
Here is how to create a cloud-init disk image and OS disk image suitable for configuring into a libvirt domain file.
In my case I am naming my domain (a.k.a. virtual machine or VM) xenial with a static IP address of 192.168.0.101.
The filenames "network-config" and "user-data" files are arbitrary, so they can be named with a prefix for the domain, etc.
First, get the cloud image and convert into QCOW2 format:
qemu-img convert -O qcow2 xenial-server-cloudimg-amd64-disk1.img xenial-server-cloudimg-amd64-disk1.qcow2