Recently Updated Pages
Pentesters
Search Engines
Learning
Government sites 資通安全署 Administration for Cyber Security, moda 國家資通安全研究院 - 首頁 (nat.gov.tw) T...
String 字串
字串是字元序列且是不可變的。以單引號或雙引號括起來的多個字元的集合,可以包含字母、數字和特殊字元。 Concatenate secret_password = 'jhk7GSH8ds' p...
Errors and Exceptions
適用實例: A file doesn’t exist A network or database connection fails Your code receiv...
Installation
Docker Compose Updated: 新版 Docker Compose 已經整合進 Docker 核心程式 安裝方式 sudo apt-get install docker-c...
Debug & Test
Debugging 偵錯 assert assert <condition>, <message> : 如果 condition 為 True,沒有作用;如果為 False,會產生錯誤...
Cheat Sheets
Cybersecurity Acronyms Common types of password attacks Designing Secure Systems
Learning
教學文章 How to SSH into a Docker Container Monitoring Docker Containers With Grafana Using Dockp...
Phrases 3
raise an error; threw an error 出現錯誤 another thing that could cause the open function to rais...
RAG
檢索增強生成 - Retrieval Augmented Generation RAG 主要用來解決大型語言模型(LLM)實際應用時的兩大侷限:幻覺/錯覺(hallucination)與資料時...
Regular Expression
Basic Regex Character types \w matches with any alphanumeric character, including underline ...
Examples
登入紀錄報告 Custom Class Dictionary/Set/List Data Set Methods def get_event_date(event): re...
Tips
編碼 UTF-8 宣告 #!/usr/bin/python # -*- coding: utf-8 -*- Find all installed modules help("module...
AI Translator
使用 LLM 實現語言翻譯 PDFMathTranslate 完整保留排版的 PDF 檔案全文雙語翻譯,支援 Google/DeepL/Ollama/OpenAI 翻譯。 GitHub...
Examples
maxmind_db_ip_geolocator.py Original Post: Python Basics for Hackers, Part 4: How to Find the Ex...
Connect with someone Hi, Tim. I recently completed the Google Cybersecurity Certificate program,...
Job Interview
Words In-person interview 面談 Phone screen 電話篩選 Hiring manager 人事經理 Recruiter 招募人員 Employer...
Subscription Usage
Viewing subscription NOTE: 這裡的版本號是指已安裝在系統的版本。 # subscription-manager list --installed +---...
Installation
Alternatives 變更 python 指令的預設路徑 alternatives --set python /usr/bin/python3 # Or alternatives -...