Make all pages visible. Use alphabetic sorting
This commit is contained in:
parent
c150c1af11
commit
c5bc69ebe2
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Welcome
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
[toc]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: ACME.SH
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Linux
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
[toc]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'DHCP Server and Routing'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -92,4 +93,4 @@ DHCP Request
|
||||
`# dhclient -v`
|
||||
|
||||
Release IP
|
||||
`# dhclient -v -r`
|
||||
`# dhclient -v -r`
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'File Operations'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -34,4 +35,4 @@ Example:
|
||||
## Find biggest files
|
||||
`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`
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Fstab
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -16,4 +17,4 @@ user=(user)
|
||||
password=(password)
|
||||
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.
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Gitea
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Grav
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Arch
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Debian Raspberry Pi 3/4'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Guides
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Hedgedoc
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -89,4 +90,4 @@ server {
|
||||
server_name SERVER_NAME;
|
||||
return 404;
|
||||
}
|
||||
```
|
||||
```
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Jellyfin
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Kavita
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -55,4 +56,4 @@ server {
|
||||
```
|
||||
|
||||
## 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.
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Komga
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Kopia
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'MariaDB Replication'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -66,4 +67,4 @@ If both of the following options say yes, everything is working as intended
|
||||
```
|
||||
Slave_IO_Running: Yes
|
||||
Slave_SQL_Running: Yes
|
||||
```
|
||||
```
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Minecraft Server'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Nextcloud
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Nginx
|
||||
visible: true
|
||||
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)
|
||||
|
||||
## 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.
|
@ -1,9 +1,10 @@
|
||||
---
|
||||
title: Overclocking
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
- [CPU](./cpu)
|
||||
- [GPU](./gpu)
|
||||
- [RAM](./ram)
|
||||
- [Monitoring](./monitoring)
|
||||
- [Monitoring](./monitoring)
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Podman
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PostgreSQL
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: PowerDNS
|
||||
visible: true
|
||||
media_order: powerdns-admin-api-settings.png
|
||||
---
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'SSH Agent'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Step-CA
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Systemd Automount
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Unattended Upgrades
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Users and Groups'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: WikiJS
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Wireguard
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Woodpecker CI'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: XCP-ng
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Dom0
|
||||
visible: true
|
||||
---
|
||||
|
||||
[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.
|
||||
Instead use the local EXT mapper device. This is mounted under `/run/sr-mount/(id)`
|
||||
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.
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'xe CLI'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -11,4 +12,4 @@ Poweroff all VMs currently running
|
||||
`# xe vm-shutdown --multiple power-state=running`
|
||||
|
||||
## Snapshot management
|
||||
*TODO*
|
||||
*TODO*
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Xen Orchestra'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Zabbix
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: BSD
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
[toc]
|
||||
|
@ -1,9 +1,10 @@
|
||||
---
|
||||
title: 'Non-Standard Shell'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
When trying to use a non-standard shell, `chsh` will throw the following error:
|
||||
`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`
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Bash
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -34,4 +35,4 @@ Will output:
|
||||
Line 1
|
||||
Line 2
|
||||
Line 3
|
||||
```
|
||||
```
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: BTRFS
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Other
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
[toc]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Doom Emacs'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[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.
|
||||
|
||||
*Currently doesn't show emotes*
|
||||
*Missing ripgrep and fd*
|
||||
*Missing ripgrep and fd*
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'eBook DRM Removal'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Fish
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -34,4 +35,4 @@ Output:
|
||||
08
|
||||
09
|
||||
10
|
||||
```
|
||||
```
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Git
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -24,4 +25,4 @@ Fetch desired commits
|
||||
Cherry pick commits
|
||||
`git cherry-pick -m 1 a0221c51ff4c8ce834d7e3431f2770b6879de009`
|
||||
|
||||
Resolve whatever conflicts arise
|
||||
Resolve whatever conflicts arise
|
||||
|
@ -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)
|
||||
> [MP3 Tag Field Mappings](https://docs.mp3tag.de/mapping/)
|
||||
> [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)
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Multimedia Metadata'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
[toc]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: NFS
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -47,4 +48,4 @@ Search for `Turn Windows features on or off`
|
||||
Check everything under `Services for NFS` and click "OK"
|
||||
|
||||
Mount as mapped network drive
|
||||
`mount -o anon \\(ip)\(mountpoint) (letter):`
|
||||
`mount -o anon \\(ip)\(mountpoint) (letter):`
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Python
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -11,4 +12,4 @@ except KeyboardInterrupt:
|
||||
<stuff that needs to be done before exiting>
|
||||
# return SIGINT code
|
||||
exit(130)
|
||||
```
|
||||
```
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: RDP
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -81,4 +82,4 @@ After clicking on `connect` the user will be asked to insert the username and pa
|
||||
## References
|
||||
- [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)
|
||||
- [ArchWiki xrdp](https://wiki.archlinux.org/index.php/Xrdp)
|
||||
- [ArchWiki xrdp](https://wiki.archlinux.org/index.php/Xrdp)
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Samba
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -43,4 +44,4 @@ The "@" signals samba that this is a group
|
||||
```
|
||||
|
||||
Finally, restart the samba service.
|
||||
`sudo systemctl restart smbd`
|
||||
`sudo systemctl restart smbd`
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Regenerate SSH Keys'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -11,4 +12,4 @@ Remove the old Hostkeys
|
||||
`# rm -v /etc/ssh/ssh_host_*`
|
||||
|
||||
Generate new Hostkeys
|
||||
`# dpkg-reconfigure openssh-server`
|
||||
`# dpkg-reconfigure openssh-server`
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: SSH
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -125,4 +126,4 @@ Finally, the tunnel can be enabled
|
||||
|
||||
## References
|
||||
- [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)
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: SSHFS
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -37,4 +38,4 @@ Remove mounted drive
|
||||
|
||||
## References
|
||||
- [sshfs](https://github.com/libfuse/sshfs)
|
||||
- [sshfs-win](https://github.com/billziss-gh/sshfs-win)
|
||||
- [sshfs-win](https://github.com/billziss-gh/sshfs-win)
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 'Useful Commands'
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Vim
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -17,4 +18,4 @@ Globally replace strings
|
||||
`:%s/foo/bar/g`
|
||||
|
||||
Replace strings in line 6 to 10
|
||||
`:6,10s/foo/bar/g`
|
||||
`:6,10s/foo/bar/g`
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: VMware
|
||||
visible: true
|
||||
---
|
||||
|
||||
[toc]
|
||||
@ -32,4 +33,4 @@ Update the Grub configuration
|
||||
**Debian**
|
||||
`# apt install open-vm-tools`
|
||||
**Arch**
|
||||
`# pacman -S open-vm-tools`
|
||||
`# pacman -S open-vm-tools`
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: VNC
|
||||
visible: true
|
||||
media_order: vnc-linux-pic1-example.png
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user