Skip to content

Instantly share code, notes, and snippets.

View SkeLLLa's full-sized avatar
🇺🇦

Alex SkeLLLa

🇺🇦
View GitHub Profile
{
"foo": "bar",
"bar": "baz"
}
@SkeLLLa
SkeLLLa / blocky.service
Last active March 2, 2023 09:43
Blocky config to use with home assistant
[Unit]
Description=Blocky service
ConditionPathExists=/home/ubuntu/apps/blocky/blocky
After=network.target
[Service]
Type=simple
User=ubuntu
Group=ubuntu
@SkeLLLa
SkeLLLa / vscode-update.sh
Created July 9, 2018 09:52
VScode linux update script
#!/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"

Keybase proof

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:

@SkeLLLa
SkeLLLa / cloudSettings
Last active January 22, 2022 19:07
Visual Studio Code Settings Sync Gist
{"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