所有公开日志
所有WHY42公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年6月13日 (五) 01:15 Riguz 留言 贡献创建了页面STM32 boot mode (创建页面,内容为“ Boot0 Boot1 Boot Mode 0 x Main Flash Memory 1 0 System Memory 1 1 Embedded SRAM”)
- 2025年6月11日 (三) 06:20 Riguz 留言 贡献移动页面Operational Transform至Collaborative editing,不留重定向
- 2025年6月7日 (六) 16:31 Riguz 留言 贡献创建了页面文件:Stlinkv3minie.jpg
- 2025年6月7日 (六) 16:31 Riguz 留言 贡献上传文件:Stlinkv3minie.jpg
- 2025年6月7日 (六) 16:09 Riguz 留言 贡献创建了页面文件:Stm32-cubeide-debug.png
- 2025年6月7日 (六) 16:09 Riguz 留言 贡献上传文件:Stm32-cubeide-debug.png
- 2025年6月7日 (六) 16:06 Riguz 留言 贡献创建了页面文件:STM32CubeProgrammer.png
- 2025年6月7日 (六) 16:06 Riguz 留言 贡献上传文件:STM32CubeProgrammer.png
- 2025年6月5日 (四) 02:08 Riguz 留言 贡献创建了页面分类:ARM (创建空白页面)
- 2025年6月5日 (四) 02:08 Riguz 留言 贡献创建了页面分类:STM32 (创建空白页面)
- 2025年6月5日 (四) 02:07 Riguz 留言 贡献创建了页面STM32 core board (创建页面,内容为“ Category:STM32 Category:ARM Category:Embedded”)
- 2025年5月13日 (二) 01:53 Riguz 留言 贡献移动页面Docker:Kafka安装至Install kafka,不留重定向
- 2025年5月7日 (三) 01:33 Riguz 留言 贡献创建了页面Free LLM API (创建页面,内容为“ * GLM-4-Flash”)
- 2025年5月6日 (二) 16:06 Riguz 留言 贡献创建了页面文件:Wildcard-dns.png
- 2025年5月6日 (二) 16:06 Riguz 留言 贡献上传文件:Wildcard-dns.png
- 2025年5月6日 (二) 16:06 Riguz 留言 贡献创建了页面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”)
- 2025年5月6日 (二) 13:24 Riguz 留言 贡献创建了页面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…”)
- 2025年5月6日 (二) 03:15 Riguz 留言 贡献移动页面Interesting AI至Interesting AI features
- 2025年5月6日 (二) 03:15 Riguz 留言 贡献创建了页面Interesting AI (创建页面,内容为“ * smart head shot. https://headshot.wps.com/”)
- 2025年4月28日 (一) 15:12 Riguz 留言 贡献创建了页面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:18 Riguz 留言 贡献创建了页面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…”)
- 2025年4月27日 (日) 14:03 Riguz 留言 贡献创建了页面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…”)