From 2429ff82db15b201c2c18fb74cb4dd3fd8af0358 Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:16:13 +0100 Subject: [PATCH 1/3] Update ssh.md updating link --- content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md b/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md index a3efcbfb14..bc8815d6c5 100644 --- a/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md +++ b/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md @@ -13,7 +13,7 @@ The board's microprocessor (running Debian OS) can also be accessed using Secure The UNO Q board comes pre-packaged with the Arduino App Lab, which is based on the `arduino-app-cli` tool1. This allows you, among other things, to **launch Apps through the command line**, instead of using the desktop App. -1 Read more about the `arduino-app-cli` in the [Arduino App CLI guide](/software/app-lab/tutorials/cli/). +1 Read more about the `arduino-app-cli` in the [Arduino App CLI guide](/software/app-lab/tutorials/cli). ## Requirements @@ -188,4 +188,4 @@ If the SSH connection fails, there are some common things to check: Some networks may block using mDNS, which allows us to use a "friendly" name (`arduino@.local`), instead of using the actual IP address of the board. There are two ways to work around this: 1. Instead of using `arduino@.local`, use the board's IP address directly. The IP address can be accessed by either launching the board in SBC mode and typing `hostname -I` in a terminal. This will reveal the IP address of your board. -2. (advanced) Edit the `/etc/hosts` on your local computer by running `sudo nano /etc/hosts`. At the bottom of the file, add ` .local`. This will allow you to connect using `ssh arduino@.local`. \ No newline at end of file +2. (advanced) Edit the `/etc/hosts` on your local computer by running `sudo nano /etc/hosts`. At the bottom of the file, add ` .local`. This will allow you to connect using `ssh arduino@.local`. From ac8a6c0454c8da81324ecf0cfa837fc9189ca09f Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:41:51 +0100 Subject: [PATCH 2/3] Apply suggestion from @jhansson-ard --- content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md b/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md index bc8815d6c5..4a718d4884 100644 --- a/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md +++ b/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md @@ -11,7 +11,7 @@ The board's microprocessor (running Debian OS) can also be accessed using Secure - Access the board's shell and perform operations on the board remotely. - Transfer files from your local computer to the board remotely (using SCP). -The UNO Q board comes pre-packaged with the Arduino App Lab, which is based on the `arduino-app-cli` tool1. This allows you, among other things, to **launch Apps through the command line**, instead of using the desktop App. +The UNO Q board comes pre-packaged with the Arduino App Lab, which is based on the `arduino-app-cli` tool\*. This allows you, among other things, to **launch Apps through the command line**, instead of using the desktop App. 1 Read more about the `arduino-app-cli` in the [Arduino App CLI guide](/software/app-lab/tutorials/cli). From 7cc48f571fdc044605a00f7170d3b99b115b2f0f Mon Sep 17 00:00:00 2001 From: Josefine Herlin <66409231+jhansson-ard@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:41:58 +0100 Subject: [PATCH 3/3] Apply suggestion from @jhansson-ard --- content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md b/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md index 4a718d4884..7399e2951a 100644 --- a/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md +++ b/content/hardware/02.uno/boards/uno-q/tutorials/05.ssh/ssh.md @@ -13,7 +13,7 @@ The board's microprocessor (running Debian OS) can also be accessed using Secure The UNO Q board comes pre-packaged with the Arduino App Lab, which is based on the `arduino-app-cli` tool\*. This allows you, among other things, to **launch Apps through the command line**, instead of using the desktop App. -1 Read more about the `arduino-app-cli` in the [Arduino App CLI guide](/software/app-lab/tutorials/cli). +\* Read more about the `arduino-app-cli` in the [Arduino App CLI guide](/software/app-lab/tutorials/cli). ## Requirements