Make all pages visible. Use alphabetic sorting

This commit is contained in:
RealStickman 2022-11-19 15:25:20 +01:00
parent c150c1af11
commit c5bc69ebe2
70 changed files with 90 additions and 32 deletions

View File

@ -1,5 +1,6 @@
--- ---
title: Welcome title: Welcome
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: ACME.SH title: ACME.SH
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Linux title: Linux
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: 'DHCP Server and Routing' title: 'DHCP Server and Routing'
visible: true
--- ---
[toc] [toc]
@ -92,4 +93,4 @@ DHCP Request
`# dhclient -v` `# dhclient -v`
Release IP Release IP
`# dhclient -v -r` `# dhclient -v -r`

View File

@ -1,5 +1,6 @@
--- ---
title: 'File Operations' title: 'File Operations'
visible: true
--- ---
[toc] [toc]
@ -34,4 +35,4 @@ Example:
## Find biggest files ## Find biggest files
`find . -type f -print0 | xargs -0 du -s | sort -n | tail -(amount) | cut -f2 | xargs -I{} du -sh {}` `find . -type f -print0 | xargs -0 du -s | sort -n | tail -(amount) | cut -f2 | xargs -I{} du -sh {}`
`find . -type f -printf "%s %p\n" | sort -nr | head -5` `find . -type f -printf "%s %p\n" | sort -nr | head -5`

View File

@ -1,5 +1,6 @@
--- ---
title: Fstab title: Fstab
visible: true
--- ---
[toc] [toc]
@ -16,4 +17,4 @@ user=(user)
password=(password) password=(password)
domain=WORKGROUP domain=WORKGROUP
``` ```
Make sure to set permissions to the credential files to something like 700. Make sure to set permissions to the credential files to something like 700.

View File

@ -1,5 +1,6 @@
--- ---
title: Gitea title: Gitea
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Grav title: Grav
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Arch title: Arch
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: 'Debian Raspberry Pi 3/4' title: 'Debian Raspberry Pi 3/4'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Guides title: Guides
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Hedgedoc title: Hedgedoc
visible: true
--- ---
[toc] [toc]
@ -89,4 +90,4 @@ server {
server_name SERVER_NAME; server_name SERVER_NAME;
return 404; return 404;
} }
``` ```

View File

