Costin Stefan

Welcome to my blog. You will find useful random stuff, mostly IT infra-related.

BGP core memory

So recently I had to play with BGP after a very long time. I have a router that connects to external via an eBGP session. It gets default route from there and it advertises the originating prefixes. All worked great until I wanted to advertise a new /24 subnet. The problem was that I have this subnet split into many /27s on different SVIs, and even though I’ve included it in the prefix-list to be advertised over the BGP session, this would not come up. ...

November 18, 2025 · 1 min · 189 words · costin

How to improve Wordpress performance

In this one I will show you how I improved the performance of a WordPress site using CloudFlare Caching and PHP FPM pool settings. But a bit of context. I have 2 WP websites running on the same VPS behind nginx, with 2 different conf file. Pretty standard deployment so far. On this VPS I have root access, so I’m able to play a bit more with other stuff, not just standard cPanel settings. ...

June 21, 2025 · 4 min · 646 words · costin

How to empty a file in Microsoft Windows without deleting it

As part of my freelancing business, I recently had to fix a space issue on a Windows machine. And the issue was caused by a very large text file. I know the Linux way of emptying a file, which is to redirect STDIN to the file. But on Windows I had to find a way to do it. Of course I tried the easy way and I thought that AI would be able to provide a quick answer. ...

May 14, 2025 · 13 min · 2581 words · costin

RedHat Openshift, container IDs and cgroups

So I had a really interesting issue recently where one of our app devs was complaining that he can’t get the container ID from within the container in a new environment. For context, there’s a setup with 3 identical environments on the customer side and a local lab that was recently replaced. I’ve deployed a new Openshift cluster (version 4.14. will become important later) to replace another lab environment in a different location. ...

May 8, 2025 · 3 min · 586 words · costin

Microsoft announced Think Deeper, free access to GPT o1 model

So recently Microsoft announced they’re offering ChatGPT o1 model free to their Copilot program. So I’ve decided to give it a go and see how it goes. First I’ve connected to https://copilot.microsoft.com with both a personal account and a work account. I’ve tested the announcement of this by asking it directly: What we can see quickly is that my company-linked account has to update to latest Copilot because it still uses GPT4 as a LLM. While the official Copilot uses the latest model. Even though it doesn’t respond directly like its previous model. ...

January 31, 2025 · 3 min · 431 words · costin