aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-05-03-ubuntu-on-macos.org
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-04-30 21:51:51 -0500
committerChristian Cleberg <hello@cleberg.net>2025-04-30 21:51:51 -0500
commitce6837fa73221874d965f3a01c45582c876a137b (patch)
tree329ac4cdc1364fbef3889c2c53b12bf0039bcfc9 /content/blog/2024-05-03-ubuntu-on-macos.org
parentce7676e478f1fd378015353d342df8c7b3248542 (diff)
downloadcleberg.net-ce6837fa73221874d965f3a01c45582c876a137b.tar.gz
cleberg.net-ce6837fa73221874d965f3a01c45582c876a137b.tar.bz2
cleberg.net-ce6837fa73221874d965f3a01c45582c876a137b.zip
update img links
Diffstat (limited to 'content/blog/2024-05-03-ubuntu-on-macos.org')
-rw-r--r--content/blog/2024-05-03-ubuntu-on-macos.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/blog/2024-05-03-ubuntu-on-macos.org b/content/blog/2024-05-03-ubuntu-on-macos.org
index bfba095..e474a0d 100644
--- a/content/blog/2024-05-03-ubuntu-on-macos.org
+++ b/content/blog/2024-05-03-ubuntu-on-macos.org
@@ -32,7 +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
-[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240503-ubuntu-on-macos/create.png]]
+[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/create.png]]
** Launching the Machine
@@ -62,7 +62,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
-[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240503-ubuntu-on-macos/cli.png]]
+[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/cli.png]]
You can also click the machine's folder icon in OrbStack to open the machine's
file system within macOS's native Files app. Within Files, you can double-click
@@ -70,13 +70,13 @@ to open any files and they will open in the macOS defaults for those file types
(e.g., TextEdit).
#+caption: Ubuntu Files
-[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240503-ubuntu-on-macos/files.png]]
+[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/files.png]]
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
-[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240503-ubuntu-on-macos/xcode.png]]
+[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/xcode.png]]
*** Test Examples
@@ -84,7 +84,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
-[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240503-ubuntu-on-macos/test.png]]
+[[https://img.cleberg.net/blog/20240503-ubuntu-on-macos/test.png]]
** Thoughts