Skip to content

Instantly share code, notes, and snippets.

View obfusk's full-sized avatar
🏳️‍🌈
hacking ⇒ ¬sleeping 😸

FC (Fay) Stegerman obfusk

🏳️‍🌈
hacking ⇒ ¬sleeping 😸
View GitHub Profile
@obfusk
obfusk / README.md
Created January 4, 2014 23:28
some gnome3 command-line tweaks
gsettings get org.gnome.desktop.background primary-color
gsettings set org.gnome.desktop.background primary-color '#ffffff'
@obfusk
obfusk / .profile
Last active September 7, 2017 15:43
dotfiles | OBSOLETE; see https://github.com/obfusk/dotfiles
# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
@XVilka
XVilka / TrueColour.md
Last active October 9, 2025 17:55
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!

@obfusk
obfusk / _rake.apps
Last active August 29, 2015 13:56
eftcmdr + nap
~all:
- foo
@obfusk
obfusk / gems
Created April 3, 2014 22:27
gems
bundler
eft
eftcmdr
excon
gitbak
heroku
jasmine
mdview
pry
puma
@obfusk
obfusk / route.sh
Created April 5, 2014 17:03
manually set default gateway in case nm uses the wrong interface
sudo route del default
sudo route add default gw 192.168.42.254
@obfusk
obfusk / redcarpet.sh
Created May 6, 2014 20:48
redcarpet command line
redcarpet --parse-no-extra-emphasis --parse-fenced-code-blocks --parse-autolink --parse-lax-spacing
@obfusk
obfusk / chromium-trunk
Last active August 29, 2015 14:01
chromium-trunk
#!/bin/bash
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
exec ~/opt/pkg/chromium/chrome-wrapper \
--user-data-dir="$HOME"/.config/chromium-trunk "$@"
@obfusk
obfusk / remotes
Created May 12, 2014 23:37
nullmailer w/ starttls & auth
mail.example.com smtp --port=587 --starttls --user=username --pass=password
@obfusk
obfusk / dvd2pi
Last active August 29, 2015 14:01
dvd2pi
#!/bin/bash
set -e
chapter=1
dev=/dev/sr0
file=/media/media/felix/_dvd.mpg
host=beryllium
user=pi