Skip to content

Instantly share code, notes, and snippets.

View AutomateAaron's full-sized avatar
☂️
Automating...

Aaron Brock ☂️ AutomateAaron

☂️
Automating...
View GitHub Profile
Script started on 2019-03-07 17:00:21+0000
aaron@box:~$ sudo iiab
[sudo] password for aaron:
Sorry, try again.
[sudo] password for aaron:
User 'iiab-admin' retains default password 'g0adm1n' per http://FAQ.IIAB.IO
This is for login to Internet-in-a-Box's Admin Console (http://box.lan/admin)
udp 0 0 127.0.0.1:53 0.0.0.0:* 1681/dnsmasq
udp 0 0 172.18.96.1:53 0.0.0.0:* 1681/dnsmasq
udp 0 0 127.0.0.53:53 0.0.0.0:* 811/systemd-resolve
udp 0 0 0.0.0.0:5353 0.0.0.0:* 1022/avahi-daemon:
udp6 0 0 :::5353 :::* 1022/avahi-daemon:
udp 0 0 127.0.0.1:53 0.0.0.0:* 1681/dnsmasq
udp 0 0 172.18.96.1:53 0.0.0.0:* 1681/dnsmasq
udp 0 0 127.0.0.53:53 0.0.0.0:* 811/systemd-resolve
udp 0 0 0.0.0.0:5353 0.0.0.0:* 1022/avahi-daemon:
udp6 0 0 :::5353 :::* 1022/avahi-daemon:
<?xml version="1.0" encoding="utf-8"?>
<annotations>
<version>1.1</version>
<meta>
<task>
<id>9</id>
<name>hyperloop-test</name>
<size>4936</size>
<mode>interpolation</mode>
<overlap>5</overlap>
@AutomateAaron
AutomateAaron / .customize_environment
Created November 7, 2019 06:01
Enable zsh in google cloud shell.
apt update
apt -y install zsh
sudo -H -u aaron sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
chsh -s $(which zsh) aaron