HackerTrans
TopNewTrendsCommentsPastAskShowJobs

courtcircuits

no profile record

Submissions

Show HN: Cracked – a TUI to download crackmes.one challenges easily

github.com
2 points·by courtcircuits·8 miesięcy temu·0 comments

comments

courtcircuits
·5 miesięcy temu·discuss
Yep I know, I had to build a proxy for s3 which supports custom pre-signed URLs. In my case it was worth it because my team needs to verify uploaded content for security reasons. But for most cases I guess that you can't really bother deploying a proxy just for CORS.

https:/github.com/beep-industries/content
courtcircuits
·5 miesięcy temu·discuss
Go for Garage, you can check the docker-compose and the "setup" crate of this project https://github.com/beep-industries/content. There are a few tricks to make it work locally so it generates an API key and bucket declaratively but in the end it does the job
courtcircuits
·5 miesięcy temu·discuss
From my experience, Garage is the best replacement to replace MinIO *in a dev environment*. It provides a pretty good CLI that makes automatic setup easier than MinIO. However in a production environment, I guess Ceph is still the best because of how prominent it is.
courtcircuits
·10 miesięcy temu·discuss
This repo seems to handle VM exits and memory initialization : https://github.com/soulxu/kvmsample/blob/master/main.c

I'd say it's a good place to start !