ShareChiWai Notes
ShareChiWai Notes
Home
Blog
Menu Venue
Event
Sharing
Contact
Light
Dark
Automatic
Posts
How to extract query string from NextJs
NextJs API Query String
Chi Yau
Last updated on Sep 15, 2024
1 min read
NextJs
,
Coding
Ngrok Alternative Cloudflare Tunnel - Ngrok 同 Cloudflare Tunnel 介紹
ngrok vs cloudflare tunnel
Chi Yau
Last updated on Jul 26, 2024
1 min read
dev tools
How to check all table size in postgresql - 在PostgreSQL 如何查詢資料庫所有Table的大小
query all table size in postgresql
Chi Yau
Last updated on May 15, 2024
1 min read
Postgresql
,
DBA
How to check the size of table in postgresql - 在PostgreSQL 如何查詢資料庫Table大小
query table size
Chi Yau
Last updated on May 15, 2024
1 min read
Postgresql
,
DBA
How to check the size of database in postgresql - 在PostgreSQL 如何查詢資料庫大小
query database size
Chi Yau
Last updated on May 14, 2024
1 min read
Postgresql
,
DBA
How to set environment variable globally on Linux - 在Linux 上如何設定環境變數
Set up Environment Variable for all user on Linux
Chi Yau
Last updated on May 6, 2024
1 min read
Linux
,
System Admin
How to check if your website has Enforcing HTTP Strict Transport Security
How to check if your website has Enforcing HTTP Strict Transport Security
Chi Yau
Last updated on Mar 2, 2024
1 min read
Cybersecurity
,
CURL
,
Troubleshooting
How to install PostgreSQL Client psql on AWS VM - 在AWS VM 上如何安裝 PostgreSQL Client
How to install PostgreSQL Client on AWS EC2
Chi Yau
Last updated on May 15, 2024
1 min read
AWS
,
Postgresql
,
教程
How to remove docker image with tag none
最近成日係度試 docker 野 之後發現行 docker image ls 時出現左好多 <none> 既 image docker image ls 覺得會唔會好浪費資源… 所以想 移除佢地… 但係又唔想一個個image 咁去 remove 解決方法 我們可以用以下 command 去查看 有那些 dangling 既 image docker image ls --filter="dangling=true" docker image ls filter dangling image 之後可以用以下指令去移除他們 docker image prune --filter="dangling=true" docker image prune dangling image 之後便不會見到那些沒有 tag 的 image 了 Hope you find it useful
Last updated on Feb 17, 2024
1 min read
S3 buckets should require requests to use Secure Socket Layer
另一個在 AWS Security Hubs 遇到既建意係 S3 buckets should require requests to use Secure Socket Layer S3 buckets should require requests to use Secure Socket Layer 主要係要用https 來 access 這個bucket 解決方法
Last updated on Feb 17, 2024
1 min read
»
Cite
×