Error: Lower version of bootstrap stack version Source from Stackoverflow: https://stackoverflow.com/questions/62972959/aws-cdk-error-bucket-policy-already-exists-on-bucket Due to Cloudformation doesn’t allow custom bucket handle by…
AWS CDK Wafv2 enable logging the Custom Resource way
Expectation We need to collect all WAF logs to S3 bucket. But Cloud Formation or AWS CDK cannot easily configure…
Shell script beautify with shfmt
Beautify shell script with shfmt :+1: Github repo: https://github.com/mvdan/sh Installation Format Photo by Farzad Nazifi on Unsplash
Fix SSL certificate problem: unable to get local issuer certificate
Operating system: Mac OSX Big Sur 11.2 When you encountered this error SSL certificate problem: unable to get local issuer…
Ubuntu | Debian server install VNC, XRDP
Last update: 2022-12-19 Using Tasksel A tool can easy help you by installing desktop Ubuntu GNOME desktop Use the arrow…
Serving WordPress with Caddy 2
Caddy config: /etc/caddy/Caddyfile Nginx config Fixing SSL error on WordPress Add code below in to wp-config.php Source: 1. https://metalcoder.dev/how-to-get-wordpress-working-with-https-behind-a-reverse-proxy/2. https://bensmann.no/caddy-server-wordpress/…
How to disable favicons on Firefox Safari Chrome to prevent tracking and redirect
Brave (Chromium) Go to ~/Library/Application Support/BraveSoftware/Brave-Browser-Beta/Default Set Favicon into /dev/null sudo cp -a /dev/null Favicons Restart Brave browser Firefox Mac…
Fix Mozilla Firefox Mac Canvas display wired
If you got something like this happened on Firefox Mac, you should disable some setting Go about:config Search for privacy.resistFingerprinting…
Linux alternative cmd written in Rust / Go
Command: du 1. Native ones du – Summarize disk usage of the set of FILEs, recursively for directories. Most popular…
Caddy server v2 setup
Caddy server download Debian 10 64bit with ssh Download url: https://caddyserver.com/docs/download Step 1: Move caddy file under /usr/bin Step 2:…