Recently Updated Pages
nc - Netcat
Linux 系統中一個多用途的網路工具程式,雖然它只是一個小程式,但是能夠做的事情很多,就像瑞士刀一樣,幾乎任何使用 TCP 或 UDP 封包的動作都可以用它來達成,是許多系統管理者(包含我自己...
vimrc
vimrc " " minimal vimrc with no (extra) plugins " "regular settings "---------------- " u...
OSI Model by layer
Diagram
每日金句
不多言、不生氣、不爭辯 善者不辨;辯者不善 做主管別想討人喜歡!張忠謀:成功的領導人都不可愛,他們是被尊敬的。 巴菲特選擇搭檔的忠告:比你聰明、比你謙虛、還不會馬後炮。
date
Shell 範例 # Sample today=$(date +%Y/%m/%d) NOW=`date "+%Y/%m/%d %H:%M:%S"` eval `date "+day=...
Automation Tools
With SSH Fabric is a high level Python (2.7, 3.4+) library designed to execute shell commands ...
Regex 正規表示式
教學網站 https://likegeeks.com/regex-tutorial-linux/ http://overapi.com/regex https://regexper.c...
APT
常用指令 dpkg # 列出已安裝的套件 dpkg -l # 列出指定套件的檔案列表 dpkg -L <package name> # 查詢系統內某個指令檔的套件名稱 dp...
加密軟體工具
Linux Cryptsetup - 支援 LUKS/plain dm-crypt/loop-AES/TrueCrypt/BitLocker 等加密格式 How to Encrypt...
Portainer
Introduction https://www.portainer.io/ A centralized service delivery platform for containeriz...
Installation
Instroduction Podman - Manage containers, pods, and images with Podman. Seamlessly work with con...
tmux
Sessions Start session tmux new tmux new -s mysession Show sessions tmux ls Kill se...
Learning
11 Best Tools to Access Remote Linux Desktop Get Started With Ubuntu Remote Desktop: What is I...
Filesystems
Linux Filesystem Comparison
常用指令
Logical Volume - LV # 顯示所有 LV 使用狀況 lvdisplay -C # 新增 LV lvcreate -L 10G -n LV_name VG_name ...
Linux Backup Tools
Data Backup Restic - is a fast, open source, secure and cross-platform backup program. It allo...
QNAP NAS
CLI Commands 系統資訊 [~] # getsysinfo cputmp : get CPU temperature systmp : get system temperatu...
awk
教學網站 https://linuxhandbook.com/awk-command-tutorial/ Running Awk in parallel to process 256M ...
vCenter Converter
簡介 VMware vCenter Converter Standalone Home: https://www.vmware.com/products/converter.html 安...
Cloudflare Tunnel
Cloudflare Tunnel 是一款內網穿透的隧道軟體,也是 Argo Tunnel 前身分出來做為免費版使用,它可以快速建立安全地加密到任何服務的流量,可以保護您的伺務器免受直接攻擊,就...