Skip to content

Instantly share code, notes, and snippets.

@lk9100
lk9100 / gist:fff39b08ca09a3f5f362b7f5d3f5caa0
Created June 12, 2018 22:49 — forked from sachin-handiekar/gist:3317727
UK Access Point Name (APN) Settings for Mobile Broadband - UK
Note : Dial - *99#
Vodafone
Vodafone has several possible options for Pay As You Go SIM cards. Try each one in turn until the connection works. All use the same username and password.
APN (contract): internet
APN (PAYG): pp.internet
APN (PAYG): ppbundle.internet
APN (PAYG): smart
APN (PAYG): pp.vodafone.co.uk
@lk9100
lk9100 / crashplanFixup.sh
Last active August 29, 2015 14:12 — forked from thewellington/crashplanFixup.sh
updated menu bar extra location
#!/bin/bash
#
# crashplanFixup.sh for Macintosh OS X 10.9 (and probably earlier versions)
#
# This script will prevent CrashPlan from de-duplicating data on files greater than 1k.
# Based on information from http://networkrockstar.ca/2013/09/speeding-up-crashplan-backups/
#
# NOTE: Must be run with sudo! IE: $ sudo sh ./crashplanFixup
#
# v1.1 2014-03-13 by bill@wellingtonnet.net