Category Programming

Articles about software development in the DevOps and SRE context. Here you’ll find content about programming languages, frameworks, coding best practices, automation, continuous integration, and script development for Infrastructure as Code (IaC). Our focus is to help operations professionals and developers better understand the connection between development and operations.

Cheat.sh: list of bash terminal commands, codes and examples, a man on steroids

bash terminal commands

cheat.sh is a quick reference tool for programmers, sysadmins and/or DevOps/SRE’s, offering examples of Linux commands (bash terminal commands), codes from various programming languages and explanations of exactly what each one does. Basic use It can be used in this way, following this syntax:…

Read MoreCheat.sh: list of bash terminal commands, codes and examples, a man on steroids

Error “WARNING: the requested image platform linux amd64 does not match does not match the detected host platformlinux arm64 v8 and no specific platform was requested ”: How to solve it

WARNING: the requested image platform linux amd64 does not match does not match

When attempting to build a PHP image on MacOS, you might frequently run into the error: WARNING: The requested image’s platform (linux/arm64) does not match the detected host platform (linux/amd64), and no specific platform was requested. This error message, which may appear in variations…

Read MoreError “WARNING: the requested image platform linux amd64 does not match does not match the detected host platformlinux arm64 v8 and no specific platform was requested ”: How to solve it