-
Recent Posts
Recent Comments
Archives
Categories
Meta
Advertisements
As a lightweight hobbyist and casual user of consumer electronics, I haven’t justified deploying any comprehensive server orchestration for my home machines or VPSs. But as I tinker and experiment with server configurations, I don’t want to lose track of … Continue reading
Introduction I am setting out to build a router from scratch, and document the journey in such a way that anybody can follow along. But it’s not interesting enough to build a guide on IP Tables and a couple Network … Continue reading
“No topleft hot corner” — Prevents the activities view when you mouse-over the activities button “Panel world clock” — Always set to GMT “Pomodoro” — A simple pomodor timer “Put windows” — super-arrow keys, super num keys to move windows around … Continue reading
I have this clump in my ~/.bashrc … This provides the following commands: git-ignore /some/filename/ git-unignore /some/file/name git-unignore-all git-ignore-list ## ## Git stuff, helpers ## git config –global user.name AndyO git config –global core.excludesfile ~/.gitignore git_ignore () { if grep … Continue reading
I’m writing this for myself in hopes that it benefits somebody else. The guides that I’ve found on LXC have been either unholy scatterbrained or just out of date. Starting from scratch. If you’re fairly new to arch as I … Continue reading
If you happen to see this, bear with me I’m not done yet. Variable scope defined pre-exec to if-statements are available in else blocks. http://tour.golang.org/#22 If-statements have a pre-exec section just like for-statments. http://tour.golang.org/#21 As common, any portion of the for statement … Continue reading
Sometimes I make temporary changes to files that I need for the time being but never want to commit, while needing to commit other stuff. I can’t stash the changes because I need them constantly. Thanks to this article and … Continue reading