Why Backup Data and What is the 3-2-1 Rule for Backup?
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 …
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.
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 …
So I had to buy a new CPU cooler, and I went with the Scythe Ninja 5. Don’t get ahead of yourself! This is not …
It’s possible you’ve read somewhere or someone gave you the following advice: a bigger SSD is faster. That is correct. If you take a specific …
Buying a hard disk used to be quite easy. Now we have stuff like CMR vs SMR drives, manufacturers not being completely clear in their …
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 …
So the GeForce RTX 3050 got announced. As a solid 650, 950, then 1050 Ti owner, this sparked my interest. The thing is, I sometimes …
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 …