Skip to content

Instantly share code, notes, and snippets.

View SuperCoolAlan's full-sized avatar

Alan Sandoval SuperCoolAlan

View GitHub Profile
@Aeonitis
Aeonitis / DockerBuildxArm64MacOSFix.md
Last active April 28, 2025 15:35
[SOLVED] - Fixing Docker Buildx Plugin Issue on MacOS with Symlink Creation

Solution - Fix Docker Buildx Plugin for Apple Silicon by Symlink Creation

When installing/using Docker Buildx on Apple Silicon macs, an issue occurs for arm64 macOS.

The solution involves creating a symlink to your Docker CLI plugins directory using a shell script shown below.

Short answer

Run this script:

#!/bin/bash
@SuperCoolAlan
SuperCoolAlan / dockerNats.md
Last active June 7, 2024 18:08
Developing on localhost with NATS in Docker
title author date
Developing on localhost with NATS in Docker
Alan Sandoval <[email protected]>
Dec 6, 2023

Developing with NATS without Kubernetes

Kubernetes is very complex, so let's get around it for development of applications. In this guide, you will learn to:

  1. run a NATS server with Docker

Bitbake Cheatsheet

Verbose as possible

bitbake -vDDD your-recipe

List recipes

bitbake -s
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 6, 2025 12:33
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname