- Windows 10
- Ubuntu 22.04 WSL
- zsh
- git
| // Charles Proxy License | |
| // Registration code for any version of Charles, who would want to use a cracked version? | |
| // Charles 4.5.5 is currently the latest version and is available. | |
| Registered Name: https://zhile.io | |
| License Key: 48891cf209c6d32bf4 | |
| Author: Neo Peng |
Domain Registration > Register Domains tab.Overview tab.Domains.nivethan.me, and click Add.Add www.nivethan.me and redirect nivethan.me to it.nivethan.me and a CNAME IP under www.nivethan.me. These need to be set up on Cloudflare to make it work.| # Build: docker build -t seleium_chrome -f selenium_chrome.dockerfile . | |
| # Run: docker run selenium_chrome | |
| FROM python:3.8 | |
| RUN apt-get update && apt-get install -y unzip | |
| # Install chrome & chromedriver dependencies | |
| # Source: https://github.com/puppeteer/puppeteer/blob/v5.5.0/docs/troubleshooting.md#chrome-headless-doesnt-launch-on-unix | |
| # see section "Debian Dependencies" |