Skip to content

Instantly share code, notes, and snippets.

@adam1x
adam1x / Preferences.sublime-settings
Created May 22, 2017 21:34
Sublime Text settings
{
"color_scheme": "Packages/User/SublimeLinter/Tomorrow-Night-Eighties (SL).tmTheme",
"fade_fold_buttons": false,
"font_face": "DejaVu Sans Mono",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
@adam1x
adam1x / aria2.conf
Last active May 3, 2017 03:53
aria2 config
dir=${HOME}/Downloads
# uncomment the following line if you are only using aria2 with rpc
# input-file=${HOME}/.aria2/aria2.session
save-session=${HOME}/.aria2/aria2.session
save-session-interval=60
continue=true
max-concurrent-downloads=3
max-connection-per-server=10
split=10
@adam1x
adam1x / dnsmasq.conf
Last active April 25, 2017 02:08
dnsmasq config (CN)
# Configuration file for dnsmasq.
#
# Format is one option per line, legal options are the same
# as the long options legal on the command line. See
# "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.
# Listen on this specific port instead of the standard DNS port
# (53). Setting this to zero completely disables DNS function,
# leaving only DHCP and/or TFTP.
#port=5353