about summary refs log tree commit diff stats
path: root/index.html
blob: 04045fce7ec064b81a50ffd3174b5aacad8137e1 (plain) (blame)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Tilde Institute of 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.html">Sign Up</a> :: <a href="irc.html">IRC</a> :: <a href="start.html">Quick-Start Guide</a> :: <a href="coc.html">Code of Conduct</a> :: <a href="https://tilde.zone/@tildeinstitute">Mastodon</a>
	</div>
	<div id="content">
		<p>Welcome to the Tilde Institute! This is an OpenBSD machine whose purpose is to provide a space in the <a href="https://tildeverse.org">tildeverse</a> for experimentation with and education of the OpenBSD operating system. Each user receives a subdomain rather than a subdirectory! A variety of editors, shells, and compilers are installed to allow for development in a native OpenBSD environment. OpenBSD's httpd(8) is configured so that each user gets their own subdomain, with slowcgi(8) as the fastcgi provider and sqlite3 available. This allows users to experiment with web development using compiled CGI in C, aka the <a href="https://learnbchs.org">BCHS Stack</a>. In addition to php7.0 and mysql (mariadb) by request, this provides an environment where the development of complex web apps is possible.</p>
        <p>The list of compilers available are as follows:</p>
			<ul>
				<li>clang 6.0.0 (C/C++)</li>
				<li>Rust 1.29.2</li>
				<li>Go 1.11</li>
                <li>ghc 8.2.2 (haskell)</li>
                <li>nasm 2.13.03 &amp; yasm 1.3.0</li>
			</ul>
            <p>We also provide non-HTTP access to various interpreted languages as well:</p>
            <ul>
                <li>python (2.7 &amp; 3.6)</li>
                <li>ruby 2.5</li>
                <li>perl 5.24</li>
            </ul>
            <p>Your interactive shell can be changed with the chsh command. The shells available:</p>
            <ul>
                <li>/bin/ksh (default)</li>
                <li>/bin/sh</li>
                <li>/bin/csh</li>
                <li>/usr/local/bin/bash</li>
                <li>/usr/local/bin/dash</li>
                <li>/usr/local/bin/zsh</li>
                <li>/usr/local/bin/fish</li>
                <li>/usr/local/bin/tcsh</li>
            </ul>
	    <p>The IRC clients available by default are:</p>
	    <ul>
		    <li>irssi</li>
		    <li>weechat</li>
		</ul>
        <p>Feel free to contact ahriman on either the <a href="https://tilde.town">tilde.town</a> or the <a href="https://tilde.chat">tildeverse</a> IRC networks if you need another compiler or shell available, or if you would like your homepage's index changed from index.html to something else (index.cgi, index.php, etc). I can also provide access to MySQL / MariaDB on a request basis.</p>
        <div id="news">
            <h1>News &amp; Updates</h1>
	    	<em>2018 November 25</em>
		<p>I've almost completed the workaround for php mail(). The signup form is now working. I'm going to work out a few kinks in an automated add user script, and then everything will be going smoothly.</p>
	    	<em>2018 November 24</em>
		<p>Alright, the migration is complete. There are a few things I'll smooth out and finish during the beta phase, like peering with the <a href="https://tilde.chat">tildeverse IRC network</a> and finishing the <a href="newacct.html">OpenBSD php mail() workaround</a>.</p>
		<em>2018 November 23</em>
		<p>The migration is in progress. I estimate the beta testing phase to begin either late this evening US/NY time, or tomorrow afternoon.</p>
        </div>
	</div>
</div>
</body>
</html>