Skip to content

Instantly share code, notes, and snippets.

View xandora's full-sized avatar

Michael Frank xandora

  • Auckland, NZ
  • 14:25 (UTC +12:00)
View GitHub Profile
@xandora
xandora / local.conf
Created August 26, 2020 04:26
Current Font Settings - /etc/fonts/local.conf
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<edit mode="prepend" name="family"><string>Noto Sans</string></edit>
</match>
<match target="pattern">
<test qual="any" name="family"><string>serif</string></test>

Instructions

The files are made for systems with systemd. The instructions are written with Ubuntu 16.04 in mind. Your file locations may vary.

Installation

  1. Become root
  2. Create the service files in lib/systemd/system
  3. Change <user> in the Sonarr service file to the approriate user.
@xandora
xandora / gist:51670f234fb01a7df6dba850fd07d86c
Created June 18, 2020 02:21
build-essentials dependencies
http://nz.archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils-common_2.34-6ubuntu1_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/b/binutils/libbinutils_2.34-6ubuntu1_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/b/binutils/libctf-nobfd0_2.34-6ubuntu1_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/b/binutils/libctf0_2.34-6ubuntu1_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils-x86-64-linux-gnu_2.34-6ubuntu1_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils_2.34-6ubuntu1_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc-dev-bin_2.31-0ubuntu9_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_5.4.0-37.41_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/libx/libxcrypt/libcrypt-dev_4.4.10-10ubuntu4_amd64.deb
http://nz.archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.31-0ubuntu9_amd64.deb
@xandora
xandora / tautulli.log
Last active May 30, 2020 00:34
Tautilli Logs (Notification Errors)
This file has been truncated, but you can view the full file.
2020-05-02 23:09:38 - WARNING :: Thread-17 : Tautulli Monitor :: Plex remote access port mapped, but mapping failed, ping attempt 44.
2020-05-02 23:10:38 - WARNING :: Thread-20 : Tautulli Monitor :: Plex remote access port mapped, but mapping failed, ping attempt 45.
2020-05-02 23:11:38 - WARNING :: Thread-16 : Tautulli Monitor :: Plex remote access port mapped, but mapping failed, ping attempt 46.
2020-05-02 23:12:38 - WARNING :: Thread-21 : Tautulli Monitor :: Plex remote access port mapped, but mapping failed, ping attempt 47.
2020-05-02 23:13:38 - WARNING :: Thread-23 : Tautulli Monitor :: Plex remote access port mapped, but mapping failed, ping attempt 48.
2020-05-02 23:14:38 - WARNING :: Thread-18 : Tautulli Monitor :: Plex remote access port mapped, but mapping failed, ping attempt 49.
2020-05-02 23:15:37 - INFO :: Thread-19 : Retrieving latest version information from GitHub
2020-05-02 23:15:37 - DEBUG :: Thread-19 : Requesting URL via GET method: https://api.github.com/repos/Tautulli/Tautulli/co
@xandora
xandora / gist:1bdafe2100ea751d53b26fc874c710a9
Created May 22, 2020 00:33
Set Up ICAClient on Ubuntu
https://askubuntu.com/questions/1228614/installing-citrix-receiver-on-ubuntu-20-04-missing-libwebkitgtk-1-0-0
https://help.ubuntu.com/community/CitrixICAClientHowTo
@xandora
xandora / keybase.md
Last active December 10, 2019 02:11
keybase.md

Keybase proof

I hereby claim:

  • I am xandora on github.
  • I am mdfr4nk (https://keybase.io/mdfr4nk) on keybase.
  • I have a public key ASCamR1NmIiOJcexfNjA4AioUwPIX6H1EBA_gsmawrvhFgo

To claim this, I am signing this object:

@xandora
xandora / .hyper.js
Created November 7, 2019 00:58
Sample of my .hyper.js
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',