This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
OlderNewer