Skip to main content

Recently Updated Pages

Learning ML

Machine Learning

Free Course ML for Developers

Updated 1 year ago by Admin

Tips

Nginx

FAQ Fix: Too Many Open Files How to Fix 'Too Many Open Files' Error in Nginx

Updated 1 year ago by Admin

SSL 常用技巧

SSL 與 CA

Check TLS/SSL certificate expiration date from a website) # NOTE: openssl requires at least 1.1...

Updated 1 year ago by Admin

SQL

MySQL

Online Tutorials MySQL Cheat Sheet WHERE SELECT name, wins FROM golfers WHERE wins = 1; ...

Updated 1 year ago by Admin

Learning

FreeBSD

Tutorials FreeBSD 6.0架設管理與應用 The FreeBSD Project BSD vs Linux

Updated 1 year ago by Admin

iptables

Linux Administration

基本指令 列出現有規則 iptables -L -n -v iptables -L -n -v --line-numbers iptables -L INPUT -n -v --line...

Updated 1 year ago by Admin

Makefile

Linux Administration

何謂 Makefile make 命令雖有很多內建的功能,但它也無法知道如何建立應用程式。故必須提供一個檔案,即 Makefile,告訴 make 如何建立應用程式。 Makefile ...

Updated 1 year ago by Admin

JSON

Python

JSON to dict json.loads 用來轉換資料; json.load 用來讀檔。 import json person = '{"name": "Bob", "langu...

Updated 2 years ago by Admin

Postfix: Tips

Postfix

postfix 服務啟動/停止/重新載入 postfix check postfix start postfix stop postfix reload postfix flush ...

Updated 2 years ago by Admin

Monitoring & Management

RabbitMQ

Web UI Overview Ready: 已經發佈到 Queue 的訊息量 Unacked: 消費端已接收但尚未 Ack 的訊息量 Total: Ready + Unacked ...

Updated 2 years ago by Admin

fwconsole

Asterisk FreePBX

Tutorials CLI Commands Help fwconsole help # lists all commands php /usr/sbin/fwconsol...

Updated 2 years ago by Admin

Import Virtualbox ova Image

Virtualization VMware

Export from Virtualbox 匯出 VM 至一個 *.ova image 格式選 OVF1.0。(非必要) 不要勾選網卡。(建議:在匯入 vmware 以後,再...

Updated 2 years ago by Admin

Git Installation

Git

Git Client # CentOS/RedHat 5/6 # Install from source # Get the required version of GIT from ht...

Updated 2 years ago by Admin

vCenter Patch

Virtualization VMware

官方連結 教學:VMware vCenter Server 6.7 Update 3n Release Notes 下載: Product Patches - VMware Custom...

Updated 2 years ago by Admin

ESXi Commands

Virtualization VMware

Check whether the /tmp directory is full vdf | grep tmp System Module esxcli system module lis...

Updated 2 years ago by Admin

ESXi Bug Fix & Upgrade

Virtualization VMware

升級或更新 ESX 主機步驟 用 SSH 方式 以 SSH Client 登入 vSphere 主機進行軟體修正程序。 NOTE: vSphere 主機必須事先手動啟用 SSH 服務。...

Updated 2 years ago by Admin

Dockerize Custom Application

Docker

Tutorials Dockerize a Python application - DEV Community DEV Community

Updated 2 years ago by Admin

Tips

cURL

Cheat Sheet Options in the integration with Shell CURL_CMD="curl" CURL_OPT="-qSfs -m 60" CU...

Updated 2 years ago by Admin

RabbitMQ Cluster

RabbitMQ

Clustering Guide — RabbitMQ RabbitMQ Learning III: RabbitMQ Clustering and Load Balancing How...

Updated 2 years ago by Admin

SSL/TLS Web Server

SSL 與 CA

Generate Certificates Method 1: 不需要 CA 的憑證 mkdir /etc/apache2/certs cd /etc/apache2/certs ope...

Updated 2 years ago by Admin