Insights, updates and guides from the Hotbox team.
French giant OVH is, at least at the moment of writing these lines, the largest dedicated server provider worldwide. So it only makes sense that we want our system of choice to work out of the box with their dedicated server line.
A basic principle of security is to expose as little attack vectors as possible. The more different ways to hit our infrastructure, the harder it will be to protect it. Thus, I always block the MySQL port 3306 by default. This means, however, that direct connection from our PC to the MySQL or Mar
Many years ago Michael Widenius created MySQL, a free, open source implementation of the industry standard database query language SQL. Along with the also open source PHP and Apache, MySQL became the de facto standard for hobbyists to build their projects on in the nascent World Wide Web, a popular
If you have ever had an unwanted incident on your server - cores crashing, filesystem getting full or ddos attacks- you know that finding out what went wrong can sometimes turn into one hell of a detective job, especially for those of us who don't have a degree in Computer Science. Sure there are s
Once in a while you may come across the situation where you want to install a particular version of a software package that is not available anymore through ports, usually because it's considered obsolete also known as EOL or End-of-life and thus deemed insecure for production use. But being huma
FreeBSD has recently launched version 14https://www.freebsd.org/releases/14.0R/relnotes/ of their operating system. I have personally worked with it for a while and haven't found any issue or incompatibility with my existing software. However, there are some things worth remarking for from within th
Speed matters I often see my clients downloading files to their own PC when asked to migrate a database or a bunch of files to a different server. While you may think it's not worth bothering to learn something new for this purpose, the size of said files or the quality of your connection could mak
It's often during my freelance gigs that I come across clients using dinosaur age versions of FreeBSD, requiring to spend hours to bring the OS and applications to a minimum usable standard. So today I'd like to show you, my potential future clients wink, how to keep your system in top condition.
I know, I know... why not just use Cloudflare? Except, there is cases where you can't; or not the free version anyway. One such case I experienced recently happened when I needed to fetch the user's IP for an application which only supports IPv4. Turns out, that the free Cloudflare account doesn'
Initially I thought of this as a troubleshooting section for my nginx installation guide/blog/setting-up-a-web-server; however and given that as a beginner you will spend far more time fixing your configuration than installing anything, it grew into its own post, which I will keep updating over time