diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-04-02 16:14:48 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-04-02 16:14:48 -0500 |
commit | cfd90d4afe1bf3cc725dde8a872f3ac7238a5727 (patch) | |
tree | 60580b775dd55d8fd1eb124115ee21b90cfb4edf /content/blog/2024-05-03-ubuntu-on-macos.org | |
parent | 8fad949471ce31d5fa20c22bc3c4b8ed92ffcbb0 (diff) | |
download | cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.tar.gz cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.tar.bz2 cleberg.net-cfd90d4afe1bf3cc725dde8a872f3ac7238a5727.zip |
update image URIs
Diffstat (limited to 'content/blog/2024-05-03-ubuntu-on-macos.org')
-rw-r--r-- | content/blog/2024-05-03-ubuntu-on-macos.org | 10 |
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 a4a2e4d..bfba095 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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240503-ubuntu-on-macos/create.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240503-ubuntu-on-macos/cli.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240503-ubuntu-on-macos/files.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240503-ubuntu-on-macos/xcode.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/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://media.githubusercontent.com/media/ccleberg/img/main/blog/20240503-ubuntu-on-macos/test.png]] +[[https://raw.githubusercontent.com/ccleberg/img/refs/heads/main/blog/20240503-ubuntu-on-macos/test.png]] ** Thoughts |