1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/1/DTD/1-strict.dtd">
<html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>tilde.institute :: OpenBSD Education</title>
<link rel="stylesheet" href="tilde.css" type="text/css"/>
<link rel="icon" type="image/png" href="icon.png"/>
</head>
<body>
<div id="container">
<div id="logo">
<img src="logo.png" alt="" /><br />
<div id="logobyline">
of OpenBSD Education
</div>
</div>
<div id="navigation">
<a href="http://tilde.institute">News</a> :: <a href="/signup">Sign Up</a> :: <a href="/coc">Code of Conduct</a> :: <a rel="me" href="https://tilde.zone/@tildeinstitute">Mastodon</a> :: <a href="https://wiki.tilde.institute">Wiki</a> :: <a href="https://git.tilde.institute/institute">Git</a> :: <a href="/stats">Stats</a> :: <a href="https://twtxt.tilde.institute">twtxt</a> :: <a href="tilde.json"><code>tilde.json</code></a>
</div>
<div id="content">
<p>Welcome to tilde.institute! This is an public-access machine in the <a href="https://tildeverse.org">tildeverse</a> whose purpose is to provide a space for people to experiment with the <code>OpenBSD</code> operating system. A variety of editors, shells, and compilers are installed to allow for development in a native <code>OpenBSD</code> environment. OpenBSD's <code>httpd(8)</code> is configured with <code>slowcgi(8)</code> as the fastcgi provider and <code>sqlite3</code> is available. This allows users to experiment with web development using compiled <code>CGI</code> in <code>C</code> (or any statically-linked binary), aka the <a href="https://learnbchs.org">BCHS Stack</a>.</p>
<p>User sites are accessible via <code>https://<user>.tilde.institute</code></p>
<p style="margin-top:-1.0rem">A list of user gopher sites are available at <code>gopher://tilde.institute</code></a></p>
<p>Mailing list now available for tilde.institute! Web archive and <a href="https://lists.tildeverse.org/postorius/lists/institute.lists.tildeverse.org/">subscribing information available here</a>. The mailing list will be the primary means of communication between tilde.institute and users regarding announcements and critical issues.</p>
<p>We have a local <code>GitBucket</code> instance for users to enjoy, available here: <a href="https://git.tilde.institute">https://git.tilde.institute</a>.</p>
<p>The list of compilers and interpreters available are as follows:</p>
<ul>
<li><code>brainf*ck 2.7.1</code></li>
<li><code>clang 7.0.1</code></li>
<li><code>clisp 2.49</code></li>
<li><code>clojure 1.10</code></li>
<li><code>elixir 1.8.1</code></li>
<li><code>erlang 21</code></li>
<li><code>gcc 8.3.0</code></li>
<li><code>gforth 0.7.3</code></li>
<li><code>ghc 8.2.2</code></li>
<li><code>gnat 8.3.0</code></li>
<li><code>go 1.13</code></li>
<li><code>guile 1.8.8</code></li>
<li><code>jdk 11.0.2.9.3 (environment setup required)</code></li>
<li><code>lua 5.3.5</code></li>
<li><code>mono 5.18.1</code></li>
<li><code>nasm 2.14.02</code></li>
<li><code>nim 0.16.0</code></li>
<li><code>node.js 10.15</code></li>
<li><code>perl 5.28.1</code></li>
<li><code>php 7.3</code></li>
<li><code>python (2.7 & 3.6)</code></li>
<li><code>racket 7.2</code></li>
<li><code>ruby 2.5 (and 2.6)</code></li>
<li><code>rust 1.33 (1.37 will be available after November 2019's release of OpenBSD 6.6)</code></li>
<li><code>scala 2.12.3</code></li>
<li><code>yasm 1.3.0</code></li>
</ul>
<p>Your interactive shell can be changed with the <code>chsh</code> command. The shells available:</p>
<ul>
<li><code>/bin/ksh (default)</code></li>
<li><code>/bin/sh</code></li>
<li><code>/bin/csh</code></li>
<li><code>/usr/local/bin/bash</code></li>
<li><code>/usr/local/bin/dash</code></li>
<li><code>/usr/local/bin/zsh</code></li>
<li><code>/usr/local/bin/fish</code></li>
<li><code>/usr/local/bin/tcsh</code></li>
<li><code>/usr/local/bin/elvish</code></li>
</ul>
<p>The IRC clients available by default are:</p>
<ul>
<li><code>weechat</code></li>
<li><code>irssi</code></li>
<li><code>ircII</code></li>
</ul>
<p>Feel free to contact the admins via <a href="mailto:admins@tilde.institute">admins@tilde.institute</a> or on IRC in <code>#institute</code> if you need another package installed, or if you would like your homepage's index changed from <code>index.html</code> to something else (<code>index.cgi</code>, <code>index.php</code>, etc).</p>
<div id="news">
<h1>News & Updates</h1>
<em>2019 September 15</em>
<p>New GitBucket instance available at <a href="https://git.tilde.institute">https://git.tilde.institute</a>. Enjoy!</p>
<em>2019 July 30</em>
<p>The server migration happened over the weekend, and there were very few issues resulting from the migration. Success!</p>
<em>2019 July 04</em>
<p>We'll be moving to a much larger and more powerful server soon! Currently building it. We're hoping to have everything ready for next week.</p>
<em>2019 June 06</em>
<p>Wow, we've hit 150 users! Also, we'll be upgrading to OpenBSD 6.5 on Monday evening around 10:00 PM US Eastern Time, or 2:00 AM UTC (Tuesday).</p>
<em>2019 March 14</em>
<p>Welcome to the team, Kneezle!</p>
</div>
</div>
</div>
</body>
</html>
<!--
Files available at https://tildegit.org/institute/site
All files licensed under BSD 3-Clause:
---------------------------------------------------------------
Copyright (c) 2018 Ben Morrison (ahriman). All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
|