I hereby claim:
- I am skellla on github.
- I am m03geek (https://keybase.io/m03geek) on keybase.
- I have a public key ASC8nQZcdpB_VImFnDLuMy-NktGCJC6L6T1saQft8xy9AQo
To claim this, I am signing this object:
| #!/bin/bash | |
| # Universal import script for *arr applications with MergerFS | |
| # Works with Sonarr, Radarr, Lidarr, and Readarr | |
| # Ensures hardlinking between downloads and destination directories | |
| set -e # Exit on any error | |
| # Get parameters from the *arr application | |
| SOURCE_PATH="$1" | 
| # Disable overscan assuming the display supports displaying the full resolution | |
| # If the text shown on the screen disappears off the edge, comment this out | |
| disable_overscan=1 | |
| # How much memory in MB to assign to the GPU on Pi models having | |
| # 256, 512 or 1024 MB total memory | |
| gpu_mem_256=100 | |
| gpu_mem_512=100 | |
| gpu_mem_1024=100 | 
| { | |
| "foo": "bar", | |
| "bar": "baz" | |
| } | 
| [Unit] | |
| Description=Blocky service | |
| ConditionPathExists=/home/ubuntu/apps/blocky/blocky | |
| After=network.target | |
| [Service] | |
| Type=simple | |
| User=ubuntu | |
| Group=ubuntu | 
| #!/usr/bin/env bash | |
| APPLICATIONS_PATH="$HOME/Applications" | |
| CODE_PATH="$APPLICATIONS_PATH/VSCode" | |
| DOWNLOAD_URL="https://vscode-update.azurewebsites.net/latest/linux-x64/stable" | |
| echo "Downloading $DOWNLOAD_URL..." | |
| DOWNLOAD_PATH=$(mktemp) | |
| curl -L $DOWNLOAD_URL --output $DOWNLOAD_PATH | |
| echo "Downloaded to $DOWNLOAD_PATH" | 
I hereby claim:
To claim this, I am signing this object:
| {"lastUpload":"2022-01-22T19:07:17.551Z","extensionVersion":"v3.4.3"} | 
| gdb tomahawk | |
| GNU gdb (Gentoo 7.11.1 vanilla) 7.11.1 | |
| Copyright (C) 2016 Free Software Foundation, Inc. | |
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
| This is free software: you are free to change and redistribute it. | |
| There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
| and "show warranty" for details. | |
| This GDB was configured as "x86_64-pc-linux-gnu". | |
| Type "show configuration" for configuration details. | |
| For bug reporting instructions, please see: | 
| execve("/usr/bin/tomahawk", ["tomahawk"], [/* 78 vars */]) = 0 | |
| brk(NULL) = 0x14d0000 | |
| mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2448eb4000 | |
| access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
| fstat(3, {st_mode=S_IFREG|0644, st_size=161981, ...}) = 0 | |
| mmap(NULL, 161981, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f2448e8c000 | |
| close(3) = 0 | |
| open("/usr/lib64/liblastfm5.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
| read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200j\1\0\0\0\0\0"..., 832) = 832 |