2025年5月13日 (星期二)
- 02:312025年5月13日 (二) 02:31 差异 历史 −801 小 Install kafka 无编辑摘要 当前
- 01:532025年5月13日 (二) 01:53 差异 历史 0 小 Install kafka Riguz移动页面Docker:Kafka安装至Install kafka,不留重定向
2025年5月7日 (星期三)
- 01:332025年5月7日 (三) 01:33 差异 历史 +14 新 Free LLM API 创建页面,内容为“ * GLM-4-Flash” 当前
2025年5月6日 (星期二)
- 16:362025年5月6日 (二) 16:36 差异 历史 +871 小 Ubuntu let's encryt nginx →Wild certificate 当前
- 16:072025年5月6日 (二) 16:07 差异 历史 +1 小 Ubuntu let's encryt nginx →Wild certificate
- 16:062025年5月6日 (二) 16:06 差异 历史 0 新 文件:Wildcard-dns.png 无编辑摘要 当前
- 16:062025年5月6日 (二) 16:06 差异 历史 +299 新 Ubuntu let's encryt nginx 创建页面,内容为“ = 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”
- 15:172025年5月6日 (二) 15:17 差异 历史 +1,631 小 Install knative →Test hello world 当前
- 13:472025年5月6日 (二) 13:47 差异 历史 +795 小 Install knative →Test hello world
- 13:312025年5月6日 (二) 13:31 差异 历史 +352 小 Install knative →Install eventing
- 13:282025年5月6日 (二) 13:28 差异 历史 +850 小 Install knative →Configure DNS
- 13:242025年5月6日 (二) 13:24 差异 历史 +1,493 新 Install knative 创建页面,内容为“=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…”
- 13:222025年5月6日 (二) 13:22 差异 历史 +1,224 小 Knative installation →Knative 当前
- 03:222025年5月6日 (二) 03:22 差异 历史 +26 小 Interesting AI features 无编辑摘要 当前
- 03:202025年5月6日 (二) 03:20 差异 历史 +64 小 Interesting AI features 无编辑摘要
- 03:152025年5月6日 (二) 03:15 差异 历史 +38 新 Interesting AI Riguz移动页面Interesting AI至Interesting AI features 当前 标签:新重定向
- 03:152025年5月6日 (二) 03:15 差异 历史 0 小 Interesting AI features Riguz移动页面Interesting AI至Interesting AI features
- 03:152025年5月6日 (二) 03:15 差异 历史 +45 新 Interesting AI features 创建页面,内容为“ * smart head shot. https://headshot.wps.com/”
2025年4月28日 (星期一)
- 15:122025年4月28日 (一) 15:12 差异 历史 +359 新 Ufw 创建页面,内容为“<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日 (星期日)
- 14:232025年4月27日 (日) 14:23 差异 历史 +114 小 Kubernetes installation →Ubuntu 24.04 当前
- 14:182025年4月27日 (日) 14:18 差异 历史 +4,503 新 Kubernetes storage class 创建页面,内容为“=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…” 当前
- 14:162025年4月27日 (日) 14:16 差异 历史 +215 小 Ubuntu kubernetes installation →(Optional) Join nodes 当前
- 14:152025年4月27日 (日) 14:15 差异 历史 +2,144 小 Ubuntu kubernetes installation →Create cluster on Master node
- 14:122025年4月27日 (日) 14:12 差异 历史 +915 小 Ubuntu kubernetes installation →Install Kubeadm
- 14:112025年4月27日 (日) 14:11 差异 历史 +1,524 小 Ubuntu kubernetes installation →Containerd runtime
- 14:092025年4月27日 (日) 14:09 差异 历史 +1,470 小 Ubuntu kubernetes installation →Containerd runtime
- 14:072025年4月27日 (日) 14:07 差异 历史 +229 小 Ubuntu kubernetes installation →System preparation
- 14:052025年4月27日 (日) 14:05 差异 历史 +24 小 Ubuntu kubernetes installation →Install Kubernetes
- 14:052025年4月27日 (日) 14:05 差异 历史 +681 小 Ubuntu kubernetes installation →(Optional) Mount data disk
- 14:042025年4月27日 (日) 14:04 差异 历史 0 小 Ubuntu kubernetes installation →Mount data disk (Optional)
- 14:032025年4月27日 (日) 14:03 差异 历史 +668 新 Ubuntu kubernetes installation 创建页面,内容为“=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日 (星期五)
- 15:452025年4月18日 (五) 15:45 差异 历史 −797 小 Kubernetes installation →Nginx Ingress
- 15:212025年4月18日 (五) 15:21 差异 历史 +769 小 Monitor kubernetes →kube-prometheus-stack 当前
- 15:202025年4月18日 (五) 15:20 差异 历史 +1,463 新 Monitor kubernetes 创建页面,内容为“=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…”
- 15:102025年4月18日 (五) 15:10 差异 历史 +201 小 Kubernetes installation →OpenEBS LocalPV (Advanced Local Storage)
- 15:082025年4月18日 (五) 15:08 差异 历史 +235 小 Kubernetes installation →OpenEBS LocalPV (Advanced Local Storage)
- 15:082025年4月18日 (五) 15:08 差异 历史 +546 小 Kubernetes installation →OpenEBS LocalPV (Advanced Local Storage)
- 15:032025年4月18日 (五) 15:03 差异 历史 +88 小 Kubernetes installation →OpenEBS LocalPV (Advanced Local Storage)
- 15:022025年4月18日 (五) 15:02 差异 历史 +756 小 Kubernetes installation →Metric server
- 14:542025年4月18日 (五) 14:54 差异 历史 +355 小 Kubernetes installation →Install CNI plugin
- 14:422025年4月18日 (五) 14:42 差异 历史 +167 小 Kubernetes installation →Generate config
- 14:402025年4月18日 (五) 14:40 差异 历史 +19 小 Kubernetes installation →(Master) Create cluster
- 14:312025年4月18日 (五) 14:31 差异 历史 0 小 Kubernetes installation →Install Kubeadm
- 14:202025年4月18日 (五) 14:20 差异 历史 −671 小 Kubernetes installation →System configuration
- 14:142025年4月18日 (五) 14:14 差异 历史 +189 小 Kubernetes installation →Ubuntu 22.04
- 13:472025年4月18日 (五) 13:47 差异 历史 +1 小 Kubernetes installation →Updrage
2025年4月16日 (星期三)
- 05:302025年4月16日 (三) 05:30 差异 历史 +27 小 Walle architecture 无编辑摘要 当前
- 05:292025年4月16日 (三) 05:29 差异 历史 +25 新 Walle architecture 创建页面,内容为“ * Physical machine: 4C8G”
2025年4月13日 (星期日)
- 00:572025年4月13日 (日) 00:57 差异 历史 +96 新 C++ Core Guidelines 创建页面,内容为“ <ref>https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#main</ref> Category:C++” 当前
2025年4月9日 (星期三)
- 08:462025年4月9日 (三) 08:46 差异 历史 +82 小 Kafka data lose →Will kafka lose data? 当前