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? 当前
- 08:462025年4月9日 (三) 08:46 差异 历史 +1,799 新 Kafka data lose 创建页面,内容为“= Will kafka lose data? = Kafka’s event hubs are designed to be resilient. When certain failures occur, they should be able to recover. However, there are still risks that you have to consider. == Incorrect configuration == * Retention time too short: Kafka allows you to configure how long messages are kept before deletion. If the retention.ms (retention time in milliseconds) is set too short, messages will be deleted sooner than expected. A simple mistake…”
- 08:382025年4月9日 (三) 08:38 差异 历史 +676 小 Kafka rebalance →When rebalance happens 当前
- 08:352025年4月9日 (三) 08:35 差异 历史 +674 小 Kafka rebalance →How relalance works
- 08:342025年4月9日 (三) 08:34 差异 历史 0 新 文件:Kafka-rebalance.webp 无编辑摘要 当前
- 08:332025年4月9日 (三) 08:33 差异 历史 +1,032 新 Kafka rebalance 创建页面,内容为“The concept of rebalancing is fundamental to Kafka's consumer group architecture. When a consumer group is created, the group coordinator assigns partitions to each consumer in the group. Each consumer is responsible for consuming data from its assigned partitions. However, as consumers join or leave the group or new partitions are added to a topic, the partition assignments become unbalanced. This is where rebalancing comes into play<ref>https://www.redpanda.c…”
- 08:272025年4月9日 (三) 08:27 差异 历史 −63 小 首页 无编辑摘要 当前
2025年4月6日 (星期日)
- 13:422025年4月6日 (日) 13:42 差异 历史 +122 小 ESP32 partition 无编辑摘要 当前
- 13:412025年4月6日 (日) 13:41 差异 历史 +1 小 ESP32 partition 无编辑摘要
- 13:402025年4月6日 (日) 13:40 差异 历史 +1,519 新 ESP32 partition 创建页面,内容为“<syntaxhighlight lang="bash"> FAILED: esp-idf/esptool_py/CMakeFiles/app_check_size /Users/riguz/Workspace/embedded/esp32/esp32-agent/build/esp-idf/esptool_py/CMakeFiles/app_check_size cd /Users/riguz/Workspace/embedded/esp32/esp32-agent/build/esp-idf/esptool_py && /Users/riguz/.espressif/python_env/idf5.5_py3.12_env/bin/python /Users/riguz/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/riguz/Workspace/embedded/…”
- 11:392025年4月6日 (日) 11:39 差异 历史 +19 小 ESP32 wifi config 无编辑摘要 当前
2025年4月5日 (星期六)
- 15:552025年4月5日 (六) 15:55 差异 历史 +77 小 ESP32 connect to WIFI →Configure wifi via bluetooth 当前
- 15:092025年4月5日 (六) 15:09 差异 历史 +235 小 ESP32 connect to WIFI →Configure wifi via bluetooth
- 14:562025年4月5日 (六) 14:56 差异 历史 +2,542 小 ESP32 connect to WIFI 无编辑摘要
- 12:502025年4月5日 (六) 12:50 差异 历史 +155 新 ESP32 connect to WIFI 创建页面,内容为“ Wi-Fi Station<ref>https://github.com/espressif/esp-idf/tree/v5.4.1/examples/wifi/getting_started/station</ref> Category:ESP32 Category:Embedded”
- 12:132025年4月5日 (六) 12:13 差异 历史 +12 小 ESP32 pins 无编辑摘要 当前
- 12:132025年4月5日 (六) 12:13 差异 历史 +74 小 ESP32 pins →ESP32-S3-DevKitC-1 v1.1
- 12:112025年4月5日 (六) 12:11 差异 历史 +6 小 ESP32 setup development environment →Arduino 当前
- 07:152025年4月5日 (六) 07:15 差异 历史 +1 小 STM32 development environment →STM32 for Vscode 当前