Recently Updated Pages
Windows AD 認證
登入 RedHat 系統時,可使用 Windows AD 帳號。 RedHat 7/8 (不加入網域) 這個方式需要先建立相同名稱的本機帳號,通常這個會違反資安規範。 Chapter ...
Phrases 2
before we're done with for loops, let's check out some common mistakes you may come across whil...
CSV
Reading CSV files csv.reader(<file-object>, delimiter=':') : input is CSV file. the parameter ...
Tuple 元組
元組類似於清單,是任何類型的元素序列,但它們是不可變的,它們以括號表示。 符號用括號 內容不可變更 處理大量資料比 List 節省記憶體 讀取速度比串列(List)快 a = ...
算術
let #!/usr/bin/env bash let NUMBER1=10 let NUMBER2=3 # Addition => + operator let ADD=$N...
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...
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:...
Dev Online Courses
Developer Roadmaps 開發者學習路線圖 Developer Roadmaps - roadmap.sh Dev Community A constructive ...
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...
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; 請三天假 ...