File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- ### Setting up ` atom .nono.io`
1+ ### Setting up ` mordor .nono.io`
22
33I disable EIST (Enhanced Intel SpeedStep® Technology) because I felt it was
44throttling my download speeds from outside the server (I would get ~ 1400 Mbps
1717sudo dd if=/Users/cunnie/Downloads/FreeBSD-13.0-RELEASE-amd64-bootonly.iso of=/dev/disk2 bs=1024k
1818```
1919
20- - hostname: ** atom .nono.io**
20+ - hostname: ** mordor .nono.io**
2121- ix0 (this is the lower ethernet port)
2222 - IP Address: ** 10.0.9.10**
2323 - Subnet Mask: ** 255.255.255.0**
@@ -38,7 +38,7 @@ sudo dd if=/Users/cunnie/Downloads/FreeBSD-13.0-RELEASE-amd64-bootonly.iso of=/d
3838 - invite into ** wheel** group
3939
4040``` shell
41- ssh atom .nono.io
41+ ssh mordor .nono.io
4242mkdir ~ /.ssh; chmod 700 ~ /.ssh
4343echo ssh-ed25519 \
4444 AAAAC3NzaC1lZDI1NTE5AAAAIIWiAzxc4uovfaphO0QVC2w00YmzrogUpjAzvuqaQ9tD \
@@ -70,6 +70,7 @@ sudo pkg install -y \
7070 lsof \
7171 neovim \
7272 npm \
73+ open-vm-tools-nox11 \
7374 py39-pip \
7475 python3 \
7576 ripgrep \
@@ -84,11 +85,12 @@ sudo pkg install -y \
8485
8586chpass -s /usr/local/bin/zsh
8687exit
87- ssh atom.nono.io
88+ ssh mordor.nono.io
89+ q # zsh "quit and do nothing"
8890sh -c " $( curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh) "
8991exit
9092exit
91- ssh atom
93+ ssh mordor
9294```
9395
9496Set up our ` ~/.zshrc `
You can’t perform that action at this time.
0 commit comments