Skip to main content

Recently Updated Pages

Installation

Python

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

Updated 1 month ago by Admin

進階管理技巧

Linux Administration 帳號管理

建立系統用帳號 CentOS/RedHat) groupadd -r asterisk useradd -r -g asterisk -d /var/lib/asterisk -M ast...

Updated 1 month ago by Admin

Windows AD 認證

Linux Administration 帳號管理

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

Updated 1 month 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 1 month ago by Admin

系統管理技巧

Linux Administration

Home 目錄 完整複製 Home 目錄 由於 User 的 Home 目錄內有許多隱藏檔,若要完整複製它們,有兩個方法: 方法一:可以複製成一個新目錄 cd /home cp -a ...

Updated 1 month ago by Admin

Cheat Sheets

SHELL

PDF bash_cheat_sheet.pdf bash-shell-scripting.pdf Bash Parameter Bash Loops Bash Bas...

Updated 1 month ago by Admin

CSV

Python

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

Updated 1 month ago by Admin

Tuple 元組

Python

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

Updated 1 month ago by Admin

算術

SHELL

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

Updated 1 month ago by Admin

Course 1

Python Google Python Course

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

Updated 1 month ago by Admin

Dockerfile

Docker

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

Updated 1 month ago by Admin

Security Websites

Cybersecurity

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

Updated 1 month ago by Admin

SQLPlus

Oracle Database

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

Updated 1 month ago by Admin

Set 集合

Python

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

Updated 1 month ago by Admin

Python Cheat Sheet

Python

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

Updated 1 month ago by Admin

Classes and methods

Python Google Python Course

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

Updated 1 month 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 1 month 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 2 months ago by Admin

Dev Online Courses

Being a Developer

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

Updated 2 months ago by Admin

Sample Scripts

SHELL

線上範例 ip.sh - 主機 Public IP 品質健檢 whoamifuck.sh - Linux 系統安全檢測 Auto-rar.sh 解壓縮多個分割檔案 (*.part...

Updated 2 months ago by Admin