5 Nov, 2023 | Proxmox, Server, Synology DSM
I was looking into install Synology DSM on Proxmox and find out there are several Loaders to make it possible to boot DSM on non Synology hardware. Looking further I found a blog with a script to instal “Arpl loader” and DSM on Proxmox, the problem is that...
24 Jun, 2023 | Linux, Server, Ubuntu
Most of the time when we want to expand a partition size under linux we use some kind of software like Gparted to accomplish this goal. But this kind of software usually requires umount the partition so it can be done on a live root partition. The Solution is simple...
12 Mar, 2023 | Docker, Server, Wordpress
Now that we have created a web server containing WordPress and have it tunnelling to cloudflare to serve the website at our domain we need to make sure the website is secure, specially if the website will have any login form, process any payment or any other form....
11 Mar, 2023 | Docker, Server, Wordpress
When we created our cloudflare tunnel for Azores-shipping.pt we used the settings bellow: This will point our service in the container shipping port 81 to the domain Azores-shipping.pt using cloudflare tunnel, but cloudflare will only serve the website to...
11 Mar, 2023 | Docker, Server, Wordpress
Now that we have created a working WordPress container would be great if we can use our domain in it. In this example I’m going to redirect the WordPress container to the domain Azores-shipping.pt using Cloudflare Tunnel, this way I don’t need to open any...