Category: Linux
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
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