Hacker News new | ask | show | jobs
Ask HN: How do I work on my portfolio without a laptop?
6 points by ripread 2419 days ago
Hey HackerNews,

I'm a programmer by trade but I've recently lost my laptop so right now the only computer access I have is a public library computer.

I set up an AWS EC2 instance to work on my Github portfolio but I can't log in to it. How do I get an SSH client on a public computer? Any ideas?

Thanks, ripread

4 comments

If you manage to put together $30-50 and own a HDMI tv then you can get your hands on a raspberry pi 4, which handles well as a low powered Linux desktop.
I'd look around for web-based tooling where possible.

Potentially you could install some kind of web-based shell on your AWS instance (or maybe Amazon even has something like that?)? If you have a smartphone you could run an SSH client on there for initial setup.

If you don't need to have AWS, there might also be other options. What kind of environment do you need?

> Potentially you could install some kind of web-based shell on your AWS instance (or maybe Amazon even has something like that?)?

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-inst...

Hey detaro,

I've got AWS but I can't find any web-based ssh that doesn't require a download. There are some other links in this post that I haven't checked out yet but I did do the initial research.

What do you mean by web-based shell? Would that be different from a web-based ssh client?

- ripread

edit: I need to install nodejs, go, and git.

all of those examples require a download though. I can download an app but working on my phone isn't really practical
That's true. Bastillion mentions its available in the aws marketplace, so it could be an option to run it in aws.

I was thinking there might be web terminals available, e.g. https://www.serfish.com/console/ . I don't know anything about them though, and you'd want to trust the provider.

Hey, serfish is exactly what I was looking for! Thanks!
Tried MX, AntiX or LinuxBBQ to burn your own persistent LiveUSB?
Don't those require booting the computer? It might work, a lot of things are restricted on these computers.