Tag: ubuntu
-
Using Let’s Encrypt to put a free SSL certificate on your site
Lets assume for a moment you have created a server like here Webserver and MySQL Setup (Quick) with User and Privileges on Ubuntu And you have setup a site like this Install WordPress (on Ubuntu 22.04+) Then we now will want to start using an SSL certificate to secure our site. sudo apt install -y…
-
Install WordPress (on Ubuntu 22.04+)
First complete your initial server setup, follow the link below. Webserver and MySQL Setup (Quick) with User and Privileges on Ubuntu Now we are ready to start the specific needs for WordPress. First we make sure to give www-data (Apache2 User) the privileges on the folder we will use to install sudo chown -R www-data…
-
Webserver (PHP8.1) and MySQL (8) Setup (Quick) with User and Privileges on Ubuntu (22.04+)
Lets assume you have a blank Ubuntu Server, this can be 22.04, or any later (TLS preferred) version. First, lets become sudo. sudo su Then we can install some tools. We have included some other convenient defaults, including the additional needs for PHPMyAdmin. (PHPMyAdmin is not adviced to be enabled in any production environment) apt…