My favorite dual boot Windows and Linux method
Now, on a system – be it a laptop or a desktop PC, you can have multiple operating systems at once – like Windows 10 …
Some guides, tips, and other things related to Linux, servers, and everything in between. Like configuring or installing something and even simple stuff and opinionated content.
Now, on a system – be it a laptop or a desktop PC, you can have multiple operating systems at once – like Windows 10 …
Let’s see what the basic things you need to know about the IP address are. IP comes from Internet Protocol, and it’s a set of …
Dev & everything else, Linux, servers & stuff
The Domain Name System, or DNS, as most people know it, lets us connect to websites by using domain names instead of IP addresses. Let’s …
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 …
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 …
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 …
Blog, Dev & everything else, Linux, servers & stuff
The MySQL string replace command is quite handy if you need to update a string in one of your table’s columns fast. Even if this …
You’ve probably stumbled upon the need to check your CPU’s frequency (or CPU speed as some call it). Be it just for curiosity, to check …
The LEMP stack, not to be confused with the LAMP stack, has the same goal: to reliably serve your application to the world. Usually, people …