Recently Updated Pages
管理與操作
基本操作 查出目前使用哪種 SHELL ps -p $$ echo $0 echo $SHELL 執行 SHELL 的方式 sh file . file source file...
Q & A
NFS 遠端目錄無法卸載 Umount a NFS directory with the error: device is busy 當遭遇某些異常情況時,原先的 NFS 目錄可能無...
系統管理技巧
Home 目錄 完整複製 Home 目錄 由於 User 的 Home 目錄內有許多隱藏檔,若要完整複製它們,有兩個方法: 方法一:可以複製成一個新目錄 cd /home cp -a ...
FirewallD
Introduction FirewallD is frontend controller for iptables used to implement persistent network ...
Systemd
簡介 Linux 的各項服務管理一直都是用 SysV Init Script,Systemd 是新的管理工具,在 CentOS 7 開始已經有支援。 設定上比 SysV Init 簡單許多,...
Yum/Dnf & Rpm
yum/dnf 套件庫管裡 # 已啟用的套件庫清單 dnf repolist enabled # 列出所有的套件庫包含 disabled 與 enabled dnf repolis...
DNS Online Tools
DNS Check DNS Check DNSChecker Google Admin Toolbox Dig Google Admin Toolbox Check MX Nslo...
Job Interview
Words In-person interview 面談 Phone screen 電話篩選 Hiring manager 人事經理 Recruiter 招募(聘)人員 Emplo...
SELinux
安全增強式 Security-Enhanced Linux(SELinux)是一個在內核中實踐的強制存取控制(MAC)安全性機制。SELinux 首先在 CentOS 4 出現,並在其後的 Ce...
Rsyslog
Tutorials Remote Syslogging with rsyslog on Red Hat Enterprise Linux - Red Hat Customer Portal...
Kernel parameters
DB2 v11 /etc/sysctl.d/01-db2.conf: # For DB2 server with 30 GB RAM # - Get the RAM size by fol...
Learning 拾人牙慧
系統管理 Core Dump Creating and debugging Linux dump files [gdb] GDB debugging tutorial for b...
Rsync
限制頻寬 限制傳檔的網路頻寬 --bwlimit=30000 30000 = 30000 KB/ps = 30 MB/ps Dry Run rsync -avh -n <sou...
Cybersecurity Tools
Websites 10 Top Open Source Penetration Testing Tools OSV-Scanner 5 Tools to Scan a Linux Se...
Q & A
0516-1398 extendvg 0516-1398 extendvg: The physical volume hdisk1, appears to belong to another ...
Ksh
Korn shell - ksh if-then if [[ -e /usr/opt/rpm/bin/rpm ]] then RPM_CMD="/usr/opt/rpm/bin/...
AIX Toolbox
Tutorials Configuring YUM and creating local repositories on IBM AIX - IBM Developer Tips for...
範例與常用技巧
檔頭常用宣告 Use Bash Strict Mode # quickly syntax set -euo pipefail # let script exit if a c...
AI Translator
使用 LLM 實現語言翻譯 PDFMathTranslate 完整保留排版的 PDF 檔案全文雙語翻譯,支援 Google/DeepL/Ollama/OpenAI 翻譯。 GitHub...
tmux
Sessions Start session tmux new tmux new -s mysession Show sessions tmux ls Kill se...