Compare commits

..

10 Commits

Author SHA1 Message Date
Derek McTavish
47ae5c5770 Renamed home to Home. 2026-03-26 06:57:26 +00:00
Derek McTavish
777f91dda3 2026-03-26 06:57:12 +00:00
Derek McTavish
ff32fbaad9 Renamed gpu passthrough to Linux/GPU Passthrough. 2026-03-26 06:56:43 +00:00
Derek McTavish
a974228bf3 Renamed linux to Linux. 2026-03-26 06:56:18 +00:00
Derek McTavish
d381b28a71 update 2026-03-26 06:42:47 +00:00
Derek McTavish
8eb06228c9 update 2026-03-26 06:42:34 +00:00
Derek McTavish
de3044b3bf update 2026-03-26 06:42:12 +00:00
Derek McTavish
3994df3a3f Renamed GPU Passthrough on Linux to Linux/GPU Passthrough. 2026-03-26 06:41:39 +00:00
Derek McTavish
6663fce446 initial 2026-03-26 06:41:19 +00:00
Derek McTavish
db17797db9 update 2026-03-26 06:39:13 +00:00
4 changed files with 6 additions and 28 deletions

1
Home.md Normal file
View File

@@ -0,0 +1 @@
[[Linux]]

3
Linux.md Normal file
View File

@@ -0,0 +1,3 @@
# Linux
[[GPU Passthrough|Linux/GPU Passthrough]]

View File

@@ -21,6 +21,8 @@ Verify
sudo dmesg | grep -i iommu
```
## Find GPU IDs
```bash
lspci -nn | grep -E "VGA|Audio"
```

28
home.md
View File

@@ -1,28 +0,0 @@
## Welcome to your wiki!
Your Otter Wiki is up and running.
This is your [[Home]] Page, the first page you see when you access your
wiki.
The first steps you might want to do:
1. [Register an account](/-/register). The very first account is an
admin account which is able to configure the wiki.
2. Check the [configuration](/-/admin#application_preferences) of your wiki.
You can change its name, configure the permissions necessary to
view and edit pages or upload attachments.
3. If you require users to confirm their email address (recommended),
make sure that you will configure and test your [Email Preferences](/-/admin#mail_preferences).
4. [Edit your Home](/Home/edit)! Do not like the change? Visit the
page [history](/Home/history) and revert any change ever made.
5. You can [attach](/Home/attachments) images and other files to any page
and then display them and link to them inside the page.
6. [Create new pages](/-/create)! If you need help with the Markdown syntax,
check out the [Markdown guide](/-/help/syntax).
7. Read the [user guide](/-/help) and learn about An Otter Wikis features.
We hope that An Otter Wiki is just what you are looking for.
If you have any suggestions, feature requests or run into any
issues, please reach out and report them
via [github](https://github.com/redimp/otterwiki/issues).