Viewing profile — hectorm
hectorm
HN member- Joined
- Sun, Jun 03, 2018, 7:11 AM UTC
- HN karma
- 251
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About hectorm
Socials: - github.com/hectorm - https://hector.molinero.dev
---
Recent public activity
-
comment
Comment #48416156
This repository, along with others related to Azure Functions, has been taken down. - https://web.archive.org/web/20260605175351/https://github.co... - https://web.archive.org/web/…
- story
-
story
Show HN: Cardea, SSH bastion with per-key ACLs, TPM keys and session recording
Author here. Cardea is an SSH bastion I wrote to manage access to some servers I administer. Access policies are defined in a single text file, similar to OpenSSH's authorized_keys…
-
story
Show HN: Cardea, SSH bastion with per-key ACLs, TPM keys and session recording
Author here. Cardea is an SSH bastion I wrote to manage access to some servers I administer. Access policies are defined in a single text file, similar to OpenSSH's authorized_keys…
-
comment
Comment #46282188
Author of the JS bindings here. I also have a browser demo: https://ansi-o-matic.molinero.dev
-
comment
Comment #34234794
You should run it inside the network affected by the blockage. If you use Docker you can run the following command to start the server and configure your browser to use it as an HT…
-
comment
Comment #34234133
Can anyone from India confirm if this proxy server [1] is enough to bypass the block? Basically it is a proxy that alters HTTPS traffic to prevent DPI systems from detecting the do…
-
comment
Comment #34109856
If anyone wants to quickly spin up a Haiku VM I leave here my Docker image [1]. It's just a proof of concept but some people are using it for CI as well [2]. [1] https://github.com…
-
comment
Comment #29631571
The specific URL of the incident is the following, but I cannot edit the submission. https://status.docker.com/pages/incident/533c6539221ae15e3f0...
- story
-
comment
Comment #29220508
You can of course set this up manually outside Docker, I provide this image so that you can easily have a preconfigured installation with VNC, RDP, bind shell and a Samba server.
-
comment
Comment #29220436
During the installation I add Netcat to have a bind shell, this way you can get a CMD shell from Linux using the "vmshell" command included in the image. So yes, technically it's b…
-
comment
Comment #29219049
The ISO is downloaded from WinWorld, which is a website dedicated to archiving old software, it's certainly community maintained but at least gets some scrutiny. I also searched th…
-
comment
Comment #29217958
Effectively this is done as a POC, don't expect any security on a machine running Windows 2000 nowadays. Regarding legality, I hope that Microsoft doesn't claim any rights, since t…
-
comment
Comment #29217882
I have a similar image with ReactOS if you want to compare :) https://github.com/hectorm/docker-qemu-reactos
- story
- story
-
comment
Comment #22467240
In the case that someone has any trouble configuring WireGuard, I would like to share my automatic deployment of WireGuard and Unbound with full IPv4 and IPv6 support with Packer a…
-
comment
Comment #19940539
My current setup is a Docker container[0] with a musikcube[1] daemon in an ARM board (ROCK960 Model C) and on my phone I use the musikdroid client. At first, it was an investment o…
-
comment
Comment #19593966
I use exactly the same approach but for convenience I use the following script as wrapper for git: https://gist.github.com/hectorm/8891f7f1916a4379f84dfaccc6fa...
-
comment
Comment #19305947
If someone wants to try this version quickly, I made a Docker image with QEMU and noVNC [1][2]. I don't use it for anything important, just fun. [1]: https://github.com/hectorm/doc…
-
comment
Comment #18488639
I totally agree with you. Despite not having much experience with the tool, I recently used Make and M4 in a project to build Docker images for multiple architectures [1] and it wo…
-
comment
Comment #18078366
I'm currently using my own solution [1] based on Knot Resolver, a shell script [2] that creates a blacklist from multiple sources and DNS over TLS to 1.1.1.1. It doesn't have a web…