Commit 73c57fe 1 parent 2483010 commit 73c57fe Copy full SHA for 73c57fe
File tree 1 file changed +39
-1
lines changed
1 file changed +39
-1
lines changed Original file line number Diff line number Diff line change 4
4
This is a literate shell program written. The formatting is pretty
5
5
straightforward. You can have documentation and code mixed up and make
6
6
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.
8
9
9
10
Let's set up a tilde.club server!
10
11
@@ -32,6 +33,43 @@ echo "Removing java"
32
33
yum uninstall java
33
34
#+end_src
34
35
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
+
35
73
* Servers
36
74
Now we install servers, which allow client software to connect and
37
75
issue commands. Each server is like a small computer unto itself.
You can’t perform that action at this time.
0 commit comments