Example Varnish VCL Configuration e.g. /etc/varnish/default.vcl
default.vcl This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
View ArticleThe code below does the same as the example snippet you've just seen: opening...
sqlite3-example.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden...
View ArticleA simple python plugin system using a custom metaclass
plugin.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
View ArticleThings to commit just before leaving your job
preprocessor_fun.h This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden...
View ArticleMy WeeChat configuration
config.mdSecurepassphrase/secure passphrase <pass> data/secure set liberachatpass <pass> /secure set defaultnicks <nicks-csv> /secure set defaultsasluser <username>...
View ArticleLiberal, Accurate Regex Pattern for Matching Web URLs
Liberal Regex Pattern for Web URLs This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that...
View Articleirccat - Using netcat with an IRC channel
irccat This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
View ArticleThis is my technical interview cheat sheet. Feel free to fork it or do...
The Technical Interview Cheat Sheet.mdANNOUNCEMENTI have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against! The...
View ArticleMoving mouse pointer in X using xpyb.
xcb_pointer_control.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden...
View ArticleA list of alternate domains that point to @mailinator.com
MailinatorAliases This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden...
View ArticleInstalling Arch Linux on an LUKS Encrpyted root and booting from UEFI
arch-linux-install.mdInstalling Arch Linux on an LUKS Encrypted root and booting from UEFI.SourcesGist mattiaslundberg / arch-linux-installHOWTO: Disk encryption with dm-crypt / LUKS and DebianBefore...
View ArticleAria2c config files and init scripts
aria2.conf This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
View ArticleA brief overview of the process involved in creating a pacman package.
makepkg_overview.rstA Brief Tour of the Makepkg Process: What Makes a Pacman PackageIntroductionThis is a terse document covering the anatomy of a package built for the pacman package manager.The...
View Articleansible-sudo-command-limiting.md
ansible-sudo-command-limiting.md(Note: I wrote this up quickly and without a lot of research, so there are probably inaccuracies. However, I wanted to put this out there in case it helps someone else...
View ArticlePython asyncio + SSL TCP client/server example
asyncio_ssl_example.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden...
View Articlerecommends settings for security in WeeChat
weechat-security-settings.mkdWeeChat security settingsrecommends settings for security in WeeChatdisable leave msgdo not say when /part and /quit/set irc.server_default.default_msg_part = "" /set...
View Articleirc lib bot with basic plugin support
pluginbot.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
View Articleconcurrent operations in python
threadedurls.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
View Articleblog.py
blog.py This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
View ArticleA set of instructions on how to fix the harfbuzz + Infinality issue and...
fix-infinality.mdDisclaimer: Please follow this guide being aware of the fact that I'm not an expert regarding the things outlined below, however I made my best attempt. A few people in IRC confirmed...
View Articlebgs
bgs This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters....
View Articlejellybeans.rst
jellybeans.rstJelly Beans Terminal Color ThemeTerminal Colorscursor = #d7d7d7 cursor_foreground = #121212 foreground = #adadad foreground_bold = #efefef background = #121212 highlight = #222222 #black...
View ArticleMy always up-to-date WeeChat configuration (weechat-dev)
myweechat.mdEnable mouse support/mouse enable Encrypted password in sec.conf/secure passphrase <pass> /secure set bncpass <pass> /secure set relaypass <pass> /secure set bitlbeepass...
View Articleget version info from weechat relay
weechat-relay-info.lua This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden...
View ArticleFalsehoods programmers believe about time, in a single list
falsehoods-programming-time-list.mdFalsehoods programmers believe about timeThis is a compiled list of falsehoods programmers tend to believe about working with time.Don't re-invent a date time library...
View Articlelist of ansi escape sequences
ansiseq.txt This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode...
View Articleweb design.rst
web design.rsthttps://stackoverflow.com/questions/2701192/what-characters-can-be-used-for-up-down-triangle-arrow-without-stem-for-displahttps://www.reliablepsd.com/ultimate-google-font-pairings/
View ArticleBluetooth support on Raspberry Pis running Arch Linux ARM with non-mainline...
blueEnable_ALARM_non_mainline.md#1 Update: Recent Rapsberry Pi (downstream) kernel dt-overlays now exposes a config option "krnbt" that negates the need for all this.Relevant PRs:...
View Articlegit repo syncing
github.mdgit remote add upstream https://github.com//.gitgit fetch upstreamgit checkout mastergit merge upstream/mastergit push
View Articlesocket with coroutine
socket_with_coroutine.lua This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals...
View Article