The entire script is generated with gpt-4-turbo on 2024-April-28; This script won't work without https://github.com/BYVoid/OpenCC
Usage:
./convert2zhtw.sh .
or append suffix,
The entire script is generated with gpt-4-turbo on 2024-April-28; This script won't work without https://github.com/BYVoid/OpenCC
Usage:
./convert2zhtw.sh .
or append suffix,
References:
https://qiita.com/que9/items/28a9f7978fd34a620193
https://github.com/pyenv/pyenv/issues/1066#issuecomment-630939869
https://github.com/pyenv/pyenv/issues/2042#issuecomment-1131463276
https://stackoverflow.com/questions/51551557/pyenv-build-failed-installing-python-on-macos
The error:
#!/usr/bin/env bash | |
# NOTICE: This is terribly written and only tested on EC2 | |
# Make sure the firewall and network-related policies are properly set between the hosts | |
# Comments and feedback are welcome :) | |
# Verified with following version combo: | |
# rke2-selinux-0.9-1.el8.noarch | |
# libselinux-2.9-5.el8.x86_64 | |
# selinux-policy-3.14.3-68.el8.noarch | |
# container-selinux-2.170.0-1.module_el8.6.0+954+963caf36.noarch |
Hardward: x86_64, 2 core CPU, 4GB ram OS: Ubuntu Linux 20.04 LTS
The idea is to set up a file server for sharing files in between small group of people.
The server is behind a router from ISP, so I had to configure the NAT Port-Forwarding to the local IP. And since there is no static IP, I also had to use script like ddns-updater.
# This an example to create Disk Pressure on Kubernetes cluster by overwriting claim volume. | |
--- | |
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
name: longhorn-pvc-33g | |
spec: | |
accessModes: | |
- ReadWriteOnce | |
storageClassName: longhorn |
Due to unfortunete amont of traffic, team python.org decided to disable xmlrpc endpoint, incident report being update here: https://status.python.org/incidents/grk0k7sz6zkp
Also an issue tracking on github: pypa/pip#9292
The error message:
This API has been temporarily disabled due to unmanageable load and will be deprecated in the near future. Please use the Simple or JSON API instead.
Making VMs accessible from host network.
| This should work fine with Virtualbox 5.2.42 or later
Global Tools > Host Network Manager > Create > vboxnet0
On Guest VM Settings > Network > Adapter 2 > Host-Only Adapter: choose vboxnet0
Going into the VM and get the IP from 2nd Adapter.
Starting from Catalina only 64-bit will be allowed to run, otherwise you see a warning:
And compiling Treesheet from source code is a bit tricky. Luckily I found that in the CI worfkflow the daily builds already in 64-bit.
Here is where you can find it. Goto the actions from official repository,
and click on the latest successful build, eg: https://github.com/aardappel/treesheets/actions/runs/119194981