Results 151 comments of pepa65

Just tried it, and the page lists the domain I registered with the Nameservers, but the file [zones/wip.la.yaml](https://github.com/Olivr/free-domain/blob/main/zones/wip.la.yaml) was not updated. Do you batch update?

Hmm. We’re having trouble finding that site. We can’t connect to the server at register.bytewave.wip.la.

NixOS is a different kettle of fish that I have never fully entered. I'll leave that to people familiar with the inner workings of NixOS, as it doesn't want you...

Is there `usbip` for Linux somewhere??

The build instructions in the readme don't work, but just cloning the repo, running `./autogen.sh`, `./configure` and then `make` do work.

Same, `go 1.12` here; this is the file that I'm trying to build: ``` package main import ( "github.com/mholt/caddy/caddy/caddymain" _ "github.com/filebrowser/caddy" ) func main() { caddymain.Run() } ``` `go build`...

I hacked it in by inserting the line `system("echo 2 >/proc/sys/vm/drop_caches");` AFTER `close(dirfd);` in the functions `container_attach` and `container_detach` in `src/container.c` but surely there is a more proper way to...

It would be great if there was a configuration option to either keep all in RAM (for machines with lots of RAM) or to store it on disk (for RAM-starved...

The colour-on-colour is handy for copying the password, but perhaps the screen terminal buffer should always be cleared on exit? (Is this possible??)

Fresh install from Ubuntu 18.04.2 repos: ``` cpm 0.32 (64 bit) CDK version 5.0 (20161120). GpgME version 1.7.0 (rcpt). ncursesw version 6.0 (20160625). XML2 version 2.9.4. zlib version 1.2.8. cracklib...