Compare commits

...

2 Commits

Author SHA1 Message Date
ahriman 020b76b6c6 updated lang versions, announce 6.8 upgrade 2020-10-29 00:22:32 -04:00
ahriman 545d7f6e7e reworded some of the FAQ 2020-10-29 00:22:32 -04:00
3 changed files with 42 additions and 44 deletions

View File

@ -16,49 +16,44 @@
<p>Once you've logged in, check the path for your desired shell with</p>
<div class="code">$ which fish</div>
<p>Replacing <code>fish</code> with the the shell you want. In this case, the path will be
<code>/usr/local/bin/fish</code>
Now, run:</p>
<div class="code">$ EDITOR=nano chsh</div>
<code>/usr/local/bin/fish</code> Now, run:</p>
<div class="code">$ EDITOR=nano chsh</div>
<p>Change the <code>Shell</code> line to read:</p>
<div class="code">Shell: /usr/local/bin/fish</div>
<div class="code">Shell: /usr/local/bin/fish</div>
<p>Save and exit. You'll need to log out then back in.</p>
<p class="q">How do I change the index page of my site?</p>
<p>Because of the way <code>httpd(8)</code> is set up, you'll need to ask in <code>#institute</code> or send
an email to <code>admins@tilde.institute</code></p>
an email to <code>admins@tilde.institute</code></p>
<p class="q">Can you install this package for me?</p>
<p>As long as it's in the OpenBSD ports tree, and doesn't facilitate any potentially malicious behavior
(like <code>nmap</code>),
then it's probably not a big deal. Either hop on IRC and ask in <code>#institute</code> or send an email
to <code>admins@tilde.institute</code></p>
<p>If you compile something on your own that you know you shouldn't be running (like a bittorrent client or a
cryptocurrency miner), then you can expect to be summarily ejected from the server.</p>
(like <code>nmap</code>),
then it's probably not a big deal. Either hop on IRC and ask in <code>#institute</code> or send an email
to <code>admins@tilde.institute</code></p>
<p>If you compile something on your own that you know you shouldn't be running (like a cryptocurrency miner),
then you can expect to be summarily ejected from the server.</p>
<p class="q">How do I authenticate with SMTP remotely?</p>
<p>Only local access to SMTP is allowed. However, you can use an SSH tunnel on your machine to send mail.</p>
<div class="code">ssh -nNTL 25:localhost:25 tilde.institute</div>
<p>You won't need to supply a username or password when sending mail via <code>localhost:25</code> this way,
since you're already authenticated via SSH.</p>
since you're already authenticated via SSH.</p>
<p class="q">Can you whitelist a port for me in the firewall?</p>
<p>Sorry, but this presents too much of a security risk on a public-access system.</p>
<p class="q">Are user services allowed?</p>
<p>Generally, yes. If you're running something that's using a ton of resources or in some way affecting
other users or the general use of the system,
then we'll kill it. Just be aware of what you're running and how it may affect the system and other
users, and if you think something will be using a bunch of CPU, please <code>renice</code> the process.</p>
<p>Yes. If you're running something that's using a ton of resources or in some way affecting other users or
the general use of the system, then we'll either renice it or kill it. Just be aware of what you're running
and how it may affect the system and other users, and if something heavily utilizing the CPU, please
<code>renice</code> the process.</p>
<p class="q">Are IRC bots allowed?</p>
<p>Yes, though there are restrictions on their use on the <code>tilde.chat</code> IRC network. They should
not reside in <code>#meta</code>, instead keep
them in a private channel or in <code>#bots</code>. Bots must also conform to the <a
href="https://tildegit.org/tildeverse/rfcs/src/branch/master/rfcs/rfc2.md">bot guidelines listed
here</a>.</p>
<p>Don't run <code>eggdrop</code> from tilde.institute. There are legitimate uses for <code>eggdrop</code>,
but separating the people with some kind
of legitimate use from malicious users is tiring. So, no <code>eggdrop</code>.</p>
not reside in <code>#meta</code>, instead keep them in a private channel or in <code>#bots</code>. Bots must
also conform to the
<a href="https://tildegit.org/tildeverse/rfcs/src/branch/master/rfcs/rfc2.md">bot guidelines listed here</a>.</p>
<br />
<br />
</div>

View File

