Skip to content

antony@notes:~$ cd misc && ls

其他

89 articles · sorted by date desc

misc · 2024-09-15

jq 命令

好的,讓我們詳細解釋以下這個命令的作用和每個部分的功能:

misc · 2024-08-03

Pod LifeCycle

Create a Pod: 使用者透過 Kubectl run 或 kubectl apply -f abc.yaml 來建立 Pod。 Pending: Pod 已被 Kubernetes…

misc · 2024-07-04

Test Webhook

Webhooks are HTTP callbacks that allow you to send alerts to external services or applications. You can use webhooks to…

misc · 2024-05-10

洞悉 FCB 腳本

\033[0m,關閉所有屬性 all: 套用全部FCB設定(除了firewalld以及iptable) filesystem: 套用磁碟與檔案系統設定,【FCB29-31,322】 systemsetting:…

misc · 2024-04-26

無標題

logrotate 的機制是每天會 rotate 一次,假設原本的檔名是 cron.log ,在 rotate 之後檔案會被壓縮成 cron.log..xz。 image.png

misc · 2024-04-19

Google

今天我們為何要先學 GCP? 答: 因為要來 Run Google Kubernetes Engine (GKE)

misc · 2024-04-02

中華電信 POC

>底層作業系統為RHEL9主機 | 環境內連線需保持全程加密(SSL憑證) | 完成交付安裝建置文件

misc · 2024-03-25

註冊 RHEL

https://www.server-world.info/en/note?os=CentOSStream9&p=squid&f=2

misc · 2024-03-18

Upload File to Google Drive from Linux Command Line

Upload File to Google Drive from Linux Command Line

misc · 2024-03-11

What is Reed–Solomon Code?

「錯誤更正碼」, Error–Correcting Codes, 通常縮寫成 ECC。 在日常生活中,我們經常可以遇到 ECC 的應用,譬如在買電腦的時候,老闆說他的 RAM 是 ECC RAM, 也就是說他的 RAM 有錯誤更正碼在裡面。