Year: 2020
Screen is like a window manager for your console. It will allow you to keep multiple terminal sessions running and…
https://wp2static.com/developers/wp-cli/ WP-CLI WP-CLI is a developer-friendly way to manage WordPress sites. WP2Static integrates with WP-CLI, adding useful commands to…
Setting Up s3cmd 2.x with DigitalOcean Spaces https://www.digitalocean.com/docs/spaces/resources/s3cmd/ Validated on 19 April 2019 • Posted on 19 April 2019 Spaces is an…
# Enable pagespeed module by putting the following in http context pagespeed on; pagespeed Domain example.com; pagespeed DownstreamCachePurgeLocationPrefix http://lb1.i; pagespeed…
For the ones who are not introduced to the world of S3 bucket, this article will guide you on how…
cd /www/wwwroot/hearing-aids.com.cn git config –system user.name “audisound” git config –system user.email “[email protected]” git remote rm origin git init git remote…
Shopify makes it super easy to get set up to sell online right out of the box. And, did you know that there are also hundreds of Shopify apps available to help you grow your business?
# nginx config # WebP Express rules # ——————– location ~* ^/?wp-content/.*\.(png|jpe?g)$ { add_header Vary Accept; expires 365d; if ($http_accept…
https://www.digitalocean.com/community/tutorials/how-to-create-and-serve-webp-images-to-speed-up-your-website
When his site was unexpectedly hit by a recent core Google algorithm update, one SEO was determined to find out why. Follow along with all the steps taken to see just what went wrong and how to determine the right fix.
Free is awesome. Especially when that “free” whatever is giving you extra traffic, money, rank, reputation, riches, etc. Thankfully, there…
When I’m auditing websites, image optimisation has often been ignored more than anything, particularly technical SEO-wise. Even on the visual…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
Want to know the one thing that every successful digital marketer does first to ensure they get the biggest return…
https://zaiste.net/posts/nginx-image-server-image-filter-secure-link-modules/ NGINX with enabled image_filter and secure_links modules allows to quickly build an image server. The server can resize and cache images. It acts…
# Feel free to change this path of course (and keys_zone value as well, but also change the usage of…
add below code to nginx .conf file. # block upload php files location ~* /(?:uploads|files|wp-content|wp-includes)/.*.php$ { deny all; access_log off;…