From 5db8118b173d9ff0c4bc2d2c55e72967090ad991 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Tue, 30 Jun 2020 00:31:04 -0400 Subject: reducing use of php in favor of shellscript build --- html/faq.html | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 html/faq.html (limited to 'html/faq.html') diff --git a/html/faq.html b/html/faq.html new file mode 100644 index 0000000..436504d --- /dev/null +++ b/html/faq.html @@ -0,0 +1,67 @@ + + + + + tilde.institute :: FAQ + {{HEADER}} + + + +
+ {{LOGONAV}} +
+

FAQ

+ +

How do I change my interactive shell?

+

Once you've logged in, check the path for your desired shell with

+
$ which fish
+

Replacing fish with the the shell you want. In this case, the path will be + /usr/local/bin/fish + Now, run:

+
$ EDITOR=nano chsh
+

Change the Shell line to read:

+
Shell: /usr/local/bin/fish
+

Save and exit. You'll need to log out then back in.

+ +

How do I change the index page of my site?

+

Because of the way httpd(8) is set up, you'll need to ask in #institute or send + an email to admins@tilde.institute

+ +

Can you install this package for me?

+

As long as it's in the OpenBSD ports tree, and doesn't facilitate any potentially malicious behavior + (like nmap), + then it's probably not a big deal. Either hop on IRC and ask in #institute or send an email + to admins@tilde.institute

+ +

How do I authenticate with SMTP remotely?

+

Only local access to SMTP is allowed. However, you can use an SSH tunnel on your machine to send mail. +

+
ssh -nNTL 25:localhost:25 tilde.institute
+

You won't need to supply a username or password when sending mail via localhost:25 this way, + since you're already authenticated via SSH.

+ +

Can you whitelist a port for me in the firewall?

+

Sorry, but this presents too much of a security risk on a public-access system.

+ +

Are user services allowed?

+

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.

+ +

Are IRC bots allowed?

+

Yes, though there are restrictions on their use on the tilde.chat IRC network. They should + not reside in #meta, instead keep + them in a private channel or in #bots. Bots must also conform to the bot guidelines listed + here.

+

Don't run eggdrop from tilde.institute. There are legitimate uses for eggdrop, + but separating the people with some kind + of legitimate use from malicious users is tiring. So, no eggdrop.

+
+
+
+
+ + + \ No newline at end of file -- cgit 1.4.1-2-gfad0