Month: April 2020
The following script will install nginx and php 7.2 and will also secure the installation with let’s encrypt. You need to save this script and make it executable: vi install.sh Paste the script and save: Make the script executable chmod +x install.sh Run the script ./install.sh Follow the messages as . . . Read more
If you moved your wordpress installation to another location/ server of maybe you want to restore from backup an older wordpress installation or for whatever reason you want to change the URL of an existing wordpress installation, this is how you can achieve this through command line (cli): Let’s say . . . Read more
Varnish Cache is a web application accelerator also known as a HTTP reverse proxy. Depending on your architecture, it can speed up your application with a factor of 300 to 1000x. Read more about Varnish Cache. This is a guide of how to install Varnish Cache on your Ubuntu server. . . . Read more
This is how permissions work in linux/ unix Read on a file allows the user to to see the content of the file on a directory allows the user to see the content of the directory value is 4 Write on a file allows the user to modify (and implicitly . . . Read more