Follow

note for myself.
I can run local http server with.

Node

install “http-server” from using yarn.
Run “http-server”

PHP

php -S addr:port

Python

python -m http.server

Another note to myself.
In case of

ssh -T user@host

Outputs this type of error.
(Most likely because you forgot to “ssh-add /path_to_your_key”)

Permission denied (publickey).

Delete “config” and “known_host” file from ~/.ssh directory (your default key location)

And if “ssh-add” outputs this error.

Could not open a connection to your authentication agent.

Execute this command

eval “$(ssh-agent)”

Then again. Re-add your key by

ssh-add /path_to_your_key

Show thread
Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.