Tag: DevOps
When optimizing MySQL performance, tailoring the configuration to the server’s available memory is critical. Two scripts—one in Python and the other in Bash—offer automated solutions to calculate recommended MySQL …
To test the disk speed with the dd command, you can use it to write a temporary file and measure the write and read speeds. Here are examples: Test …
The post shows a different ways to test if your hard drives on the servers are SSD or NVMe. Another one would be to use the “dd” command to …
In recent years, many Big Companies have job openings for Site Reliability Engineer (SRE). For example, Google, Facebook/Meta or Bytedance Tiktok. Please note that Software Engineer is the same …
Docker vs. Virtual Machines (VMs) Overview: Both Docker and VMs are used for deploying and running applications in isolated environments, but they do so differently. Docker (Containers) Lightweight: Containers …