MacOS

[EN] Useful Mac Apps
[EN] Useful Mac Apps

Apps for the Mac that I can’t live without!

Since I come from the Linux world, I am used to being able to highly customize my OS to suit my needs. Maybe that’s one of the reasons why I can’t get along with Windows at all.

[EN] Warp
[EN] Warp

21st century warp terminal

Since I became a Linux user, I have been using the terminal or the command line, even though I don’t need it as much as a normal user these days. I can’t live without it anymore, whatever my biggest problem is, when I’m sitting at a Windows box, …

[EN] My first Docker image with the M1 MacBook
[EN] My first Docker …

Long story short

docker buildx create --name mybuilder 
docker buildx use mybuilder 
docker buildx build --push --tag user/image-name --platform=linux/arm64,linux/amd64 . 

Initial situation

I was still in the early stages of diving into the Mac world when I noticed that there was a new PHPBB3 …