💾 Archived View for tilde.pink › ~znqv › stuff.gmi captured on 2024-05-10 at 12:46:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

stuff to do around ~pink

WIP

set up your shell

if you want a different login shell other than sh, use chsh to set your new login shell. you can find the path to your shell by running e.g. which bash or which zsh.

run byobu-enable to automatically launch byobu every time you login via ssh or mosh.

add this to ~/.profile:

export PAGER=less

see what everyone's up to

run w to get a list of who's logged in and what's they're doing.

connect to tilde.chat

irssi cheatsheet

register your nick

read your email

neomutt

finger other users

finger znqv@tilde.pink

add your finger details

use chfn to set your finger details. also write in ~/.plan and ~/.project. TODO describe what to write

TODO also need to test and document ~/.forward

set up a gemini capsule

cd ~/public_gemini/
echo 'hello, port 1965' > index.gmi
amfora gemini://tilde.pink/~me/

set up a gopherhole

cd ~/public_gopher/
echo 'greetings, port 70' > index.gph
bombadillo gopher://tilde.pink/1/~me/

write a gopher CGI script

man geomyidae