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 |
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
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
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
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 | |
link/ether 68:f7:28:86:8c:5e brd ff:ff:ff:ff:ff:ff | |
inet 192.168.1.12/24 brd 192.168.1.255 scope global dynamic enp0s25 | |
valid_lft 85813sec preferred_lft 85813sec | |
3: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br0 state UP group default qlen 1000 | |
link/ether cc:3d:82:32:78:55 brd ff:ff:ff:ff:ff:ff |
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
# This is a configuration file for IIAB | |
# It can be sourced in a shell script or read into an application | |
IIAB_BASE_PATH=/opt/iiab | |
IIAB_DIR=/opt/iiab/iiab | |
IIAB_RELEASE=7.0 | |
IIAB_REVISION=0 | |
IIAB_GATEWAY_ENABLED=False | |
LAN_IP=172.18.96.1 | |
OS=ubuntu | |
OS_VER=ubuntu-18 |
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
# Edit as file: | |
# git config --global --edit | |
[log] | |
decorate = true | |
abbrevCommit = true | |
[format] | |
pretty = oneline |
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
=========================================== | |
Properties file created Thu Nov 1 17:06:51 UTC 2018: /hygieia/config/application.properties | |
Note: passwords hidden | |
=========================================== | |
#Database Name | |
dbname=dashboarddb | |
#Database HostName - default is localhost | |
dbhost=10.0.1.1 |
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
$from = "C:\Users\aaron" | |
$to = "D:" | |
$arr = @("Documents","Downloads","Music","Pictures","Videos","Projects") | |
$map = @{} | |
$map.add("Desktop", "desktop-windows") | |
foreach($item in $arr) | |
{ | |
$map.add($item, $item.ToLower()) | |
} |
NewerOlder