Search Filters
Search Results
116 total results found
Words
Prerequisites (必備條件) Bottleneck (瓶頸) Achieve (達到;實現) Bare Metal (實體機;裸機) ...
grep
教學網站 http://www.cyberciti.biz/faq/grep-regular-expressions/ https://www.ubuntupit.com/practic...
校時與時區設定
Chrony Built-in on CentOS CHAPTER 18. CONFIGURING NTP USING THE CHRONY SUITE CentOS / RHEL 7...
檔案上傳
Storage Options 編輯 .env STORAGE_TYPE=local_secure 其他不同類型的儲存方式 local s3 Changing Upload ...
Regex 正規表示式
教學網站 https://likegeeks.com/regex-tutorial-linux/ http://overapi.com/regex https://regexper.c...
Auto-rar.sh
解壓縮多個分割檔案 (*.part0XX.rar) #!/bin/bash echo "-> Started: "`date +%m/%d/%y\ %H:%M\ %Z` echo...
sed
教學網站 http://www.tecmint.com/linux-sed-command-tips-tricks/ https://www.cyberciti.biz/faq/how-...
awk
教學網站 http://techarena51.com/index.php/advance-text-processing-examples-awk/ https://linuxhand...
test
字串或文字的比對 Str1 = str2 | 當str1與str2相同時, 傳回True Str1 != str2| 當str1與str2不同時, 傳回True Str1 < Str...
範例與常用技巧
檔頭常用宣告 # quickly syntax set -euo pipefail # let script exit if a command fails set -o errex...
Phrases
Most importantly, you learn when and where to apply a particular technique. (最重要的是,你要學習...) le...
cURL: Tips
Options in the integration with Shell CURL_CMD="curl" CURL_OPT="-qSfs -m 60" CURL_OPT_POST="-q...
Postfix: Tips
postfix 服務啟動/停止/重新載入 postfix check postfix start postfix stop postfix reload postfix flush ...
FreeBSD: Tips
Websites FreeBSD 6.0架設管理與應用 The FreeBSD Project BSD vs Linux
有用的連結
VPN-Outline https://getoutline.org/zh-TW/home https://github.com/Jigsaw-Code 使用OUTLINE Outl...
Secure Docker Network
With SWAG SWAG - Secure Web Application Gateway With iptables 對於 Container 不同啟動方式,在 iptables 的...
網站存取的Port
使用 Cloudflare CDN 服務架設網站除了常用的 80, 443 以外,如果要用其他特殊 Port,請參考下列有支援的清單: HTTP ports: 80 8080 888...
建立新的自我簽署的憑證檔
產生新的憑證檔 new-cert.key new-cert.crt cd /dir/to/your/cert openssl req -x509 -nodes -days 365...
BookStack Installation
With Docker Tutorial: linuxserver/bookstack LSIO BookStack & Swag Setup docker-compos...
MySQL Backup
從 Host 執行 backup-db.sh #!/bin/bash BKDIR="db_backups" BKFILE="cloudcoin_raida#17.`date +%y%...