@ -1,5 +1,6 @@
--- ---
title: Jellyfin title: Jellyfin
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Kavita title: Kavita
visible: true
--- ---
[toc] [toc]
@ -55,4 +56,4 @@ server {
``` ```
## Systemd Service ## Systemd Service
> See [Podman](/linux/podman#generate-systemd-service) to generate a service file. > See [Podman](/linux/podman#generate-systemd-service) to generate a service file.

View File

@ -1,5 +1,6 @@
--- ---
title: Komga title: Komga
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Kopia title: Kopia
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: 'MariaDB Replication' title: 'MariaDB Replication'
visible: true
--- ---
[toc] [toc]
@ -66,4 +67,4 @@ If both of the following options say yes, everything is working as intended
``` ```
Slave_IO_Running: Yes Slave_IO_Running: Yes
Slave_SQL_Running: Yes Slave_SQL_Running: Yes
``` ```

View File

@ -1,5 +1,6 @@
--- ---
title: 'Minecraft Server' title: 'Minecraft Server'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Nextcloud title: Nextcloud
visible: true
--- ---
[toc] [toc]

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -1,5 +1,6 @@
--- ---
title: Nginx title: Nginx
visible: true
media_order: content-encoding-type.png media_order: content-encoding-type.png
--- ---
@ -23,4 +24,4 @@ These will suffice for most websites.
> All configuration options can be found in the [official documentation](https://nginx.org/en/docs/http/ngx_http_gzip_module.html) > All configuration options can be found in the [official documentation](https://nginx.org/en/docs/http/ngx_http_gzip_module.html)
## Website Performance ## Website Performance
> Google's [PageSpeed Insights](https://pagespeed.web.dev/) tool can be used to measure website performance. > Google's [PageSpeed Insights](https://pagespeed.web.dev/) tool can be used to measure website performance.

View File

@ -1,9 +1,10 @@
--- ---
title: Overclocking title: Overclocking
visible: true
--- ---
[toc] [toc]
- [CPU](./cpu) - [CPU](./cpu)
- [GPU](./gpu) - [GPU](./gpu)
- [RAM](./ram) - [RAM](./ram)
- [Monitoring](./monitoring) - [Monitoring](./monitoring)

View File

@ -1,5 +1,6 @@
--- ---
title: Podman title: Podman
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: PostgreSQL title: PostgreSQL
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: PowerDNS title: PowerDNS
visible: true
media_order: powerdns-admin-api-settings.png media_order: powerdns-admin-api-settings.png
--- ---

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,5 +1,6 @@
--- ---
title: 'SSH Agent' title: 'SSH Agent'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Step-CA title: Step-CA
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Systemd Automount title: Systemd Automount
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Unattended Upgrades title: Unattended Upgrades
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: 'Users and Groups' title: 'Users and Groups'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: WikiJS title: WikiJS
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Wireguard title: Wireguard
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: 'Woodpecker CI' title: 'Woodpecker CI'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: XCP-ng title: XCP-ng
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Dom0 title: Dom0
visible: true
--- ---
[toc] [toc]
@ -16,4 +17,4 @@ Disable password authentication. See [ssh](/remote/ssh)
Using ISO Storage on "/" or subdirectories on the same partition is not really viable, as only 18GiB are assigned to this mountpoint by default. Using ISO Storage on "/" or subdirectories on the same partition is not really viable, as only 18GiB are assigned to this mountpoint by default.
Instead use the local EXT mapper device. This is mounted under `/run/sr-mount/(id)` Instead use the local EXT mapper device. This is mounted under `/run/sr-mount/(id)`
Create a new "ISO" directory. Create a new "ISO" directory.
If you want to still use an easier to remember path, create a symbolic link. For example `ln -s /run/sr-mount/69d19d8e-f0dd-92d8-41bc-3d974b20f4f8/ISO/ /root/ISO`. You'll be able to use the path `/root/ISO` in the webinterface as local ISO storage. If you want to still use an easier to remember path, create a symbolic link. For example `ln -s /run/sr-mount/69d19d8e-f0dd-92d8-41bc-3d974b20f4f8/ISO/ /root/ISO`. You'll be able to use the path `/root/ISO` in the webinterface as local ISO storage.

View File

@ -1,5 +1,6 @@
--- ---
title: 'xe CLI' title: 'xe CLI'
visible: true
--- ---
[toc] [toc]
@ -11,4 +12,4 @@ Poweroff all VMs currently running
`# xe vm-shutdown --multiple power-state=running` `# xe vm-shutdown --multiple power-state=running`
## Snapshot management ## Snapshot management
*TODO* *TODO*

View File

@ -1,5 +1,6 @@
--- ---
title: 'Xen Orchestra' title: 'Xen Orchestra'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Zabbix title: Zabbix
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: BSD title: BSD
visible: true
--- ---
[toc] [toc]

View File

@ -1,9 +1,10 @@
--- ---
title: 'Non-Standard Shell' title: 'Non-Standard Shell'
visible: true
--- ---
[toc] [toc]
When trying to use a non-standard shell, `chsh` will throw the following error: When trying to use a non-standard shell, `chsh` will throw the following error:
`chsh: /usr/local/bin/zsh: non-standard shell` `chsh: /usr/local/bin/zsh: non-standard shell`
To fix this, add the shell's path you want to use to `/etc/shells` To fix this, add the shell's path you want to use to `/etc/shells`

View File

@ -1,5 +1,6 @@
--- ---
title: Bash title: Bash
visible: true
--- ---
[toc] [toc]
@ -34,4 +35,4 @@ Will output:
Line 1 Line 1
Line 2 Line 2
Line 3 Line 3
``` ```

View File

@ -1,5 +1,6 @@
--- ---
title: BTRFS title: BTRFS
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Other title: Other
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: 'Doom Emacs' title: 'Doom Emacs'
visible: true
--- ---
[toc] [toc]
@ -115,4 +116,4 @@ git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
Add `C:\Users\(user)\.emacs.d\bin` to your PATH. Add `C:\Users\(user)\.emacs.d\bin` to your PATH.
*Currently doesn't show emotes* *Currently doesn't show emotes*
*Missing ripgrep and fd* *Missing ripgrep and fd*

View File

@ -1,5 +1,6 @@
--- ---
title: 'eBook DRM Removal' title: 'eBook DRM Removal'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Fish title: Fish
visible: true
--- ---
[toc] [toc]
@ -34,4 +35,4 @@ Output:
08 08
09 09
10 10
``` ```

View File

@ -1,5 +1,6 @@
--- ---
title: Git title: Git
visible: true
--- ---
[toc] [toc]
@ -24,4 +25,4 @@ Fetch desired commits
Cherry pick commits Cherry pick commits
`git cherry-pick -m 1 a0221c51ff4c8ce834d7e3431f2770b6879de009` `git cherry-pick -m 1 a0221c51ff4c8ce834d7e3431f2770b6879de009`
Resolve whatever conflicts arise Resolve whatever conflicts arise

View File

@ -9,4 +9,4 @@ My personal guidelines for music metadata
> [Kid3 Frame List](https://docs.kde.org/trunk5/de/kid3/kid3/commands.html#frame-list) > [Kid3 Frame List](https://docs.kde.org/trunk5/de/kid3/kid3/commands.html#frame-list)
> [MP3 Tag Field Mappings](https://docs.mp3tag.de/mapping/) > [MP3 Tag Field Mappings](https://docs.mp3tag.de/mapping/)
> [ID3 v2.4.0 Standard](https://id3.org/id3v2.4.0-frames) > [ID3 v2.4.0 Standard](https://id3.org/id3v2.4.0-frames)
> [Common Metadata Tags](https://borewit.github.io/music-metadata/doc/common_metadata.html) > [Common Metadata Tags](https://borewit.github.io/music-metadata/doc/common_metadata.html)

View File

@ -1,5 +1,6 @@
--- ---
title: 'Multimedia Metadata' title: 'Multimedia Metadata'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: NFS title: NFS
visible: true
--- ---
[toc] [toc]
@ -47,4 +48,4 @@ Search for `Turn Windows features on or off`
Check everything under `Services for NFS` and click "OK" Check everything under `Services for NFS` and click "OK"
Mount as mapped network drive Mount as mapped network drive
`mount -o anon \\(ip)\(mountpoint) (letter):` `mount -o anon \\(ip)\(mountpoint) (letter):`

View File

@ -1,5 +1,6 @@
--- ---
title: Python title: Python
visible: true
--- ---
[toc] [toc]
@ -11,4 +12,4 @@ except KeyboardInterrupt:
<stuff that needs to be done before exiting> <stuff that needs to be done before exiting>
# return SIGINT code # return SIGINT code
exit(130) exit(130)
``` ```

View File

@ -1,5 +1,6 @@
--- ---
title: RDP title: RDP
visible: true
--- ---
[toc] [toc]
@ -81,4 +82,4 @@ After clicking on `connect` the user will be asked to insert the username and pa
## References ## References
- [ArchWiki Remmina](https://wiki.archlinux.org/index.php/Remmina) - [ArchWiki Remmina](https://wiki.archlinux.org/index.php/Remmina)
- [Azure RDP configuration](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop) - [Azure RDP configuration](https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop)
- [ArchWiki xrdp](https://wiki.archlinux.org/index.php/Xrdp) - [ArchWiki xrdp](https://wiki.archlinux.org/index.php/Xrdp)

View File

@ -1,5 +1,6 @@
--- ---
title: Samba title: Samba
visible: true
--- ---
[toc] [toc]
@ -43,4 +44,4 @@ The "@" signals samba that this is a group
``` ```
Finally, restart the samba service. Finally, restart the samba service.
`sudo systemctl restart smbd` `sudo systemctl restart smbd`

View File

@ -1,5 +1,6 @@
--- ---
title: 'Regenerate SSH Keys' title: 'Regenerate SSH Keys'
visible: true
--- ---
[toc] [toc]
@ -11,4 +12,4 @@ Remove the old Hostkeys
`# rm -v /etc/ssh/ssh_host_*` `# rm -v /etc/ssh/ssh_host_*`
Generate new Hostkeys Generate new Hostkeys
`# dpkg-reconfigure openssh-server` `# dpkg-reconfigure openssh-server`

View File

@ -1,5 +1,6 @@
--- ---
title: SSH title: SSH
visible: true
--- ---
[toc] [toc]
@ -125,4 +126,4 @@ Finally, the tunnel can be enabled
## References ## References
- [Windows OpenSSH Installation](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse) - [Windows OpenSSH Installation](https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse)
- [SSH Tunnel as systemd service](https://ivanmorenoj.medium.com/ssh-tunnel-as-systemd-service-3c53bd157ac1) - [SSH Tunnel as systemd service](https://ivanmorenoj.medium.com/ssh-tunnel-as-systemd-service-3c53bd157ac1)

View File

@ -1,5 +1,6 @@
--- ---
title: SSHFS title: SSHFS
visible: true
--- ---
[toc] [toc]
@ -37,4 +38,4 @@ Remove mounted drive
## References ## References
- [sshfs](https://github.com/libfuse/sshfs) - [sshfs](https://github.com/libfuse/sshfs)
- [sshfs-win](https://github.com/billziss-gh/sshfs-win) - [sshfs-win](https://github.com/billziss-gh/sshfs-win)

View File

@ -1,5 +1,6 @@
--- ---
title: 'Useful Commands' title: 'Useful Commands'
visible: true
--- ---
[toc] [toc]

View File

@ -1,5 +1,6 @@
--- ---
title: Vim title: Vim
visible: true
--- ---
[toc] [toc]
@ -17,4 +18,4 @@ Globally replace strings
`:%s/foo/bar/g` `:%s/foo/bar/g`
Replace strings in line 6 to 10 Replace strings in line 6 to 10
`:6,10s/foo/bar/g` `:6,10s/foo/bar/g`

View File

@ -1,5 +1,6 @@
--- ---
title: VMware title: VMware
visible: true
--- ---
[toc] [toc]
@ -32,4 +33,4 @@ Update the Grub configuration
**Debian** **Debian**
`# apt install open-vm-tools` `# apt install open-vm-tools`
**Arch** **Arch**
`# pacman -S open-vm-tools` `# pacman -S open-vm-tools`

View File

@ -1,5 +1,6 @@
--- ---
title: VNC title: VNC
visible: true
media_order: vnc-linux-pic1-example.png media_order: vnc-linux-pic1-example.png
--- ---