Skip to content

Instantly share code, notes, and snippets.

View cbreak-black's full-sized avatar

Gerhard Röthlin cbreak-black

View GitHub Profile
cbreak@twilight:~$ snap run --shell firefox
update.go:85: cannot change mount namespace according to change mount (/run/user/1000/doc/by-app/snap.firefox /run/user/1000/doc none bind,rw,x-snapd.ignore-missing 0 0): cannot inspect "/run/user/1000/doc": lstat /run/user/1000/doc: permission denied
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
cbreak@twilight:/home/cbreak$ fc-list
/snap/firefox/1943/gnome-platform/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold
/snap/firefox/1943/gnome-platform/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold
/snap/firefox/1943/gnome-platform/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf: DejaVu Sans:style=Book
/snap/firefox/1943/gnome-platform/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf: Noto Color Emoji:style=Regular
# gnupg as ssh-agent
if (( EUID != 0 )) && [ ! $SSH_TTY ]
then
GPG_TTY=$(tty)
export GPG_TTY
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
fi
#!/bin/sh
launchctl unload /Library/LaunchDaemons/net.the-color-black.ZetaAuthorizationHelper.plist
rm /Library/LaunchDaemons/net.the-color-black.ZetaAuthorizationHelper.plist
rm /Library/PrivilegedHelperTools/net.the-color-black.ZetaAuthorizationHelper
---
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
ConstructorInitializerIndentWidth: 8
UseTab: ForIndentation
ColumnLimit: 80
Standard: c++17
AccessModifierOffset: -4