~cafe

Welcome to tilde.cafe!

getting started

 _______________________
< welcome to tilde.cafe >
 -----------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

logging in

if you have windows subsystem for linux (WSL), then open your WSL terminal and follow instructions below.

  1. open a terminal
    • linux: usually search for "terminal" in your app menu, on KDE it's Konsole
    • windows 10: open cmd or powershell
    • windows 10, alternative 1: you can use WSL, if you already have it set up, if you don't, it's easier to just use builtin ssh via cmd
    • windows, alternative 2: you can use PuTTY (warning, putty stores keys in its own format, which can be tricky to deal with, recommended only to use if you don't use windows 10, or know your way around putty already)
    • mac: browse to applications/utilities/terminal and launch terminal (or press cmd+space, start typing terminal, and press return)
  2. type in ssh username@tilde.cafe
  3. enter your ssh key passphrase if needed

basic linux commands

below are some basic commands to get around via ssh.

editing your website

using the commands above we can update our homepage:

edit the file as you like. when done press ctrl + x to quit.

you'll be asked if you want to save, press y to confirm. (or n to quit without saving) if it asks you for a filename, press enter to confirm.

You can also press ctrl + s to save without exiting, and ctrl + o to save as a different filename

now navigate to https://tilde.cafe/~your_username to see the result!

for more information about your website, check out the wiki page about user websites.