Skip to content

Instantly share code, notes, and snippets.

@jby
jby / keybase.md
Created September 30, 2014 11:19

Keybase proof

I hereby claim:

  • I am jby on github.
  • I am jbygden (https://keybase.io/jbygden) on keybase.
  • I have a public key whose fingerprint is 94D3 C173 3F12 F5F1 A49E 8BAC 1F57 0AD0 D936 6EE7

To claim this, I am signing this object:

#version=DEVEL
ignoredisk --only-use=sda
# Partition clearing information
clearpart --all --initlabel --drives=sda
# Use graphical install
graphical
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>OnDemand</key>
<true/>
<key>_metadata</key>
<dict>
<key>created_by</key>
<string>jonasb</string>
@jby
jby / Brewfile
Last active November 28, 2019 10:53
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
cask "adoptopenjdk"
brew "openssl@1.1"
brew "adwaita-icon-theme"
brew "archey"
brew "autoconf"
brew "automake"
brew "coreutils"
version: "3"
services:
jackett:
container_name: jackett
cpu_shares: 50
entrypoint:
- /init
environment:
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- HOME=/root
version: "3"
services:
radarr:
container_name: radarr
cpu_shares: 50
entrypoint:
- /init
environment:
- PGUID=100
- PUID=1029
version: "3"
services:
sonarr:
container_name: sonarr
cpu_shares: 50
entrypoint:
- /init
environment:
- PGID=100
- PUID=1028
version: "3"
services:
watchtower:
command:
- 'radarr sonarr jackett'
container_name: watchtower
entrypoint:
- /watchtower
environment:
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>_metadata</key>
<dict>
<key>created_by</key>
<string>jonasb</string>
<key>creation_date</key>
<date>2020-04-02T13:42:34Z</date>
@jby
jby / preseed.txt
Last active October 17, 2021 18:15
d-i debian-installer/locale string en_US
d-i debian-installer/language string en
d-i debian-installer/country string SE
d-i debian-installer/locale string en_US.UTF-8
d-i localechooser/supported-locales multiselect en_US.UTF-8, sv_SE.UTF-8
d-i console-setup/ask_detect boolean true
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
d-i hw-detect/load_firmware boolean true