Compare commits

...

10 Commits

Author SHA1 Message Date
davidovski 6d0f7e9762 Merge branch 'shblg' of git.cheetah.remote:davidovski into shblg 2023-08-09 02:42:16 +01:00
davidovski 0636d603e4 Fixed permissions on scripts 2023-08-09 02:42:03 +01:00
davidovski ff191a38f9 add build and new scripts 2023-08-09 02:42:03 +01:00
davidovski f298c481fd move non-executables to site subdir 2023-08-09 02:42:03 +01:00
davidovski 9ac6c99826 remove new.sh 2023-08-09 02:42:03 +01:00
davidovski be73f369c2 add pci passthrough notes about busybox 2023-08-09 02:41:14 +01:00
davidovski f3684961d7 Fixed permissions on scripts 2023-07-21 11:13:47 +02:00
davidovski a3e77b130d add build and new scripts 2023-07-21 11:12:52 +02:00
davidovski ce018d2193 move non-executables to site subdir 2023-07-21 11:05:15 +02:00
davidovski 5cc7cb52b9 remove new.sh 2023-07-21 00:05:26 +02:00
19 changed files with 12 additions and 3 deletions

6
build.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
[ -d dist ] && rm -r dist
mkdir dist
shblg -i site -o dist

2
new.sh
View File

@ -5,7 +5,7 @@ TEMPFILE=/tmp/blog_entry.md
$EDITOR $TEMPFILE
NAME=entries/$(head -1 $TEMPFILE | cut -d" " -f2-).html
NAME=site/entries/$(head -1 $TEMPFILE | cut -d" " -f2- | tr " " "-" | tr "[:upper:]" "[:lower:]").html
cp $TEMPFILE "$NAME"
rm $TEMPFILE

View File

@ -13,7 +13,8 @@ If you do not trust this guide or need any clarification, feel free to follow st
## Prerequisites
Make sure that your motherboard is:
Make sure that your motherboard:
- supports hardware virtualisation
- supports IOMMU
@ -231,7 +232,9 @@ In `/etc/security/limits.d/99-memlock.conf` write:
@kvm hard memlock 8100452
@kvm soft memlock 8100452
You may need to reboot for these changes to take effect, especially ones relating to udev rules.
You may need to re-login for these changes to take effect, especially ones relating to udev rules.
*Busybox doesn't support these configurations for its /bin/login, so use shadow's /bin/login (on alpine you need the package `shadow-login`)*
### Using ddcutil to switch between monitor inputs

View File

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB