Skip to main content

Recently Updated Pages

Installation

Docker

Docker Compose Updated: 新版 Docker Compose 已經整合進 Docker 核心程式 安裝方式 sudo apt-get install docker-c...

Updated 4 months ago by Admin

RAG

Gen AI

檢索增強生成 - Retrieval Augmented Generation RAG 主要用來解決大型語言模型(LLM)實際應用時的兩大侷限:幻覺/錯覺(hallucination)與資料時...

Updated 4 months ago by Admin

Examples

Python

maxmind_db_ip_geolocator.py Original Post: Python Basics for Hackers, Part 4: How to Find the Ex...

Updated 4 months ago by Admin

Subscription Usage

Linux Administration Red Hat Subscription Manager

Viewing subscription NOTE: 這裡的版本號是指已安裝在系統的版本。 # subscription-manager list --installed +---...

Updated 4 months ago by Admin

Installation

Python

Alternatives 變更 python 指令的預設路徑 alternatives --set python /usr/bin/python3 # Or alternatives -...

Updated 4 months ago by Admin

Windows AD 認證

Linux Administration 帳號管理

登入 RedHat 系統時,可使用 Windows AD 帳號。 RedHat 7/8 (不加入網域) 這個方式需要先建立相同名稱的本機帳號,通常這個會違反資安規範。 Chapter ...

Updated 4 months ago by Admin

Phrases 2

Learning English

before we're done with for loops, let's check out some common mistakes you may come across whil...

Updated 4 months ago by Admin

CSV

Python

Reading CSV files csv.reader(<file-object>, delimiter=':') : input is CSV file. the parameter ...

Updated 4 months ago by Admin

Tuple 元組

Python

元組類似於清單,是任何類型的元素序列,但它們是不可變的,它們以括號表示。 符號用括號 內容不可變更 處理大量資料比 List 節省記憶體 讀取速度比串列(List)快 a = ...

Updated 4 months ago by Admin

算術

SHELL

let #!/usr/bin/env bash let NUMBER1=10 let NUMBER2=3 # Addition => + operator let ADD=$N...

Updated 4 months ago by Admin

Course 1

Python Google Python Course

Naming rules and conventions 命名規則與慣例 When assigning names to objects, programmers adhere to a s...

Updated 4 months ago by Admin

Dockerfile

Docker

Build Image Docker image 瘦身工具: dive Basic build command cd /path/to/Dockerfile docker bui...

Updated 4 months ago by Admin

Security Websites

Cybersecurity

CVE Database https://www.cve.org/ (Formerly: https://cve.mitre.org) https://nvd.nist.gov/ (CV...

Updated 5 months ago by Admin

SQLPlus

Oracle Database

常用技巧 show user conn system/pass -- 登入資料庫 r -- 執行前一個SQL / ...

Updated 5 months ago by Admin

Set 集合

Python

當您想要儲存一堆元素,並確定這些元素只出現一次時,就會使用集合(set)。集合(set)的元素也必須是不可變的。您可以將其視為字典 (dictionary) 中沒有關聯值 (value) 的鍵 ...

Updated 5 months ago by Admin

Python Cheat Sheet

Python

String Methods Set/List/Dictionary Methods List methods List methods Data Structures ...

Updated 5 months ago by Admin

Classes and methods

Python Google Python Course

Defining classes and methods class ClassName: def method_name(self, other_parameters): ...

Updated 5 months ago by Admin

Dictionaries vs. Lists

Python Google Python Course

Dictionaries are similar to lists, but there are a few differences: Both dictionaries and lists:...

Updated 5 months ago by Admin

Resources

SSL 與 CA

Let's Encrypt How To Secure Apache with Let's Encrypt on Ubuntu 16.04 SSL For Free 免費 SSL 憑證申...

Updated 5 months ago by Admin

Dev Online Courses

Being a Developer

Developer Roadmaps 開發者學習路線圖 Developer Roadmaps - roadmap.sh Dev Community A constructive ...

Updated 5 months ago by Admin