I see a few people sharing incorrect details in the comments so I figured I'd echo some details.
'hyprctl output create headless'
This creates a headless monitor. You can verify this with:
'hyprctl monitors'
I see a few people sharing incorrect details in the comments so I figured I'd echo some details.
'hyprctl output create headless'
This creates a headless monitor. You can verify this with:
'hyprctl monitors'
| # Copyright (C) 2021 Max Schulze. All Rights Reserved. | |
| # near-literal Translation of the linux version by Jason A. Donenfeld | |
| # to decrypt the dpapi Credentials, you have to be the same user as the wireguard tunnel service, i.e. "nt authority\system", check with "whoami" | |
| # this script might be called by task scheduler as | |
| # powershell -NoProfile -NoLogo -NonInteractive -ExecutionPolicy Bypass -Command "Get-ChildItem -File 'c:\Program Files\wireguard\data\configurations\*.dpapi' | foreach {& C:\<path to script>\wireguard_reresolve-dns.ps1 $_.FullName}" | |
| # if you want to try it in cmd, remember to elevate the user, i.e. with psexec from sysutils | |
| # psexec -s -i powershell -NoPr... | |
| Set-StrictMode -Version 3 |
| groups: | |
| - name: node_exporter_alerts | |
| rules: | |
| - alert: Node down | |
| expr: up{job="monitoring-pi"} == 0 | |
| for: 2m | |
| labels: | |
| severity: warning | |
| annotations: | |
| title: Node {{ $labels.instance }} is down |
| # List of country codes (ISO) on the blacklist. | |
| # Usually countries I do not expect email traffic form. | |
| TH | |
| CN | |
| RU |
| diff --git a/Action.c b/Action.c | |
| index 9a7c3c5..72229a1 100644 | |
| --- a/Action.c | |
| +++ b/Action.c | |
| @@ -406,7 +406,7 @@ static Htop_Reaction actionRedraw() { | |
| } | |
| static const struct { const char* key; const char* info; } helpLeft[] = { | |
| - { .key = " Arrows: ", .info = "scroll process list" }, | |
| + { .key = " hjkl: ", .info = "scroll process list" }, |
| mkdir ./mnt | |
| mount /dev/pve/root ./mnt | |
| cd mnt | |
| mount -t proc proc proc/ | |
| mount -t sysfs sys sys/ | |
| mount -o bind /dev dev/ | |
| cd .. | |
| chroot ./mnt ./bin/bash | |
| pmxcfs | |
| /bin/nano /etc/pve/nodes/{node name}/qemu-server/100.conf |
| #!/usr/bin/perl | |
| use strict; | |
| use Fcntl qw(SEEK_SET); | |
| sub deswappify { | |
| my $pid = shift; | |
| my $fh = undef; | |
| my $start_addr; |
| <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> | |
| <!-- ... --> | |
| <qemu:commandline> | |
| <qemu:arg value='-acpitable'/> | |
| <qemu:arg value='file=/some/path/slic.bin'/> | |
| <qemu:arg value='-acpitable'/> | |
| <qemu:arg value='file=/some/path/msdm.bin'/> | |
| <qemu:arg value='-smbios'/> | |
| <qemu:arg value='file=/some/path/smbios_type_0.bin'/> | |
| <qemu:arg value='-smbios'/> |
adb and fastboot (components of platform-tools) are in your| wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz |