about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-04-22 00:56:56 +0000
committerahriman <ahriman@falte.red>2019-04-22 00:56:56 +0000
commit69a51002445a0637a9186f98a46af04b5a22e0cb (patch)
tree6acd9c0f4b130c062688e93e7b56c4927d658651
parentfc95f2c9f04f07caea24296bcb6c74737141b26c (diff)
downloadadmin-69a51002445a0637a9186f98a46af04b5a22e0cb.tar.gz
manpage for ~inst
-rw-r--r--misc/institute.7106
1 files changed, 106 insertions, 0 deletions
diff --git a/misc/institute.7 b/misc/institute.7
new file mode 100644
index 0000000..a1e201f
--- /dev/null
+++ b/misc/institute.7
@@ -0,0 +1,106 @@
+.Dd $Mdocdate$
+.Dt TILDE.INSTITUTE 7
+.Os
+.Sh TILDE.INSTITUTE
+.Nm tilde.institute
+.Nd a public unix system
+.Sh SYNOPSIS
+ssh username@tilde.institute
+.Sh DESCRIPTION
+
+Welcome to tilde.institute! This is an OpenBSD machine whose purpose is 
+to provide a space in the tildeverse for experimentation with and 
+education of the OpenBSD operating system. A variety of editors, shells, 
+and compilers are installed to allow for development in a native OpenBSD 
+environment. OpenBSD's httpd(8) is configured with slowcgi(8) as the 
+fastcgi provider and sqlite3 is available. This allows users to experiment 
+with web development using compiled CGI in C, aka the BCHS Stack. In 
+addition to php7.0 and mysql (mariadb) by request, this provides an 
+environment where the development of complex web apps is possible.
+
+.Sh NOTABLE SOFTWARE
+.Ss Compilers
+
+The following compilers are provided:
+
+.Bd -offset indent
+.Bl -compact
+.It
+clang 6.0.0 (C/C++)
+.It
+Rust 1.29.2
+.It
+Go 1.11
+.It
+ghc 8.2.2 (haskell)
+.It
+nasm 2.13.03 & yasm 1.3.0
+.El
+.Ed
+
+We also provide non-HTTP access to various interpreted languages as well:
+
+.Bd -offset indent
+.Bl -compact
+.It
+python (2.7 & 3.6)
+.It
+ruby 2.5
+.It
+perl 5.24
+.El
+.Ed
+
+.Ss Shells
+            
+Your interactive shell can be changed with the chsh command. The shells available:
+
+.Bd -offset indent
+.Bl -compact
+.It
+/bin/ksh (default)
+.It
+/bin/sh
+.It
+/bin/csh
+.It
+/usr/local/bin/bash
+.It
+/usr/local/bin/dash
+.It
+/usr/local/bin/zsh
+.It
+/usr/local/bin/fish
+.It
+/usr/local/bin/tcsh
+.It
+/usr/local/bin/elvish
+.El
+.Ed
+
+.Ss IRC
+            
+The IRC clients available by default are:
+
+.Bd -offset indent
+.Bl -compact
+.It
+weechat
+.It
+irssi
+.It
+ircII
+.El
+.Ed
+
+.Sh BUGS
+Contact the admins <admins@tilde.institute> or stop by in the tilde.institute chat on #institute.
+.Sh NOTES
+Mailing lists are now available for tilde.institute. Web archive and information available at
+.Ur
+https://lists.tildeverse.org/postorius/lists/institute.lists.tildeverse.org/
+.Ue 
+.Sh SEE ALSO
+httpd(8), slowcgi(8), ksh(1), bash(1), chsh(1)
+.Sh AUTHORS
+.An Knight <knight@tile.institute>