diff --git a/Arch.md b/Arch.md index a3f9f97..39891b1 100644 --- a/Arch.md +++ b/Arch.md @@ -3,5 +3,5 @@ tags: - Arch --- -[[Setup]] -[[Local Host Names]] +[[Setup.md]] +[[Local Host Names.md]] diff --git a/Connecting to samba shares (tardis).md b/Connecting to samba shares (tardis).md index b40a558..1dfa15b 100644 --- a/Connecting to samba shares (tardis).md +++ b/Connecting to samba shares (tardis).md @@ -4,7 +4,7 @@ tags: - Bazzite --- -Make sure you can connect to the share using hostname.local. see [[Local Host Names]] +Make sure you can connect to the share using hostname.local. see [[Local Host Names.md]] **if changing location of the scripts** you need to update the script name to match the path exactly @@ -94,4 +94,4 @@ And if we reboot it should show up still. For reference Aiden based it off of  [This](https://www.reddit.com/r/SteamDeck/comments/ymjnjy/mounting_smb_shares_with_systemd/) this post, just modified to this situation and me -if running [[Bazzite]],  becuase of how fedora immutable distros are setup you need to use `/var/mnt`. the actual path is `/var/mnt` and `/mnt` is just linked to it. \ No newline at end of file +if running [[Bazzite.md]],  becuase of how fedora immutable distros are setup you need to use `/var/mnt`. the actual path is `/var/mnt` and `/mnt` is just linked to it. diff --git a/Distros.md b/Distros.md index 1f800ab..212091b 100644 --- a/Distros.md +++ b/Distros.md @@ -4,15 +4,15 @@ tags: - Bazzite - Debian --- -[[Arch]] +[[Arch.md]] - EndeavourOS -[[Bazzite]] +[[Bazzite.md]] - Fedora - Gaming focused - immutable OS -[[Debian]] +[[Debian.md]] - Server focused - Stable -- Older versions \ No newline at end of file +- Older versions diff --git a/Local Host Names.md b/Local Host Names.md index faef479..f105854 100644 --- a/Local Host Names.md +++ b/Local Host Names.md @@ -1,4 +1,4 @@ the ability to use hostname.local is managed by avahi To use a configured avahi, avahi-daemon.service needs to be running and port udp 5353 needs to be open in your firewall -needs to be set up to [[Connecting to samba shares (tardis)]] \ No newline at end of file +needs to be set up to [[Connecting to samba shares (tardis).md]] diff --git a/Setup.md b/Setup.md index 7dcbfb9..a70a9cc 100644 --- a/Setup.md +++ b/Setup.md @@ -1,5 +1,5 @@ Links: -[[Arch]] +[[Arch.md]] ### Secure Boot If setting up secure boot with EndeavourOS, don't use the preset grub. do it from scratch. @@ -14,4 +14,4 @@ The wiki is wrong and your ${GRUB_MODULES} needs to be in "" - If you are wanting to dual boot, install `os-prober` and uncomment `GRUB_DISABLE_OS_PROBER=false` in `/etc/default/grub` then regenerate the config 5. Enable Secure Boot and import your MOK.cer into shim's MOK list. -**Note:** If you ever re-install the GRUB `grubx64.efi` file (to get a newer version of GRUB for example), make sure to do so with the modules as described above, and you will need to re-sign the file with `sbsign`. \ No newline at end of file +**Note:** If you ever re-install the GRUB `grubx64.efi` file (to get a newer version of GRUB for example), make sure to do so with the modules as described above, and you will need to re-sign the file with `sbsign`.