aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-05-03-ubuntu-on-macos.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-14 18:52:07 -0600
committerChristian Cleberg <[email protected]>2025-11-14 18:52:07 -0600
commit8503ce886741af7bb40c1fbdb58ec6bc0b906a3c (patch)
tree8e5d6b4de7b1b6a6ab85cd1a678f3f727d096264 /content/blog/2024-05-03-ubuntu-on-macos.org
parentab1d0a88a5418a32f356564630e1cfba2f2329c4 (diff)
downloadcleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.tar.gz
cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.tar.bz2
cleberg.net-8503ce886741af7bb40c1fbdb58ec6bc0b906a3c.zip
fix alt-text for all remaining posts
Diffstat (limited to 'content/blog/2024-05-03-ubuntu-on-macos.org')
-rw-r--r--content/blog/2024-05-03-ubuntu-on-macos.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/blog/2024-05-03-ubuntu-on-macos.org b/content/blog/2024-05-03-ubuntu-on-macos.org
index c2a2dea..178fbc3 100644
--- a/content/blog/2024-05-03-ubuntu-on-macos.org
+++ b/content/blog/2024-05-03-ubuntu-on-macos.org
@@ -32,6 +32,7 @@ Once installed, you can launch OrbStack and create a Linux machine in a matter
of seconds. The creation dialog defaults to Ubuntu.
#+caption: OrbStack's Linux Machine Creation Page
+#+attr_html: :alt A popup within OrbStack to create a new machine with a custom name, distribution, version, and CPU type.
[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/create.webp]]
** Launching the Machine
@@ -62,6 +63,7 @@ In the example below, we can see that the machine is using =Linux ubuntu 6.9.6=
and operates similar to a fresh Ubuntu install on bare metal.
#+caption: Ubuntu CLI
+#+attr_html: :alt An example of the Ubuntu CLI, running the "uname -a" command.
[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/cli.webp]]
You can also click the machine's folder icon in OrbStack to open the machine's
@@ -70,12 +72,14 @@ to open any files and they will open in the macOS defaults for those file types
(e.g., TextEdit).
#+caption: Ubuntu Files
+#+attr_html: :alt The Ubuntu machine's files available within the macOS Files app.
[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/files.webp]]
Here's an example of opening the =test.md= file in the screenshot above, which
defaults to opening in Xcode on my system.
#+caption: Ubuntu Files
+#+attr_html: :alt An example of editing the test.md file in Xcode.
[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/xcode.webp]]
*** Test Examples
@@ -84,6 +88,7 @@ As a quick example of the system, I installed =neofetch=, switched to the =zsh=
shell, and ran a few common commands.
#+caption: Test Examples
+#+attr_html: :alt An example of the date, pwd, and neofetch commands.
[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/test.webp]]
** Thoughts