This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=FirefoxPWA overlayfs to use installed Firefox runtime | |
AssertPathIsDirectory=%%runtime_path | |
[Service] | |
Type=simple | |
ExecStart=fuse-overlayfs -f -o squash_to_uid=%U,squash_to_gid=%G,lowerdir=%%runtime_path,upperdir=%t/firefoxpwa/overlayfs/upper,workdir=%t/firefoxpwa/overlayfs/work %h/.local/share/firefoxpwa/runtime/ | |
ExecStop=fusermount -u %h/.local/share/firefoxpwa/runtime/ | |
RuntimeDirectory=firefoxpwa/overlayfs firefoxpwa/overlayfs/upper firefoxpwa/overlayfs/work |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+------------------------+-------+-------------+----------------------------------------------------------------------------------------+ | |
| Long | Short | Value | Description | | |
+------------------------+-------+-------------+----------------------------------------------------------------------------------------+ | |
| app:configFile | -C | NULL | A file to read additional configuration from | | |
| app:renderer | -g | auto | Specify the renderer to use | | |
| app:license | -l | no | Show the license for this application and then terminate | | |
| app:cursorPollInterval | | 1000 | How often to check for a cursor update in microseconds | | |
| app:framePollInterval | | 1000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+------------------------+-------+-------------+----------------------------------------------------------------------------------------+ | |
| Long | Short | Value | Description | | |
+========================+=======+=============+========================================================================================+ | |
| app:configFile | -C | NULL | A file to read additional configuration from | | |
+------------------------+-------+-------------+----------------------------------------------------------------------------------------+ | |
| app:renderer | -g | auto | Specify the renderer to use | | |
+------------------------+-------+-------------+----------------------------------------------------------------------------------------+ | |
| app:license | -l | no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<domain xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0" type="kvm"> | |
<name>win10-4game</name> | |
<uuid>94379505-7e3a-47a1-8ad8-c7d794b3b224</uuid> | |
<metadata> | |
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> | |
<libosinfo:os id="http://microsoft.com/win/10"/> | |
</libosinfo:libosinfo> | |
</metadata> | |
<memory unit="KiB">8388608</memory> | |
<currentMemory unit="KiB">8388608</currentMemory> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Launches one-time modified domain with video switched to VGA and VGA passthrough removed | |
# Requires libvirt and virtinst | |
# Assumes you have VGA passthrough with a display server attached, with video device likely set to 'none' | |
# Your domain name | |
DOMAIN="mydomain" | |
# Set to qxl if you wish | |
NEW_VIDEO="vga" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] | |
npm ERR! missing: [email protected], required by [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Runs the command in the system's shell, returns a list of (error code, stdout, stderr) | |
#define SHELLEO_ERR "data/shelleo.err" | |
#define SHELLEO_OUT "data/shelleo.out" | |
/proc/shelleo(command) | |
var/stdout = "" | |
var/stderr = "" | |
var/errorcode = 1 | |
var/static/list/interpreters = list("[MS_WINDOWS]" = "cmd /c", "[UNIX]" = "sh -c") | |
var/interpreter = interpreters["[world.system_type]"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Identity system notes | |
!!! | |
[ ] config for turning the entire thing off | |
!!! | |