Skip to content

Instantly share code, notes, and snippets.

@rbb
rbb / README.md
Created October 18, 2018 23:07
Setup autofs on Ubuntu 18.04

Mounting CIFS with automount on Ubuntu 18:

  1. Install the necessary applications/servers:

    sudo apt install autofs smbclient cifs-utils

  2. Configure autofs

create /etc/auto.cifs, with this variant from auto.smb, courtesy howtoforge

@rbb
rbb / install_airview.md
Last active June 12, 2021 21:23
Install Ubiquity Airview on Ubuntu 18.04

Installing Airview v1.0.12

These instructions worked on Ubuntu 18.04

  1. Grab the binary

    # This link was valid on 2018-07-24. Who knows how long it will last
    wget http://dl.ubnt.com/airview/AirView-Spectrum-Analyzer-v1.0.12.tar.gz
    tar xf AirView-Spectrum-Analyzer-v1.0.12.tar.gz
    

cd AirView-Spectrum-Analyzer-v1.0.12

@rbb
rbb / gist:12d531c10af23b8fc029
Created February 10, 2015 20:28
Update fork from upstream (online)
http://webapps.stackexchange.com/questions/28998/how-do-you-update-a-github-repo-fork-in-the-web-interface