Skip to content

Commit 73c57fe

Browse files
committed
Updated server.org file
1 parent 2483010 commit 73c57fe

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

docs/server.org

+39-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
This is a literate shell program written. The formatting is pretty
55
straightforward. You can have documentation and code mixed up and make
66
nice PDFs but also spit out code. It's good for public projects. It
7-
looks okay on Github. I'll set it up so that it automatically exports a companion shell script in time.
7+
looks okay on Github. I'll set it up so that it automatically exports
8+
a companion shell script in time.
89

910
Let's set up a tilde.club server!
1011

@@ -32,6 +33,43 @@ echo "Removing java"
3233
yum uninstall java
3334
#+end_src
3435

36+
* Shells
37+
#+begin_src bash
38+
yum install zsh
39+
yum install csh
40+
yum-config-manager --add-repo http://fishshell.com/files/linux/RedHat_RHEL-6/fish.release:2.repo
41+
yum install fish
42+
43+
#+end_src
44+
45+
* Data
46+
#+begin_src bash
47+
yum install rrdtool
48+
yum install jq
49+
#+end_src
50+
51+
52+
* Games
53+
#+begin_src bash
54+
yum install frotz
55+
yum install mlmmj
56+
#+end_src
57+
58+
I also downloaded and installed nethack. which was a terrible pain and requires much configuration. When we move to Ubuntu it won't be necessary since there's a package so I'm ignoring it for now.
59+
60+
* Editors
61+
#+begin_src bash
62+
yum install mg vile zile
63+
#+end_src
64+
65+
* Usenet
66+
Slrn is a pain to get working on CentOS.
67+
68+
#+begin_src bash
69+
yum install slang slang-devel slang-static slang-slsh
70+
#+end_src
71+
72+
3573
* Servers
3674
Now we install servers, which allow client software to connect and
3775
issue commands. Each server is like a small computer unto itself.

0 commit comments

Comments
 (0)