Skip to content

Commit 90802f6

Browse files
committed
"Build me an army worthy of Mordor"
mordor.nono.io (VM) replaces atom.nono.io
1 parent aeac0a7 commit 90802f6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

mordor.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Setting up `atom.nono.io`
1+
### Setting up `mordor.nono.io`
22

33
I disable EIST (Enhanced Intel SpeedStep® Technology) because I felt it was
44
throttling my download speeds from outside the server (I would get ~1400 Mbps
@@ -17,7 +17,7 @@ BIOS:
1717
sudo 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
4242
mkdir ~/.ssh; chmod 700 ~/.ssh
4343
echo 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

8586
chpass -s /usr/local/bin/zsh
8687
exit
87-
ssh atom.nono.io
88+
ssh mordor.nono.io
89+
q # zsh "quit and do nothing"
8890
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
8991
exit
9092
exit
91-
ssh atom
93+
ssh mordor
9294
```
9395

9496
Set up our `~/.zshrc`

0 commit comments

Comments
 (0)