User:Kim/Special Issue 27/Prototyping: Social Media Track
< User:Kim | Special Issue 27
Resources
- [https://networkcultures.org/wp-content/uploads/2019/10/TheEternalNetwork.pdf SEVEN THESES ON THE FEDIVERSE AND
THE BECOMING OF FLOSS by AYMERIC MANSOUX AND ROEL ROSCAM ABBING]
Installing Debby
05/20/25
ssh keys
jump from cerealbox to login debby:
ssh cerealbox ssh xpub@145.24.152.64 (@ip address)
make a shared terminal:
tmux attach
find my ssh keys:
cd USER ls -la (show hidden files) cd .ssh cat (the key I want to copy)
edit config file (nano) in .ssh folder, copy and edit cerealbox config and change host, user and ip address
ssh debby (should now be possible) --> not yet
but we made a local ssh in the config (using debbys local ip address)
ssh debby_local
the config file in my .ssh folder is a listing of all my servers
to run certain install processes go to the root access
$ su
installing mastodon software
- Kiara kept some notes on the installation process here: User:Kiara/Memo#Mastodon_glitch-soc_installation
- we were mostly following this tutorial: https://docs.joinmastodon.org/admin/install/
- although its not very well documented and has some gaps (which we tried to note down on kiaras memo)