Skip to content

Commit 2be10e1

Browse files
committed
amending published
1 parent 5e3f203 commit 2be10e1

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

content/posts/drafts/homelab-adventures.org

Whitespace-only changes.

content/posts/drafts/replacing-dashy.org

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44

55
* What is Dashy?
66

7+
[[https://dashy.to/][Dashy.io]] is a simple, slick enough looking dashboard for homelabs/ personal sites and resources. You can declare the configuration in code or using the UI editor.
8+
79
* Why Replace Dashy?
810

11+
I mentioned Dashy to a friend and he asked why I'd choose to use something 'out-of-the-box' like Dashy rather than crafting something like the very blog you're reading created using Emacs.
12+
913
* Using Emacs and Org-Publish
1014

1115
* Learnings

content/posts/exploring-9front.org

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,15 @@ I have experience in fixing 'things' but this was my first laptop motherboard re
3232

3333
The laptop understandably was missing a sdd so I added my own Kingston 120gb. There was an extra 4gb RAM in the 2nd port which gives the laptop 8gb in total.
3434

35-
The install is covered below and mostly I followed [[https://9lab.org/plan9/thinkpad-t420s/][9lab Thinkpad T420 guide]] this helped with the wifi firmware and getting the initial boot working.
35+
The install is covered below and mostly I followed [[https://9lab.org/plan9/thinkpad-t420s/][9lab Thinkpad T420 guide]] this helped with the wifi firmware and getting the initial boot working. Key benefit was getting the firmware:
36+
37+
#+begin_src
38+
% ramfs ; cd /tmp
39+
% hget -o iwn-firmware-5.11p1.tgz \
40+
http://firmware.openbsd.org/firmware/6.9/iwn-firmware-5.11p1.tgz
41+
% tar xzf iwn-firmware-5.11p1.tgz
42+
% cp firmware/iwn-6005 /lib/firmware
43+
#+end_src
3644

3745
Once booted and I followed the install guide, running ~inst/start~ and following the prompts, it was pretty straightforward. I didn't sway from the defaults for this laptop, using the default fs and partition suggestions.
3846

@@ -50,6 +58,7 @@ After install the ral-rt2860 [[https://git.9front.org/plan9front/firmware/d6202d
5058
#+begin_src rc
5159
bind -a '#l1' /net
5260
aux/wpa -s <SSID> -p /net/ether1
61+
# Enter password when prompted...
5362
ip/ipconfig
5463
#+end_src
5564

0 commit comments

Comments
 (0)