about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-03-11 21:29:28 +0000
committerahriman <ahriman@falte.red>2019-03-11 21:29:28 +0000
commita777ad766c5da287e0a1b4a0307a96218d366aef (patch)
treee4bc9eb7102b97c4990724c33f63d4838b1307ee
parente848720b75cf7c947b85020a174c50abea64b854 (diff)
downloadsite-a777ad766c5da287e0a1b4a0307a96218d366aef.tar.gz
Added the "getting started" page
-Kneezle
-rw-r--r--wiki.php4
-rw-r--r--wikipages/gettingstartedcommands.wiki40
2 files changed, 43 insertions, 1 deletions
diff --git a/wiki.php b/wiki.php
index 49b0998..d80c1dc 100644
--- a/wiki.php
+++ b/wiki.php
@@ -24,8 +24,10 @@
 
         <h2>~institute wiki</h2>
         <p>Welcome to the tilde.institute wiki</p>
+	
+	<p>If you are new here, you likely want to check out the <a href="wiki.php?page=gettingstartedcommands">"getting started" page</a>"</p>
 
-        <p>If you want to add a page, check out the
+        <p>If you know your way around and want to contribute to the wiki, check out the
         <a href="https://tildegit.org/institute/site/src/branch/master/wikipages">repository</a> and open a PR!
         </p>
 
diff --git a/wikipages/gettingstartedcommands.wiki b/wikipages/gettingstartedcommands.wiki
new file mode 100644
index 0000000..10c79bb
--- /dev/null
+++ b/wikipages/gettingstartedcommands.wiki
@@ -0,0 +1,40 @@
+<!--
+    author: kneezle
+    title: Getting Started with ~.institute
+    description: Getting started page
+-->
+
+<h2>Getting Started with ~.institute</h2>
+
+<p>Hello and welcome to tilde.institute! We hope you enjoy your new ~/home</p>
+
+<p>Useful commands:</p>
+
+<p>The basic unix commands are fairly well documented, and you can learn more about them here: <a href="http://mally.stanford.edu/~sr/computing/basic-unix.html">http://mally.stanford.edu/~sr/computing/basic-unix.html</a></p>
+<p>For institute specific commands, check out below:</p>
+
+<ul>
+<li>To change your shell: <code>chsh</code></li>
+<li>To see if you have unread mail: <code>newmail</code></li>
+<li>To see the intro message again: <code>motd</code></li>
+<li>To chat with us on IRC: <code>chat</code></li>
+<li>To use the <a href="https://www.linode.com/docs/networking/ssh/persistent-terminal-sessions-with-tmux/">Terminal multiplexer</a>: <code>tmux</code></li>
+<li>To check your ~institute email account: <code>mutt</code></li>
+</ul>
+
+<p>Same fun games we have:</p>
+<ul>
+<li>Collaborative world-building: <code>holodeck</code></li>
+<li>Plant a little garden: <code>botany</code></li>
+<li>Play with other ~institute members: <code>tron</code></li>
+<li>The classic roguelike: <code>nethack</code></li>
+<li>Roguelike set in Middle-Earth: <code>angband</code></li>
+<li>The classic adventure game: <code>zork</code></li>
+<li>Dungeon Crawl Stone Soup: <code>dcss</code></li>
+<li>Multi-user persistent social-farming game: <code>asciifarm</code></li>
+</ul>
+
+
+<p>Happy Unixing!</p>
+
+<a href="/wiki">Back to Wiki</a>