Skip to content

Instantly share code, notes, and snippets.

View ilium007's full-sized avatar

ilium007

  • NSW, Australia
View GitHub Profile
@ilium007
ilium007 / backup.ini
Created December 22, 2016 03:59
Tomato router backup ini file
adblock[a-zA-Z_0-9]*
atm[a-zA-Z_0-9]*
bt[a-zA-Z_0-9]*
btn[a-zA-Z_0-9]*
cifs[0-9]
cstats[a-zA-Z_0-9]*
ddnsx[a-zA-Z01_]*
dhcp[a-zA-Z_0-9]*
dhcpd[a-zA-Z_0-9]*
dmz[a-zA-Z_0-9]*
@ilium007
ilium007 / osx_automount_nfs.md
Created August 26, 2016 08:54 — forked from L422Y/osx_automount_nfs.md
Automounting NFS share in OS X into /Volumes

I have spent quite a bit of time figuring out automounts of NFS shares in OS X...

Somewhere along the line, Apple decided allowing mounts directly into /Volumes should not be possible:

/etc/auto_master (see last line):

#
# Automounter master map
#

+auto_master # Use directory service

#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'