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
$ sudo apt install ruby | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following packages were automatically installed and are no longer required: | |
libllvm10 libllvm10:i386 | |
Use 'sudo apt autoremove' to remove them. | |
The following additional packages will be installed: | |
libruby2.7 rake ruby2.7 | |
Suggested packages: |
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
cat sigs.yaml | grep dir: | |
- dir: sig-api-machinery | |
- dir: sig-apps | |
- dir: sig-architecture | |
- dir: sig-auth | |
- dir: sig-autoscaling | |
- dir: sig-cli | |
- dir: sig-cloud-provider | |
- dir: sig-cluster-lifecycle | |
- dir: sig-contributor-experience |
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
% cat /etc/systemd/system/plexmediaserver.service | |
[Unit] | |
Description=Plex Media Server | |
Requires=docker.service | |
After=network.target irontower.mount docker.service | |
[Service] | |
Slice=machine.slice | |
Type=simple | |
Environment="ADVERTISE_IP=http://192.168.1.101:32400" | |
ExecStartPre=/bin/chmod -R 777 /dev/dri |
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
hit# hwinfo --disk | |
21: IDE 100.0: 10600 Disk | |
[Created at block.245] | |
Unique ID: 3OOL.CpunhxhuV+C | |
Parent ID: abAj.qGv5xpV1CPF | |
SysFS ID: /class/block/sda | |
SysFS BusID: 1:0:0:0 | |
SysFS Device Link: /devices/pci0000:00/0000:00:17.0/ata2/host1/target1:0:0/1:0:0:0 | |
Hardware Class: disk | |
Model: "Samsung SSD 860" |
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
1 jorge@trunks:~/config$ tree -L 1 | |
. | |
??? Backup | |
??? coredns | |
??? dnsmasq.d | |
??? flex | |
??? heimdall | |
??? homeassistant | |
??? nzbget | |
??? plexmediaserver |
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
{ | |
"streamdeck_ui_version": 1, | |
"state": { | |
"AL50H1C0439": { | |
"buttons": { | |
"0": { | |
"0": { | |
"write": "", | |
"command": "xdg-open zoommtg://zoom.us/join?action=join&confno=6229641857", | |
"icon": "/home/jorge/Downloads/1200px-Kubernetes_logo_without_workmark.svg.png" |
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=Plex Media Server | |
Requires=docker.service | |
After=network.target irontower.mount docker.service | |
[Service] | |
Slice=machine.slice | |
Type=simple | |
Environment="ADVERTISE_IP=http://192.168.1.101:32400" | |
ExecStartPre=/bin/chmod -R 777 /dev/dri | |
ExecStart=/usr/bin/docker run --net=host --name=plexmediaserver -e PUID=1000 -e PGID=1000 -v /home/jorge/config/plexmediaserver:/config --device /dev/dri/card0:/dev/dri/card0 -v /storage/TV:/storage/TV -v /storage/Movies:/storage/Movies -v /storage/Popular:/storage/Popular -v /storage/YouTube:/storage/YouTube -v /storage/Kids:/storage/Kids --device /dev/dri/renderD128:/dev/dri/renderD128 plexinc/pms-docker:plexpass |
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
locksmith: | |
window_start: 04:00 | |
window_length: 1h | |
reboot_strategy: "reboot" | |
update: | |
group: "stable" | |
server: "https://public.update.core-os.net/v1/update/" | |
systemd: | |
units: |
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
$ snap run signal-desktop | |
Gtk-Message: Failed to load module "canberra-gtk-module" | |
Gtk-Message: Failed to load module "canberra-gtk-module" | |
NODE_ENV production | |
NODE_CONFIG_DIR /snap/signal-desktop/81/resources/app.asar/config | |
NODE_CONFIG {} | |
ALLOW_CONFIG_MUTATIONS undefined | |
HOSTNAME undefined | |
NODE_APP_INSTANCE undefined | |
SUPPRESS_NO_CONFIG_WARNING undefined |