🏳️⚧️
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 | |
echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' > /etc/apk/repositories | |
echo 'https://dl-cdn.alpinelinux.org/alpine/v3.20/main' >> /etc/apk/repositories | |
echo 'https://dl-cdn.alpinelinux.org/alpine/v3.20/community' >> /etc/apk/repositories | |
apk update | |
apk upgrade | |
apk add shadow alpine-conf sudo | |
useradd electron |
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
{ | |
"name": "podman", | |
"id": "bdeaaa55acb82fd29a98ecd7424d703d3ecf7228ba01acb9a9ce71ee38c106cd", | |
"driver": "bridge", | |
"network_interface": "podman0", | |
"created": "2024-01-25T16:19:45.783349912-06:00", | |
"subnets": [ | |
{ | |
"subnet": "2001:db3::/64", | |
"gateway": "2001:db3::1" |
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
worker_processes auto; | |
worker_rlimit_nofile 100000; | |
error_log logs/error.log; | |
events { | |
worker_connections 4096; | |
use epoll; | |
multi_accept on; |
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
TI:11:03:32 Acquired inhibitor lock (9, delay) | |
TI:11:03:32 Starting upowerd version 1.90.2 | |
TI:11:03:32 Exported UpDevice with path /org/freedesktop/UPower/devices/DisplayDevice | |
TI:11:03:32 daemon now coldplug | |
TI:11:03:32 invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 | |
TI:11:03:32 invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1 | |
TI:11:03:32 invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2 | |
TI:11:03:32 invalid bitmask entry for /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2/event2 | |
TI:11:03:32 no device file: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17/PNP0C09:00/PNP0C0D:00/input/input0 | |
TI:11:03:32 watching /dev/input/event0 (10) |
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
ac_charging.txt: | |
Udevadm info starts with the device specified by the devpath and then | |
walks up the chain of parent devices. It prints for every device | |
found, all possible attributes in the udev rules key format. | |
A rule to match, can be composed by the attributes of the device | |
and the attributes from one single parent device. | |
looking at device '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:17/PNP0C09:00/ACPI0003:00/power_supply/AC': | |
KERNEL=="AC" |
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 | |
export platform="${platform:-x86_64-efi}" | |
export CD_MODULES="all_video | |
boot | |
btrfs | |
cat | |
chain | |
configfile |
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
## Configuration file for a typical i2pd user | |
## See https://i2pd.readthedocs.io/en/latest/user-guide/configuration/ | |
## for more options you can use in this file. | |
## Lines that begin with "## " try to explain what's going on. Lines | |
## that begin with just "#" are disabled commands: you can enable them | |
## by removing the "#" symbol. | |
## Tunnels config file | |
## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf |
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
Device: /org/freedesktop/UPower/devices/line_power_AC | |
native-path: AC | |
power supply: yes | |
updated: pon, 4 gru 2023, 20:45:49 (11 seconds ago) | |
has history: no | |
has statistics: no | |
line-power | |
warning-level: none | |
online: no | |
icon-name: 'ac-adapter-symbolic' |
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
Device: /org/freedesktop/UPower/devices/line_power_AC | |
native-path: AC | |
power supply: yes | |
updated: pon, 4 gru 2023, 20:45:26 (12 seconds ago) | |
has history: no | |
has statistics: no | |
line-power | |
warning-level: none | |
online: yes | |
icon-name: 'ac-adapter-symbolic' |
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
Device: /org/freedesktop/UPower/devices/line_power_AC | |
native-path: AC | |
power supply: yes | |
updated: pon, 4 gru 2023, 20:44:46 (32 seconds ago) | |
has history: no | |
has statistics: no | |
line-power | |
warning-level: none | |
online: no | |
icon-name: 'ac-adapter-symbolic' |
NewerOlder