Skip to content

mikeqoo1/Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

264 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note 筆記庫

個人技術筆記與工作紀錄


資料庫 databases/

筆記 說明
MariaDB MariaDB 安裝、設定、管理
MariaDB PAM 原始碼 MariaDB 10.11.9 pam_user_map.c
TiDB TiDB 分散式資料庫
TiFlash Topology TiFlash 拓撲設定
TiDM 任務配置 TiDM 任務 YAML
Redis Redis 筆記
Elasticsearch ELK Stack 筆記
HP 3PAR HP 3PAR 儲存系統
Hadoop Hadoop 大數據
PostgreSQL PostgreSQL 部署與設定

Linux 系統 linux/

筆記 說明
Linux Linux 常用指令與管理
RockyLinux dracut bug RockyLinux dracut 問題紀錄
IO 模型 IO 模型介紹與圖解
鎖的介紹 Lock 機制說明

資安 security/

筆記 說明
Hacker 滲透測試與資安筆記
hacker.sh 資安腳本
CheckList 安全檢查清單
Lynis Lynis 資安掃描工具
Lynis 報告 Lynis 掃描結果

容器與自動化 devops/

筆記 說明
Docker Docker 使用筆記
Podman Podman 容器管理
Ansible Ansible 自動化
Foreman Foreman 主機管理
PMM Percona Monitoring and Management
Podman Demo Podman compose 範例
Docker 搬移腳本 Docker volumes 搬移到 /data

Git 與 CI/CD git-cicd/

筆記 說明
Git Git 操作筆記
GitLab GitLab 設定與管理
SonarQube SonarQube 程式碼品質檢測
Nexus Repository Nexus 私有套件庫
Nexus 安裝腳本 Nexus 部署腳本
OneDev 安裝腳本 OneDev 部署腳本
Verdaccio Verdaccio npm 私有庫

網路與通訊 networking/

筆記 說明
WebRTC WebRTC 串流技術
視訊文件 視訊專案架構文件
uNetworking uWebSockets HTTP/3 建置
伺服器 192.168.199.133 伺服器設定紀錄
HAProxy 設定 HAProxy 設定檔

硬體 hardware/

筆記 說明
Intel VROC Intel VROC RAID 設定
Intel 文件 Intel PDF 手冊與截圖
Raspberry Pi 樹莓派筆記

專案部署 projects/

筆記 說明
AI 終端機 AI Workbench 部署
Plane Community Plane 專案管理工具部署
Worklenz Worklenz 專案管理工具

工具腳本 scripts/

筆記 說明
其他開發筆記 Node.js、Java、Golang、Clang 等雜記
空間清理 磁碟空間清理腳本
磁碟告警 磁碟空間告警通知
Task YAML 任務設定範例

工作相關 work/

筆記 說明
健康專區 公司相關部署腳本與設定
打包大研究 打包流程研究

個人 personal/

筆記 說明
我的塗鴉 手繪作品集
宜蘭民宿 宜蘭民宿筆記

Git SSH 設定

# 產生 SSH key
ssh-keygen -t rsa -b 4096 -C "你的信箱"
# 把 pub 的內容加到 GitHub SSH key 設定

# 多帳號設定
ssh-keygen -t ed25519 -f ~/.ssh/github_company -C "公司信箱"

# ~/.ssh/config
Host github-company
  HostName github.com
  User git
  IdentityFile ~/.ssh/github_company
  IdentitiesOnly yes

About

雜物筆記

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors