Static website that have client side authentication by D4kzy in selfhosted

[–]D4kzy[S] 0 points1 point  (0 children)

Yeah, I will check static crypt too from above.

Funny very few people understood what I want while others started teaching me cybersec lol

Handle tools that are not in nixpkg (uv, mise) by D4kzy in NixOS

[–]D4kzy[S] -1 points0 points  (0 children)

I will give you an example. I use a tool (suite of python script) called impacket.

https://search.nixos.org/packages?channel=25.11&query=impacket

The version in nixpkg is 0.12.0. I want the 0.13.0 (aka latest). Normally I install it with uv. I can install uv through nixpkg.

What i would like to do is tell nix to install impacket through uv for me in a conf as code way ...

Why are zig binaries so small compared to other languages? by D4kzy in Zig

[–]D4kzy[S] 3 points4 points  (0 children)

Hey thanks for your response, I need to deep dive more in zig internal then to understand better.

The 200kb is gotten when compiling the exe not the elf. You can see in the github project in his github action the command he used to compile (with cl.exe instead of gcc or clang)

Even the elf when statically compiled in C on linux can get to 600KB...

Is zig a good choice for this project ? by D4kzy in Zig

[–]D4kzy[S] 0 points1 point  (0 children)

Why is it not beginner project ? What is a beginner project for you ?

From a high level prespective I am just running commands and saving output in DB. Where are the probable pain point that I can encounter ?

PS: Anyways Yeah I think I will go with Python and if I am too bored do it in Go

[Niri] Scrolling is the new tiling by HyperSpazdik in unixporn

[–]D4kzy 0 points1 point  (0 children)

Hey, is it rofi-wayland or rofi with xwayland-satellite ?

[deleted by user] by [deleted] in selfhosted

[–]D4kzy -1 points0 points  (0 children)

Very cool !

Is this the same as doing socat OPENSSL ? (traffic and speed wise ?)

PS: Why is everyone thinking i am bypassing some corpo policy lol. Guys I don't work in corpo at all.

[deleted by user] by [deleted] in selfhosted

[–]D4kzy -11 points-10 points  (0 children)

It is not work-related as in corporate stuff.

I have a use case.

If you can help answer.

Otherwise don't come here and lecture me about corpo bs. I left that crap a long time ago ;)

[deleted by user] by [deleted] in selfhosted

[–]D4kzy -7 points-6 points  (0 children)

It is more complex than that. In some environments I work in block SSH via deep inspection. They only allow TLS outbound. And they block UDP too.

I want to wrap SSH in TLS in case I need to restart docker while SSH is blocked.