[note] Run Ubuntu VMs on Your Mac Using Multipass
๐ Introduction
Multipass is a simple tool by Canonical for running Ubuntu VMs easily.
Multipass is a simple tool by Canonical for running Ubuntu VMs easily.
The full name of OCI Artifact is Open Container Initiative Artifact. It is a unified format that can be used to store anything โ whether itโs a Docker image, Helm chart, WASM module, ML model, SBOM, policy, or scan report.
Most importantly, anything that follows the OCI format can be uploaded to or downloaded from a registry (e.g., Harbor, DockerHub, Artifact Hub).
Note: This page is an AI-generated (gpt-5-mini-2025-08-07) translation from Traditional Chinese and may contain minor inaccuracies.
To use Docker on a Mac, you donโt have to install the official Docker Desktop; you can use lighter alternatives like Colima. However, if you previously installed Docker Desktop and later installed the Docker CLI via Homebrew, leftover settings may cause some errors.
Note: This page is an AI-generated (gpt-5-mini-2025-08-07) translation from Traditional Chinese and may contain minor inaccuracies.
โญ Note
This article was generated by ChatGPT and published after human review. Content is for reference only. It mainly discusses the relationship between DevOps, SA, and EA roles and how a DevOps engineer can transition to an SA or EA role.
When using Snap apps on Ubuntu, you might encounter a confusing permission error related to fstatat. This note documents a real-world issue, explores possible causes, and shares the simple solution that worked.
โญ Note
This article was initially drafted with the help of ChatGPT based on a real issue I encountered. I verified the solution and revised the content to ensure accuracy and clarity for others facing similar problems.
This tutorial covers how to send emails using Mailgun and Python. Youโll learn how to set up Mailgun, generate an API key, and write Python code to send emails with or without attachments.
This article explains how to install a specific branch of a GitHub repository using pip, particularly focusing on the โdevelโ branch, which is typically used for development purposes rather than stable releases.
This article introduces the FISH shell, a user-friendly interactive shell designed to improve the command line experience. It highlights its installation on MacOS and basic usage.
This article discusses MarkItDown, a tool specifically designed to effortlessly convert docx and pptx files into markdown format. It highlights various Python libraries that serve as dependencies for this conversion process, enabling users to handle documents and multimedia content effectively.