Ilia Ross

Results 664 comments of Ilia Ross

Err, I think we should put `webmin.list` to `/etc/apt/sources.list.d` and dearmor the key to: ``` /usr/share/keyrings/debian-webmin.gpg ```

Jamie, the [docs](https://www.webmin.com/deb.html) should say that the file `/etc/apt/sources.list.d/webmin.list` must contain: ``` deb [signed-by=/usr/share/keyrings/jcameron-key.gpg] https://download.webmin.com/download/repository sarge contrib ``` Also, instructions would work for Debian 10 and Ubuntu 20.04.

I think we should create a script to install Webmin repos for users.

> Is there a way to validate that the salt is in the expected format, and has the correct hex encoding? Jamie, why don't we use a regex to validate...

It says _bad hex encoding_, meaning it wants _hex_ string in the end? Perhaps, `xxd` command could help? Validating _hex_ with regexp is not a problem. However, if BIND has...

Yes, it is expected. I made this change to prevent server over loads. I was wondering if anyone would be interested in it. I could add an extra option, for...

Imagine what happens if you open 10 tabs with this option enabled. You would need to be aware about what's happening, when using this option.

It's always not easy to combine nice UI and usability. How about this: ![image](https://user-images.githubusercontent.com/4426533/111469897-4aee9480-8738-11eb-844a-22c0897f4614.png)

Okay, latest commit adds it. However it will require either restore theme to defaults or open browser's console and run: ``` settings_sysinfo_real_time_status = 2 theme.config.save() ```

> when the forced collection is done, I assume it is done just like the old behavior (before 1.973), right? No, there was a bug that restarted (re-enabled) stats collection...