Ubuntu AZ CLI and mount fileshare (az login)

Install the Azure CLI on Linux Mount SMB Azure file share on Linux Assuming you have made a fileshare on a storage account. Prerequisites: Test 445 Mount the Azure file share on-demand with mount When you mount a file share on a Linux OS, your remote file share is represented as a folder in your […]

Apache: Generate CSR (Certificate Signing Request)

Apache: Generate CSR (Certificate Signing Request) | SSL Certificates – GoDaddy Help GB openssl req -new -newkey rsa:2048 -nodes -keyout yourdomain.key -out yourdomain.csr Replace yourdomain with the domain name you’re securing. For example, if your domain name is coolexample.com, you would type coolexample.key and coolexample.csr. Open the CSR in a text editor and copy all […]

Grafana Bash, then Ansible

Tutorial Build your first dashboard | Grafana documentation Add data source, Test data source To configure basic settings for the data source, complete the following steps: Code azure-ansibel/7-grafana at main · spawnmarvel/azure-ansibel · GitHub

Wp and API https redirect (self-signed)

Steps Continue from, make all steps here in github Pre 2: WordPress HTTPS (self-signed) and WP API Pre 1:You may need to redirect your HTTP traffic to your HTTPS site. For Apache, you can do so by creating two VirtualHost entries for example: azure-ansibel/5-wordpress at main · spawnmarvel/azure-ansibel · GitHub

Apache az DNS and self signed certificate

Create a VM with ansible and configure a DNS Make Az DNS: public-ip12 | Configuration Choose the same as the VM name Follow this guide up to step 3 WordPress HTTPS (self-signed) and WP API Use this in the certificate as CN vm-uksqa13.uksouth.cloudapp.azure.com Up to step http http://20.77.73.218 = Apache2 Default Pagehttp://vm-uksqa13.uksouth.cloudapp.azure.com/ = Apache2 Default […]

WordPress HTTPS (self-signed) and WP API

# Step 0 have a vm with a public ip or private, be on vpn or not, you need an ip you can access. 20.117.154.123 (demo ip), replace all instances with the ip you are using. This VM was made with Ansible. Check site health The disk space should go away soon. Could not determine […]

/etc/host

The hosts file (also referred to as etc\hosts) is a text file used by operating systems including windows to map IP addresses to host names/domain names. This file acts as a local DNS service for your local machine and it overrides the mappings from the DNS server to which your machine is connected over the […]

WP HTTP, then move to HTTPS (IP)

Install wordpress with http, then update to https How to Install WordPress on Ubuntu 22.04 LTS Server How to Install WordPress on Ubuntu 22.04 LTS Server – Linux Shout (how2shout.com) Added a theme, a category and a post How To Create a Self-Signed SSL Certificate for Apache in Ubuntu 22.04 https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-22-04 HTTPS for WordPress – […]

WP enable SSL Apache2 selfsigned

HTTPS for WordPress – Documentation Since version 5.7, WordPress can also automatically switch to HTTPS if an SSL certificate is already set up on your server. How to install an SSL Certificate on Ubuntu Server? | by Dinu Gitlan | Medium Make cert ip Put in folders Check WP https? Edit virtual host 80 to […]