今天在Youtube上看到一則新聞關於政策性保單「小額終老險」的試算與思考。
網頁
2023/2/27
2023/2/25
2023/2/20
AWS EC2 instance SSH連線逾時 Operation timed out default Security Group
本機使用SSH連線到EC2 instance時出現Operation timed out
無法連線。
AWS EC2 instance SSH連線 WARNING: UNPROTECTED PRIVATE KEY FILE
解決本機使用SSH連線到EC2 instance時出現WARNING: UNPROTECTED PRIVATE KEY FILE
無法連線。
2023/2/19
2023/2/18
2023/2/17
2023/2/16
PostgreSQL LIKE 與 ILIKE 差別
PostgeSQL的LIKE
及ILIKE
皆用於模糊查詢,差別是LIKE
比對時區分大小寫(case-sensitive);ILIKE
則否(case-insensitive)。
2023/2/14
2023/2/13
GCP gcloud CLI 建立GCP Partner Interconnect connection VLAN Attachment
GCP gcloud cli建立Partner Interconnect connection的VLAN attachment。
Golang 建立GCP Partner Interconnect connection VLAN Attachment
Go以Google API Client Libraries來建立GCP Partner Interconnect connection的VLAN attachment。
2023/2/12
Golang 取得GCP Interconnect Cloud Router
Go以Google API Client Libraries來取得GCP Interconnect Cloud Router。
Golang 建立GCP Interconnect Cloud Router
Go以Google API Client Libraries來建立GCP Interconnect Cloud Router。
2023/2/11
2023/2/10
GCP 設定本機應用程式存取憑證 Application Default Credentials
本機的應用程式若要以GCP SDK操作GCP資源,可設定ADC憑證(Application Default Credentials)來達成。
2023/2/9
GCP gcloud CLI 列出所有的Computer Engine instance
GCP gcloud CLI的gcloud compute instances list
命令可列出所有的Computer Engine instance(即VM instance)。
GCP Partner Interconnect VLAN attachment是什麼?
GCP Partner Interconnect(合作夥伴互連)的VLAN attachment是一個地端網路(on-premises network)與GCP VPC的邏輯連接。
GCP Partner Interconnect簡介
GCP Interconnect的Partner Interconnect(合作夥伴互連)可建立地端網路(on-premises network)與GCP的VPC私有網路連線。
2023/2/8
Golang 連結AWS Direct Connect Connection與VPC
Go以AWS提供的SDK aws-sdk-go-v2
來建立Direct Connect Connection與VPC的連結。
Golang 刪除AWS Direct Connect Virtual Interface
Go以AWS提供的SDK aws-sdk-go-v2
來刪除Direct Connect的Private virtual interface。
Golang 取得AWS Direct Connect Virtual Interface
Go以AWS提供的SDK aws-sdk-go-v2
來取得Direct Connect的Virtual interface。
2023/2/7
Golang 解除AWS Direct Connect gateway與Virtual private gateway關聯
Go以AWS提供的SDK aws-sdk-go-v2
來解除Direct Connect gateway與Virtual private gateway的關聯。
Golang 取得AWS Direct Connect gateway與Virtual private gateway關聯
Go以AWS提供的SDK aws-sdk-go-v2
來取得Direct Connect gateway與Virtual private gateway的關聯。
Golang 關聯AWS Direct Connect gateway與Virtual private gateway
Go以AWS提供的SDK aws-sdk-go-v2
來關聯Direct Connect gateway與Virtual private gateway。
AWS Direct Connect 關聯Direct Connect gateway與Virtual private gateway
在AWS console將Direct Connect gatewayVirtual private gateway附加至VPC。
2023/2/6
Golang 建立AWS Direct Connect Private Virtual Interface
Go以AWS提供的SDK aws-sdk-go-v2
來建立Direct Connect的Private virtual interface。
2023/2/5
2023/2/4
2023/2/3
AWS Direct Connect and virtual private gateway associations筆記
下圖為Direct Connect與VPC間的Virtual private gateway associations(虛擬私有閘道關聯)的關係圖。
2023/2/2
AWS Direct Connect LOA-CFA
AWS Direct Connect的LOA-CFA(Letter of Authorizatoin and Connecting Facility Assignment)是一份授權文件,其授權網路服務供應商(e.g.中華電信)建立與AWS Direct Connection位置的實體連線。
2023/2/1
什麼是虛擬區域網路 What is VLAN (Virtual Local Area Network)
虛擬區域網路(VLAN)是由一或多個實體區域網路(LAN)內的多個電腦或裝置組成的邏輯網路(logical netowrk)。
什麼是區域網路 What is LAN (Local Area Network)
區域網路(LAN)是在一實體區域內透過網路交換器(network switch)在一個Layer 2乙太網廣播域彼此互連的一群電腦或裝置。