aboutsummaryrefslogtreecommitdiff
path: root/3.user.zsh_history
diff options
context:
space:
mode:
Diffstat (limited to '3.user.zsh_history')
-rw-r--r--3.user.zsh_history31
1 files changed, 31 insertions, 0 deletions
diff --git a/3.user.zsh_history b/3.user.zsh_history
new file mode 100644
index 0000000..6ba97fe
--- /dev/null
+++ b/3.user.zsh_history
@@ -0,0 +1,31 @@
+ln -s /etc/netctl ~/wifi
+cd ~/wifi
+sudo mv "wlan0-WIFI-NETWORK-A" "WIFI-NETWORK-A"
+sudo vim "WIFI-NETWORK-A"
+sudo cp "WIFI-NETWORK-A" "WIFI-NETWORK-B"
+sudo vim "WIFI-NETWORK-B"
+cd ~
+
+# Copy in zeno-wifi.* from the repo
+vim zeno-wifi.config
+
+sudo wifi-menu
+ssh-keygen
+ssh-copy-id $JUMP_HOST
+ssh $JUMP_HOST
+
+mkdir -p .config/systemd/user
+ln -s ~/zeno-wifi.service .config/systemd/user/zeno-wifi.service
+sudo loginctl enable-linger `whoami`
+systemctl enable --user zeno-wifi
+
+sudo vim /etc/nginx/nginx.conf
+ln -s /srv/http www
+cd www
+sudo chown :http .
+sudo chmod g+ws .
+vim index.html
+sudo systemctl start nginx
+sudo systemctl enable nginx
+
+sudo reboot