@ -56,51 +56,51 @@
<li><code>brainf*ck 2.7.1</code></li>
<li><code>chicken (Scheme) 5.2.0</code></li>
<li><code>cim (Simula) 5.1</code></li>
<li><code>clang 8.0.1</code></li>
<li><code>clang 10.0.1</code></li>
<li><code>clisp 2.49</code></li>
<li><code>clojure 1.10.1.469</code></li>
<li><code>clojure 1.10.1</code></li>
<li><code>crystal 0.30.1</code></li>
<li><code>cython 0.29.14 (Py2 and Py3)</code></li>
<li><code>elixir 1.10.2</code></li>
<li><code>cython 0.29.19 (Py2 and Py3)</code></li>
<li><code>elixir 1.10.4</code></li>
<li><code>erlang 21.2</code></li>
<li><code>fpc (Pascal) 3.0.4</code></li>
<li><code>flang (Fortran via LLVM) 8.0.1</code></li>
<li><code>gambit (Scheme) 4.9.3</code></li>
<li><code>gcc 8.3.0 (see the <a href="https://wiki.tilde.institute/w/gcc8">wiki page</a>)</code></li>
<li><code>gcc 8.4.0 (see the <a href="https://wiki.tilde.institute/w/gcc8">wiki page</a>)</code></li>
<li><code>gerbil (Scheme) 0.15.1 (see the <a href="https://wiki.tilde.institute/w/gerbilscheme">wiki page</a>)</code></li>
<li><code>gforth 0.7.3</code></li>
<li><code>gfortran / g95 8.3.0 (see the <a href="https://wiki.tilde.institute/w/gcc8">wiki page</a>)</code></li>
<li><code>gfortran / g95 8.4.0 (see the <a href="https://wiki.tilde.institute/w/gcc8">wiki page</a>)</code></li>
<li><code>ghc (Haskell) 8.6.4</code></li>
<li><code>gnat (Ada) 8.3.0</code></li>
<li><code>gnat (Ada) 8.4.0</code></li>
<li><code>gnucobol 2.2</code></li>
<li><code>go 1.13.9</code></li>
<li><code>go 1.15.2</code></li>
<li><code>gpc (Pascal) 20070904</code></li>
<li><code>gprolog 1.4.5</code></li>
<li><code>guile 1.8.8 and 2.2.6</code></li>
<li><code>janet 1.8.1</code></li>
<li><code>jdk 11 and 8 (see the <a href="https://wiki.tilde.institute/w/jdk">wiki page</a>)</code></li>
<li><code>lua 5.3.5 and 5.1.5</code></li>
<li><code>mono 6.8.0.105</code></li>
<li><code>nasm 2.14.02</code></li>
<li><code>guile 1.8.8 and 2.2.7</code></li>
<li><code>janet 1.12.2</code></li>
<li><code>jdk 11 (see the <a href="https://wiki.tilde.institute/w/jdk">wiki page</a>)</code></li>
<li><code>lua 5.3.5</code></li>
<li><code>mono 6.10.0</code></li>
<li><code>nasm 2.15.05</code></li>
<li><code>nbfc (brainf*ck) 0.1</code></li>
<li><code>newlisp 10.7.5</code></li>
<li><code>nim 1.2.0</code></li>
<li><code>node.js 12.16.1</code></li>
<li><code>ocaml 4.09.0</code></li>
<li><code>ocaml 4.10.0</code></li>
<li><code>perl 5.30.2</code></li>
<li><code>php 7.3.18</code></li>
<li><code>pypy 7.2.0</code></li>
<li><code>python 2.7.18 and 3.7.7</code></li>
<li><code>racket 7.6</code></li>
<li><code>php 7.3.23</code></li>
<li><code>pypy 7.3.1</code></li>
<li><code>python 2.7.18, 3.7.9, 3.8.6</code></li>
<li><code>racket 7.8</code></li>
<li><code>rakudo (Raku / Perl6) 2018.12</code></li>
<li><code>regina (Rexx) 3.9.1</code></li>
<li><code>regina (Rexx) 3.9.3</code></li>
<li><code>ruby 2.5.8, 2.6.6, 2.7.1</code></li>
<li><code>rust 1.42</code></li>
<li><code>rust 1.46</code></li>
<li><code>sbcl (Common Lisp) 2.0.1</code></li>
<li><code>scala 2.12.9</code></li>
<li><code>squeak-vm (Smalltalk) 3.10.1</code></li>
<li><code>swi-prolog 7.6.0</code></li>
<li><code>tinyscheme 1.41</code></li>
<li><code>tinyscheme 1.42</code></li>
<li><code>yasm 1.3.0</code></li>
</ul>
<p>The interactive shells available are:</p>

View File

@ -1,5 +1,8 @@
<h1>News</h1>
<em>2020 October 29</em>
<p>Upgraded to OpenBSD 6.8!</p>
<em>2020 July 04</em>
<p>Mail has been switched from the <code>mbox</code> format to <code>maildir</code>. Mail will now be delivered straight to your home directory, into <code>~/Maildir</code>. You'll need to update your mutt configs:<br />
<code>set mbox_type=Maildir<br />