Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

499 total results found

Learning ML

Machine Learning

Free Course ML for Developers

QNAP NAS

NAS

CLI Commands 系統資訊 [~] # getsysinfo cputmp : get CPU temperature systmp : get system temperature sysfan [fan no] : get system fan speed sysfannum : get total system fan number hdnum : get total system SATA disk number hdtmp [disk no] : get SATA disk tem...

TrueNAS CORE

NAS

Links Official: https://www.truenas.com/  Doc: https://www.truenas.com/docs/  GUI Text Console 啟用登入密碼 (預設: 關閉) System > Advanced > Unset Show Text Console without Password Prompt  Create Pool Name: mypool1 Data VDevs: Disk da1 Force: Check (NOTE...

Patch Set Update (PSU)

Oracle Database

安裝 PSU 10.2.0.5.4 (p12419392_10205_Linux-x86_64.zip) 教學參考:Zip 檔解壓後 Readme.html 事前準備  Oracle DB 必須已經安裝完成 patch 10.2.0.5。 下載需要的檔案 p6880880_102000_LINUX.zip (OPatch_upgrade) p12419392_10205_Linux-x86-64.zip (PSU 10.2.0.5.4) 如何檢查目前 DB 的版本訊息 方法一: ...

FAQ

Linux Administration 網路管理

ARP Cache 不會更新 (Send out Gratuitous ARP) 問題說明:兩部相同規格的 Linux 主機,平時互作備援,網路設定各有一個固定 IP 與共用一個 VIP,VIP 使用 Alias IP 方式。每次移動 VIP 至另一部主機時,都會遇到其他鄰近的不同 vLAN 的主機無法 ping 這 VIP,原因是它們的 Switch 設備與 Core Switch 不會立即更新 ARP Cache,直到 在那些 Switch 上手動清除舊的 ARP 紀錄。 解決方案:要讓 Core Swit...

vCenter Converter

Virtualization VMware

簡介 VMware vCenter Converter Standalone Home: https://www.vmware.com/products/converter.html  安裝 錯誤: Error 1053 Error 1053: The service did not respond to the start or control request in a timely fashion . 解決:參閱 KB: https://kb.vmware.com/s/article/649...

Filesystems

Linux Administration LVM

Linux Filesystem Comparison

Installation

Podman

Instroduction Podman - Manage containers, pods, and images with Podman. Seamlessly work with containers and Kubernetes from your local environment. What is Podman? - redhat.com [Video] It's Making Me REPLACE Docker Install Instructions: https://podman...

Automation Tools

Automation

With SSH Fabric is a high level Python (2.7, 3.4+) library designed to execute shell commands remotely over SSH, yielding useful Python objects in return. (適用於高度複雜的自動化工作) Fabric - Run Shell Commands Remotely Over SSH in Linux (tecmint.com) sshpass (...

String 字串

Python

字串是字元序列且是不可變的。以單引號或雙引號括起來的多個字元的集合,可以包含字母、數字和特殊字元。 Concatenate secret_password = 'jhk7GSH8ds' print('Password hint: the third letter of your password is ' + secret_password[2]) # Escaping characters introduction = 'Hello, I\'m John!' print(introduction) ...

Load Balancing Algorithms

Load Balancer

Load Balancing Algorithms This picture is Gif with animation, you can download it directly, alternatively being patient to wait for a while on loading.

每日金句

勵志金句

不多言、不生氣、不爭辯 善者不辨;辯者不善 做主管別想討人喜歡!張忠謀:成功的領導人都不可愛,他們是被尊敬的。 巴菲特選擇搭檔的忠告:比你聰明、比你謙虛、還不會馬後炮。

Diagrams

Linux Administration 網路管理

OSI Model Power over Ethernet (PoE) MAC Address Ethernet Cable Types

Rsyslog

Linux Administration

Tutorials Remote Syslogging with rsyslog on Red Hat Enterprise Linux - Red Hat Customer Portal Chapter 23. Viewing and Managing Log Files Red Hat Enterprise Linux 7 | Red Hat Customer Portal The Definitive Guide to Centralized Logging with Syslog on Linux...

nc - Netcat

Linux Administration 網路管理

Linux 系統中一個多用途的網路工具程式,雖然它只是一個小程式,但是能夠做的事情很多,就像瑞士刀一樣,幾乎任何使用 TCP 或 UDP 封包的動作都可以用它來達成,是許多系統管理者(包含我自己)最喜愛的網路診斷工具之一。 基本指令 # Scanning the port range (20 - 1024) nc -z 192.168.21.202 20-1024 Connection to 192.168.21.202 22 port [tcp/ssh] succeeded! Connection ...

What's DNS

Linux Administration DNS

Tutorials What is Round-Robin DNS? - GreenCloud What is a DNS Amplification Attack? - GreenCloud DNS Failover: How does it work? - GreenCloud How DNS Works DNS Record Type

Incredible PBX

Asterisk Installation

Post-Installation Incredible PBX 2027 with Debian 11 Reset the hostname and password: # Set the hostname hostnamectl set-hostname <your-FQDN-name> # Set the password passwd # for Root admin-pw-change # for FreePBX apache-pw-change ...

XenServer (Citrix Hypervisor)

Virtualization

URLs Product Documentation Produce Lifcycle Hardware Compatibility List XenCenter

Oracle Linux KVM

Virtualization Oracle Virtualization

Tutorials Virtualization | Oracle Document: Oracle Linux Virtualization Manager Document: KVM User's Guide Hardware Certification List Oracle Linux Virtualization Manager · Oracle Linux Training Station (oracle-samples.github.io) Forum: https://forums....

Xiaomi Mijia Temperature and Humidity Sensor

Raspberry Pi

硬體規格 名稱:小米藍芽溫溼度計 型號:LYWSD03MMC Raspberry Pi OS 藍芽 不需要與溫濕度計做配對,就可以直接讀資料。 bluetoothctl > scan on > devices > scan off > exit 安裝 Python module NOTE: 新版 Pi OS 只允許在 Python venv 環境下用 pip 安裝第三方套件。 # 以下指令必須用 user 帳號下執行 (non-root) mkdir mitemp cd mit...