From dec2b6596fcd1e507815b8dd84b679cc5f686fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 31 Oct 2020 00:14:27 +0100 Subject: Add info about m and shiftdown --- index.html | 38 ++++++++++++++++---------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 4d1eed1..77c65b3 100644 --- a/index.html +++ b/index.html @@ -1,33 +1,27 @@ - -

This repository contains various scripts that I use on my - Alpine Linux server.

+

This repository contains various scripts that I use on my Alpine Linux server.

master

-

This branch contains various scripts that don't belong elsewhere. -

+

This branch contains various scripts that don't belong elsewhere.

+
+
m
+
quickly mount/unmount the first partition of a given drive
+
shiftdown
+
check if the shift key is held (only in console)
+

minecraft

-

This branch contains scripts useful for running a Minecraft - server on Alpine:

+

This branch contains scripts useful for running a Minecraft server on Alpine:

install
-
install the latest build of Paper (a high-performance - Minecraft server) for a given Minecraft version
+
install the latest build of Paper (a high-performance Minecraft server) for a given Minecraft version
minecraft
-
a simple OpenRC script that runs the server in a screen - session
+
a simple OpenRC script that runs the server in a screen session
-

You should take a look at the contents of both scripts before - using them. They are designed for my own purposes primarily.

+

You should take a look at the contents of both scripts before using them. They are designed for my own purposes primarily.

+

An extra note about the init script: If you have shiftdown installed, it will not start the server if shift is held. (I find this useful when I start the machine, but don't want the Minecraft server to start automatically.)

sslproxy

-

This branch contains configuration files for running a proxy for - encrypted HTTP, IMAP and SMTP connections. The purpose is to - access remote servers via an encrypted connection from a computer - that doesn't support modern encryption.

+

This branch contains configuration files for running a proxy for encrypted HTTP, IMAP and SMTP connections. The purpose is to access remote servers via an encrypted connection from a computer that doesn't support modern encryption.

stunnel.conf
-
a stunnel configuration for forwarding unencrypted IMAP and - SMTP to their encrypted equivalents -
+
a stunnel configuration for forwarding unencrypted IMAP and SMTP to their encrypted equivalents
squid.conf
-
a squid configuration for proxying HTTPS connections -
+
a squid configuration for proxying HTTPS connections
-- cgit v1.2.3