
Some SSL tweaks for Nginx
Just setting up Let’s Encrypt and forgeting it might not be enough sometimes. We may want to squeeze more out of our server based on …
This is the blog. Tests, opinions, rambling and just things I care about right here. To make things easier things are categorized by stuff related to Linux, stuff related to PCs in general, and stuff related to web development and random ideas & thoughts.
Just setting up Let’s Encrypt and forgeting it might not be enough sometimes. We may want to squeeze more out of our server based on …
Maybe you’ve heard or read somewhere about Nginx FastCGI Cache and how it can drastically increase your WordPress performance. It’s true! By reducing the load …
A domain name is an easy-to-remember address that is used to access a specific website. A domain name is unique, and user can connect to …
Welcome to the guide that’s gonna help you get from knowing absolutely nothing about this subject to you owning and having your own WordPress website …
The easiest way to generate SSH keys in Windows 10 or Windows 11, is by using PuTTY. The famous SSH client. When you install PuTTY, …
You’ll often find that you’ll need SSH keys to log in into a server or your cloud provider’s machine, etc. SSH keys are a more …
So the last couple of days have been quite hot in my area. We’re talking about going from 31 degrees Celsius to 33 degrees Celsius …
First of all, what is a backup? A backup is a copy of your important data, usually stored in another location, so you can recover …
The df command comes from disk free and it is used in order to find out the amount of free disk space available on Linux …
If you need to check how many and what orders contain a specific product, there is a simple SQL query that can help you. And …