It is a very big community with a server that have many users that user can play and tinkering around
- Go to tilde.club
- Click at Sign-up
- Put everything it says
- When you reached public ssh key. You have 2 ways
- You can grab one at your user directory depend on your os
If you are on windows. Here's how to get one.
- Go to your user directory. It always be
C:\Users\<username>
- Find
.ssh
folder
- If you can't find
.ssh
folder you might need to generate keypair for it Try runssh
in command prompt.
If it is found then proceed to generate keypair.
Else go to Microsoft website for how to install ssh
- Run
ssh-keygen
- Proceed to put informations
- You're done! Now find
.ssh
folder again
- Or make your own new one by go to
Generate Keypair
topic again but when it ask for path type your custom path and go to that custom path
- Open up
.ssh
folder. - Grab that
id_rsa.pub
then copy paste it in box - Submit it then administrator will look it up and they will create a linux account for you :)
If you tired of replit, maybe tilde.club may solve your issue!
- Make a venv and install everything into it then access it's virtual enviroment console OR if you have poetry do
poetry install && poetry shell
for accessing it - Run this command
nohup <command to run> &
- You can check if everything runs fine by look at
nohup.out
- Notices that you can't access your server due to tilde.club reasons
- Notices that you can't exit the shell with
exit
command because it says that there's running job. You can completely safely close terminal
- Run
killall <process name you want to kill
Enjoy!