Skip to content

Instantly share code, notes, and snippets.

View andrew-stclair's full-sized avatar

Andrew St Clair andrew-stclair

View GitHub Profile
@nerdstrom
nerdstrom / valheim.service
Last active January 13, 2022 16:58
Valheim dedicated server systemd unit file
# make sure to adjust ALL paths and user/group in the service file (also the ones under "Security and Sandboxing")
[Unit]
Description=Valheim dedicated server
Wants=network-online.target
After=syslog.target network.target nss-lookup.target network-online.target
[Service]
Environment="LD_LIBRARY_PATH=/home/steam/servers/valheim/linux64"

How to play ASCII-Art Star Wars offline

Following will teach you how to play the "easter-egg" (which actually isn't, but many people describe this as an easter egg) of ASCII-Art Star Wars (or Star Wars in terminal/telnet, whatever), the one you normally starts like this:

$ telnet towel.blinkenlights.nl
  1. Before you start, ensure Node.js is installed.
  2. Navigate to www.asciimation.co.nz, the original home of that ASCII-Art Star Wars.
  3. Press F12 to open developer tools.