Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am yossarin on github.
  • I am vlaxx (https://keybase.io/vlaxx) on keybase.
  • I have a public key ASDb4FJihiEoLIOErfOj7Qsvc_QuhkQhZLKrqe-PC2kYtAo

To claim this, I am signing this object:

@yossarin
yossarin / set_ip_table_for_navio.sh
Created March 25, 2015 08:53
Edits the ip table to change the default outbound subnet
#!/bin/bash
sudo route del default gw 192.168.12.1
sudo route add default gw 192.168.2.1 netmask 0.0.0.0
@yossarin
yossarin / install_piksi_python_deps.sh
Created March 20, 2015 15:48
Installs missing dependencies for Piksi console.
#!/bin/bash
#
# Sometimes running the Piksi console (http://docs.swift-nav.com/wiki/HOW-TO:_Running_the_Piksi_Console_from_source) complains about missing imports.
# This scrips installs the dependancies that I was missing from my system (Linux Mint 17.1 Rebecca)
sudo pip install traits traitsui pygments chaco --allow-external PIL --allow-unverified PIL --allow-external intelhex --allow-unverified intelhex intelhex