Skip to content

Commit

Permalink
fix all the bad SSH links!
Browse files Browse the repository at this point in the history
  • Loading branch information
dndrks committed Mar 16, 2022
1 parent 3dd273d commit 2a6b4e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion norns/compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ output from the `ls` program.

## get up to date

open a terminal and connect to norns via [SSH](../wifi-files/#ssh). then
open a terminal and connect to norns via [SSH](../advanced-access/#ssh). then
go to the `norns` directory using `cd norns`.

```bash
Expand Down
4 changes: 2 additions & 2 deletions norns/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ To back up or restore your `dust` folder, follow the steps in the [wifi + files:
wifi is the most straightforward way to back up your norns. These instructions are provided for times when you are unable to connect norns to wifi (no dongle, no network, etc).
{: .label}

If you have a standard norns, connect it to a second computer via [serial](../advanced-access/#serial). If you have a shield, host a hotspot for it and connect it to a second computer via [ssh](../wifi-files/#ssh). Then, insert a USB stick into norns.
If you have a standard norns, connect it to a second computer via [serial](../advanced-access/#serial). If you have a shield, host a hotspot for it and connect it to a second computer via [ssh](../advanced-access/#ssh). Then, insert a USB stick into norns.

- Make sure the USB stick is detected with `ls /media`
- you should see `usb` listed, in a different color
Expand Down Expand Up @@ -405,7 +405,7 @@ For this process, we'll use the phrase `execute` to mean "type this text into yo
- Download and copy the [latest release's`.tgz` update file](https://github.com/monome/norns/releases) to a FAT-formatted USB drive
- Take note of the `.tgz` file's name, as it is important (eg. `norns210706` is specific to the July 06 2021 update in YYMMDD format)
- Insert the USB drive into norns and boot up your norns
- If using a standard norns, connect via [serial](../advanced-access/#serial). If using a shield, connect via [ssh](../wifi-files/#ssh)
- If using a standard norns, connect via [serial](../advanced-access/#serial). If using a shield, connect via [ssh](../advanced-access/#ssh)
- Copy file to `~/update/` by executing the following:

```
Expand Down
4 changes: 2 additions & 2 deletions norns/wifi-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ While you can simply reset this password again via this menu option, we encourag

### change Samba password {#samba}

The `smb://` remote login password does *not* automatically change when you perform the changes above. To set Samba's login credentials to match the newly set user password, log in to the norns via [ssh](#ssh) and execute:
The `smb://` remote login password does *not* automatically change when you perform the changes above. To set Samba's login credentials to match the newly set user password, log in to the norns via [ssh](../advanced-access/#ssh) and execute:

```
sudo smbpasswd -a we
Expand All @@ -209,7 +209,7 @@ You'll be prompted to set a new SMB password -- we encourage setting it to match

### hostname

To change the hostname for maiden access, log in to the norns via [ssh](#ssh) and execute:
To change the hostname for maiden access, log in to the norns via [ssh](../advanced-access/#ssh) and execute:

```
sudo raspi-config
Expand Down

0 comments on commit 2a6b4e9

Please sign in to comment.