Skip to content

Instantly share code, notes, and snippets.

@gregkare
gregkare / 3g_checklist.md
Last active January 2, 2016 03:09
3G checklist

Disable Google automatic updates

defaults write com.google.Keystone.Agent checkInterval 0

Disable Firefox automatic updates, especially if you're using Nightly

Disable OS updates

2013-10-18 14:31:46 mdehaan_afk gkarekinian: comments on twitter not appreciated
2013-10-18 14:31:59 -- Mode #ansible [+o mdehaan_afk] by ChanServ
2013-10-18 14:32:11 gkarekinian My opinions are mine
2013-10-18 14:32:13 @mdehaan_afk if you have a specific problem in that code we'd be glad to help
2013-10-18 14:32:19 drybjed mdehaan_afk: link?
2013-10-18 14:32:29 @mdehaan_afk "I'm too old for this shit: http://ift.tt/17QmBzt "
2013-10-18 14:32:32 gkarekinian The problem? A 250 lines function
2013-10-18 14:32:49 gkarekinian If you don't see the problem I can't do anything
2013-10-18 14:32:55 @mdehaan_afk =The idea that we have to refactor things from time to time is known. Runner handles a lot of complexity.
2013-10-18 14:33:13 @mdehaan_afk seeing it's open source I don't take to kindly to people here that ask for a lot of help from us and then rant about it behind our back.
@gregkare
gregkare / upstart
Created September 25, 2013 15:22
Upstart is INSANE
$ sudo init-checkconf /etc/init/znc.conf
ERROR: cannot run as root
$ init-checkconf /etc/init/znc.conf
ERROR: failed to ask Upstart to check conf file
@gregkare
gregkare / permissions
Created February 12, 2011 11:28
Fix Gandi Ubuntu/Debian permissions for SSH
chmod go-w ~ && chmod 700 ~/.ssh && chmod 600 ~/.ssh/authorized_keys