Welcome to tilde.pink! This guide covers the essential commands and features for getting started on this NetBSD-based tilde server.
Tilde.pink is an open tilde server providing shell, email, gopher, and gemini accounts. It runs on NetBSD and focuses on being a "web-free" tilde using geomyidae for gopher and gmid for gemini.
w # See who's currently online finger <user> # Get information about a specific user finger # Get information about yourself pinky -l $USER # Lightweight alternative to finger
ls # List files in current directory cd <directory> # Change directory pwd # Print working directory mkdir <directory> # Create a new directory cat <file> # Display file contents less <file> # View file with pagination nano <file> # Edit file with nano vim <file> # Edit file with vim
vf1 # Gopher client bombadillo # Gopher/Gemini client (defaults to gopher) av98 # Gemini client
bombadillo # Start bombadillo (gopher mode) bombadillo gemini://tilde.pink # View gemini sites
av98 # Start av98 # Then enter: gemini://tilde.pink
mkdir ~/public_gemini echo "# My Gemini Page" > ~/public_gemini/index.gmi
Your page will be available at:
gemini://tilde.pink/~username/
Gemtext is the simple markup language used for Gemini:
# Heading level 1 ## Heading level 2 ### Heading level 3 * List item * Another list item => https://example.com Link text => gemini://example.com Gemini link > Quoted text
For preformatted text, use triple backticks:
Preformatted text
Check your email using mutt or other email clients:
mutt
Tilde.pink runs on NetBSD, which is similar to Linux but has some differences:
• Package management uses pkgsrc
• Some commands may differ from Linux
• System paths may be different
• Check man pages for NetBSD-specific options
• Contact: contact@tilde.pink
• Explore other users' pages for examples
• Use man pages for command help
• Type 'w' to see who's online
• Use 'finger <user>' to learn about other users
• Explore the tildeverse for more communities
Main Site
Gemini capsule
Contact
© 2026 Brennan Kenneth Brown. Content available under CC BY-SA