Home
Amir Yusoff
Cancel

Bypass Unlimited Hotspot

To bypass tethered internet Open Command Prompt (CMD) as administrator. Search for CMD and right click and select run as administrator. copy this code in the CMD and press enter netsh in...

Increase Max File Size Upload for Wordpress in Docker

Increase Max File Size Upload for Wordpress in Docker Open terminal List down active containers docker ps Run bash inside the wordpress container docker exec -it <container_name> List ...

Wordle Letter Analysis

What is Wordle? Wordle is a free game where you have six tries to guess a five-letter word through deduction. There is one word every day, which is the same for everyone. The new puzzle is release...

Deploy Clouflare DDNS on Docker

Docker Compose to install Cloudflare Dynamic Dns on your server version: '2' services: cloudflare-ddns: image: oznu/cloudflare-ddns:latest restart: always environment: - API_KE...

How to run Chirpy theme in Jekyll web server on macOS

Prerequisites This tutorial is to install and run the Chirpy theme in Jekyll web server for development. This site could be deployed through Github pages for free using Github actions provided in t...