Recently Updated Pages
Course 1
Naming rules and conventions 命名規則與慣例 When assigning names to objects, programmers adhere to a s...
Dockerfile
Build Image Docker image 瘦身工具: dive Basic build command cd /path/to/Dockerfile docker bui...
Security Websites
CVE Database https://www.cve.org/ (Formerly: https://cve.mitre.org) https://nvd.nist.gov/ (CV...
SQLPlus
常用技巧 show user conn system/pass -- 登入資料庫 r -- 執行前一個SQL / ...
Set 集合
當您想要儲存一堆元素,並確定這些元素只出現一次時,就會使用集合(set)。集合(set)的元素也必須是不可變的。您可以將其視為字典 (dictionary) 中沒有關聯值 (value) 的鍵 ...
Python Cheat Sheet
String Methods Set/List/Dictionary Methods List methods List methods Data Structures ...
Classes and methods
Defining classes and methods class ClassName: def method_name(self, other_parameters): ...
Dictionaries vs. Lists
Dictionaries are similar to lists, but there are a few differences: Both dictionaries and lists:...
Resources
Let's Encrypt How To Secure Apache with Let's Encrypt on Ubuntu 16.04 SSL For Free 免費 SSL 憑證申...
Dev Online Courses
Developer Roadmaps 開發者學習路線圖 Developer Roadmaps - roadmap.sh Dev Community A constructive ...
Sample Scripts
線上範例 ip.sh - 主機 Public IP 品質健檢 whoamifuck.sh - Linux 系統安全檢測 Auto-rar.sh 解壓縮多個分割檔案 (*.part...
Bechmark
Benchmark for LLM engines bench.py ollama 支持并发之后和 vllm 相比性能如何?我们测测看_ollama vllm-CSDN博客 YT: o...
More
LocalAI LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacemen...
Learning
Tutorials Create your own custom Raspberry Pi image PiShrink – Make Raspberry Pi Images Small...
Hacker
Search Engines Shodan - Search Engine for the Internet of Everything. ZoomEye - Search for th...
Learning MySQL
MySQL Backup How to Backup/Restore MySQL/MariaDB and PostgreSQL Using ‘Automysqlbackup’ and ‘A...
Jupyter Notebook
Installation With pip pip install notebook Python Virtual Environment With Python Venv mkdir...
Cybersecurity
Social media is a great way to connect to other security professionals in the industry 社交媒體是與業界...
Phrases
I'd like to take a personal day off next week; 請假一天 May I have three days off next week; 請三天假 ...
tmux
Sessions Start session tmux new tmux new -s mysession Show sessions tmux ls Kill se...