
How to Use Google Trends to Your Advantage
Hey there, trendsetters and curious minds! Have you ever wondered what the world is buzzing about online? Well, Google Trends is your backstage pass to the hottest…

Howto deploy wordpress using docker compose
This is how you can use docker compose to run WordPress on it First make docker-compose.yml with this content version: ‘2’ services: db: image: mysql:5.7 volumes: -…

Howto setting wordpress working under proxy nginx
This is my note howto setting WordPress First add this at wp-config.php