Signed-off-by: keyboardan <keyboardan@tilde.club>

This commit is contained in:
keyboardan
2026-07-28 19:36:21 +00:00
committed by deepend
parent 5fd93ce40f
commit 88e1e38d1f
32 changed files with 309 additions and 337 deletions

View File

@@ -60,7 +60,6 @@ Now you're configured. You can now login without an SSH key. Make sure you
know your account password because login using two-factor authentication will
still require your password before letting you in.
# Two-Factor Authentication (2FA) on Tilde.Club Webmail
You can now enable 2FA in our webmail that is offered to users.
@@ -74,7 +73,6 @@ You can now enable 2FA in our webmail that is offered to users.
3. There should be a link titled "Configurate 2-Step Authentication".
Click it, and click the Activate button that appears.
# 2FA Mobile Applications
1. [Google Authenticator](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_CA)

View File

@@ -6,7 +6,6 @@ author:
category: software
---
## Usage
1. To show the available commands type `bb`
@@ -27,7 +26,6 @@ The script will handle the rest.
When youre done, access the public URL for that folder (https://tilde.club/~username/blog) and you should see the index file and a new page for that post!
## advanced
edit the `.config` file to change the name and url and other settings for your blog

View File

@@ -6,7 +6,6 @@ category: tilde.club
> **tl;dr** learn by doing and helping. be excellent to each other. have fun!
## 1. purpose
a primary goal of Tilde.club is to be inclusive to the largest number of
@@ -20,7 +19,6 @@ in our community, as well as the consequences for unacceptable behavior.
we invite all those who participate in Tilde.club to help us create safe
and positive experiences for everyone.
## 2. Tilde.club mission
**tilde.club exists to foster an engaged community for socializing, learning,
@@ -34,7 +32,6 @@ to that end, Tilde.club strives to be a radically inclusive community where
people of all backgrounds and all technological experience levels can come
together to learn, to teach, and to delight in one another's creations.
## 3. expected behavior
the following behaviors are expected and requested of all community members:
@@ -48,7 +45,6 @@ the following behaviors are expected and requested of all community members:
* be mindful of your surroundings and of your fellow participants.
* teach when people need help. don't do it for them.
## 4. unacceptable behavior
the following behaviors are considered harassment and are unacceptable within
@@ -66,7 +62,6 @@ our community:
* unwelcome sexual attention. this includes sexualized comments or jokes.
* deliberate intimidation, stalking or following.
## 5. consequences of unacceptable behavior
unacceptable behavior from any community member, including sponsors and
@@ -79,7 +74,6 @@ organizers may take any action they deem appropriate, up to and including
a temporary ban or permanent expulsion from Tilde.club without warning
(meaning your account will be terminated and all user data deleted).
## 6. reporting guidelines
if you are subject to or witness unacceptable behavior, or have any other
@@ -87,14 +81,12 @@ concerns, please contact an admin (see info below).
additionally, help engaging with law enforcement is available.
## 7. addressing grievances
if you feel you have been falsely or unfairly accused of violating this
code of conduct, use the contact info below to send a concise description
of your grievance.
## 8. scope
we expect all Tilde.club members to abide by this code of conduct while:
@@ -102,7 +94,6 @@ we expect all Tilde.club members to abide by this code of conduct while:
* engaging with other members
* publishing content on Tilde.club
## 9. contact info
Tilde.club admins:
@@ -118,7 +109,6 @@ make sure we all get it.
- [deepend@tilde.club](mailto:deepend@tilde.club)
- on irc `/query deepend hello`
## 10. license and attribution
this code of conduct is based on
@@ -126,4 +116,3 @@ this code of conduct is based on
and [tilde.town coc](http://tilde.town/wiki/conduct.html)
under the terms of the [creative commons attribution-sharealike
license](http://creativecommons.org/licenses/by-sa/3.0/).

View File

@@ -20,4 +20,3 @@ Note: If at any time you feel you made a mistake in editing, you can exit and n
There's more info here about the nano editor; if you're familiar with
emacs or vim they are here too.

View File

@@ -7,5 +7,3 @@ category: tutorials
All users can now setup their own custom 404 error page. Just add a file named `404.html` in `~/public_html`
An example of one user's custom 404: [~benharri](http://tilde.club/~benharri/not_here).

View File

@@ -94,7 +94,6 @@ Delete a relay:
(Example: `/relay del unix.weechat`.)
## IRC Bouncer (ZNC)
NOTE: Email deepend or message him on IRC if you require ZNC access.

View File

@@ -71,4 +71,3 @@ Or, if you don't like it - try [screen](screen.html)
It's pretty handy. [tmux](tmux.html) does a similar set of things.
a nice [screen tutorial](http://tilde.club/~jonathan/screen/) from ~jonathan will walk you through it.

View File

@@ -60,7 +60,6 @@ This seems like a lot to take in, but for the purpose of talking about files and
- Run `ls -la` in your home directory and note the users and permissions of the various files
- Run `ls -l /etc/passwd` and `ls -l /var/log/messages` and compare the permissions and ownership to that of your homedir
### Basics about file and directory permissions
-rwxrwxrwx
@@ -114,7 +113,6 @@ Examples
ls -l test
ls -l test/a_file
#### Basics about the `finger` and `chfn` commands
How to see others in the system using `finger`
@@ -129,7 +127,6 @@ Changing the information people see about you using `chfn`
creating a `~/.plan` and `~/.project` file that's readable
#### More advanced topics
Let's look at the `/etc/passwd` file. What is it? It's a file that contains most of the information about users in the system.

View File

@@ -8,4 +8,3 @@ category: links
Documentation for slrn can be found at [http://slrn.sourceforge.net](http://slrn.sourceforge.net)
Tilde-specific slrn info is on [http://tilde.club/~joeld/slrn.html](http://tilde.club/~joeld/slrn.html)

View File

@@ -4,7 +4,6 @@ title: How to connect using SSH (secure shell)
category: tutorials
---
_or, how to tell other computers to do cool things_
---
@@ -183,7 +182,6 @@ ssh username@tilde.club
where username is your username (~benharri would use `ssh benharri@tilde.club`)
Note: If you generated your key to the location above (%USERPROFILE%\\.ssh\\...) then you will be able to SSH to your tilde server without having to specify the location of the key. That folder is the default used by SSH and it will be found automatically. If you generated your keys in a different location or moved them, you will need to specify the full path to the private key.
```cmd

View File

@@ -9,7 +9,6 @@ On OS X:
- Download the lastest version of OSXFUSE: [http://osxfuse.github.io/](http://osxfuse.github.io/)
- `brew install sshfs`
Now you can mount a ssh server by issuing the following commands:
mkdir tilde.club

View File

@@ -12,4 +12,3 @@ for example, if you're in eastern time, add something like this
`export TZ="America/Detroit"`
to your `.bashrc`