欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
最近更改
很遗憾,按页面分组结果在移动设备上不可用。如果您想使用“按页面分组”功能,请访问桌面版。
此页面可以追踪本wiki最近期的更改。
缩写列表:
- 新
- 该编辑创建了新页面(见新页面列表)
- 小
- 该编辑为小编辑
- 机
- 该编辑由机器人执行
- (±123)
- 该页面字节数的前后变化
2025年5月13日 (星期二)
- 差异历史 小 Install kafka 02:31 −801 Riguz 留言 贡献
- 移动日志 01:53 Riguz 留言 贡献移动页面Docker:Kafka安装至Install kafka,不留重定向
2025年5月7日 (星期三)
- 差异历史 新 Free LLM API 01:33 +14 Riguz 留言 贡献 (创建页面,内容为“ * GLM-4-Flash”)
2025年5月6日 (星期二)
- 差异历史 小 Ubuntu let's encryt nginx 16:36 +871 Riguz 留言 贡献 (→Wild certificate)
- 差异历史 小 Ubuntu let's encryt nginx 16:07 +1 Riguz 留言 贡献 (→Wild certificate)
- 上传日志 16:06 Riguz 留言 贡献上传文件:Wildcard-dns.png
- 差异历史 新 Ubuntu let's encryt nginx 16:06 +299 Riguz 留言 贡献 (创建页面,内容为“ = Wild certificate = <syntaxhighlight lang="bash"> sudo certbot certonly --manual --preferred-challenges=dns -d *.fn.quillgen.com </syntaxhighlight> 600px To verify: https://toolbox.googleapps.com/apps/dig/#TXT/_acme-challenge.fn.quillgen.com Category:Linux/Unix”)
- 差异历史 小 Install knative 15:17 +1,631 Riguz 留言 贡献 (→Test hello world)
- 差异历史 小 Install knative 13:47 +795 Riguz 留言 贡献 (→Test hello world)
- 差异历史 小 Install knative 13:31 +352 Riguz 留言 贡献 (→Install eventing)
- 差异历史 小 Install knative 13:28 +850 Riguz 留言 贡献 (→Configure DNS)
- 差异历史 新 Install knative 13:24 +1,493 Riguz 留言 贡献 (创建页面,内容为“=Knative Serving= == Install serving == <syntaxhighlight lang="bash"> kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.18.0/serving-crds.yaml kubectl apply -f https://github.com/knative/serving/releases/download/knative-v1.18.0/serving-core.yaml kubectl apply -f https://github.com/knative/net-kourier/releases/download/knative-v1.18.0/kourier.yaml kubectl patch configmap/config-network \ --namespace knative-serving \ --type m…”)
- 差异历史 小 Knative installation 13:22 +1,224 Riguz 留言 贡献 (→Knative)
- 差异历史 小 Interesting AI features 03:22 +26 Riguz 留言 贡献
- 差异历史 小 Interesting AI features 03:20 +64 Riguz 留言 贡献
- 移动日志 03:15 Riguz 留言 贡献移动页面Interesting AI至Interesting AI features
- 差异历史 新 Interesting AI 03:15 +45 Riguz 留言 贡献 (创建页面,内容为“ * smart head shot. https://headshot.wps.com/”)
2025年4月28日 (星期一)
- 差异历史 新 Ufw 15:12 +359 Riguz 留言 贡献 (创建页面,内容为“<syntaxhighlight lang="bash"> $ sudo ufw status numbered Status: active To Action From -- ------ ---- [ 1] OpenSSH ALLOW IN Anywhere [ 2] 22 ALLOW IN Anywhere sudo ufw delete 6 sudo ufw allow 6443 </syntaxhighlight> Category:Linux/Unix”)
2025年4月27日 (星期日)
- 差异历史 小 Kubernetes installation 14:23 +114 Riguz 留言 贡献 (→Ubuntu 24.04)
- 差异历史 新 Kubernetes storage class 14:18 +4,503 Riguz 留言 贡献 (创建页面,内容为“=NFS = <syntaxhighlight lang="bash"> apt install nfs-common # try to mount it mount -t nfs -o vers=3,nolock,proto=tcp,noresvport 10.19.31.01:/cfs-xxx /mnt/tmpnfs </syntaxhighlight> <syntaxhighlight lang="bash"> sudo ctr images pull registry.k8s.io/sig-storage/nfsplugin:v4.6.0 sudo ctr images pull registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 sudo ctr images pull registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2 sudo ctr images pull registry.k8s.io/sig-s…”)
- 差异历史 小 Ubuntu kubernetes installation 14:16 +215 Riguz 留言 贡献 (→(Optional) Join nodes)
- 差异历史 小 Ubuntu kubernetes installation 14:15 +2,144 Riguz 留言 贡献 (→Create cluster on Master node)
- 差异历史 小 Ubuntu kubernetes installation 14:12 +915 Riguz 留言 贡献 (→Install Kubeadm)
- 差异历史 小 Ubuntu kubernetes installation 14:11 +1,524 Riguz 留言 贡献 (→Containerd runtime)
- 差异历史 小 Ubuntu kubernetes installation 14:09 +1,470 Riguz 留言 贡献 (→Containerd runtime)
- 差异历史 小 Ubuntu kubernetes installation 14:07 +229 Riguz 留言 贡献 (→System preparation)
- 差异历史 小 Ubuntu kubernetes installation 14:05 +24 Riguz 留言 贡献 (→Install Kubernetes)
- 差异历史 小 Ubuntu kubernetes installation 14:05 +681 Riguz 留言 贡献 (→(Optional) Mount data disk)
- 差异历史 小 Ubuntu kubernetes installation 14:04 0 Riguz 留言 贡献 (→Mount data disk (Optional))
- 差异历史 新 Ubuntu kubernetes installation 14:03 +668 Riguz 留言 贡献 (创建页面,内容为“=System preparation= <syntaxhighlight lang="python"> $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=24.04 DISTRIB_CODENAME=noble DISTRIB_DESCRIPTION="Ubuntu 24.04.2 LTS" </syntaxhighlight> ==Updrage== <syntaxhighlight lang="bash"> sudo apt update sudo apt upgrade do-release-upgrade </syntaxhighlight> == Mount data disk (Optional) == <syntaxhighlight lang="bash"> mkfs.xfs /dev/vdb lsof /var mv /var/ /var0 mkdir /mnt/newvar/ mount /dev/vdb /mnt/newva…”)
2025年4月18日 (星期五)
- 差异历史 小 Kubernetes installation 15:45 −797 Riguz 留言 贡献 (→Nginx Ingress)
- 差异历史 小 Monitor kubernetes 15:21 +769 Riguz 留言 贡献 (→kube-prometheus-stack)
- 差异历史 新 Monitor kubernetes 15:20 +1,463 Riguz 留言 贡献 (创建页面,内容为“=kube-prometheus-stack = To monitor your Kubernetes cluster (including Knative functions and OpenEBS storage), here's a lightweight yet comprehensive setup using Prometheus, Grafana, and Alertmanager via the kube-prometheus-stack. This stack is optimized for single-node clusters and includes preconfigured dashboards/alerts. <syntaxhighlight lang="python"> helm repo add prometheus-community https://prometheus-community.github.io/helm-charts helm re…”)
- 差异历史 小 Kubernetes installation 15:10 +201 Riguz 留言 贡献 (→OpenEBS LocalPV (Advanced Local Storage))
- 差异历史 小 Kubernetes installation 15:08 +235 Riguz 留言 贡献 (→OpenEBS LocalPV (Advanced Local Storage))
- 差异历史 小 Kubernetes installation 15:08 +546 Riguz 留言 贡献 (→OpenEBS LocalPV (Advanced Local Storage))
- 差异历史 小 Kubernetes installation 15:03 +88 Riguz 留言 贡献 (→OpenEBS LocalPV (Advanced Local Storage))
- 差异历史 小 Kubernetes installation 15:02 +756 Riguz 留言 贡献 (→Metric server)
- 差异历史 小 Kubernetes installation 14:54 +355 Riguz 留言 贡献 (→Install CNI plugin)
- 差异历史 小 Kubernetes installation 14:42 +167 Riguz 留言 贡献 (→Generate config)
- 差异历史 小 Kubernetes installation 14:40 +19 Riguz 留言 贡献 (→(Master) Create cluster)
- 差异历史 小 Kubernetes installation 14:31 0 Riguz 留言 贡献 (→Install Kubeadm)
- 差异历史 小 Kubernetes installation 14:20 −671 Riguz 留言 贡献 (→System configuration)
- 差异历史 小 Kubernetes installation 14:14 +189 Riguz 留言 贡献 (→Ubuntu 22.04)
- 差异历史 小 Kubernetes installation 13:47 +1 Riguz 留言 贡献 (→Updrage)