kubedzero

Results 21 comments of kubedzero

+1 to this, on a 1000Mbps ISP service and wired Ethernet, my declared speeds jump between 500 and 800Mbps. In a browser, I find a solid 800-900Mbps. Edit: I just...

Thanks for the information! I suppose it made for a confusing user experience because some in-window-based commands work (the port number, for instance) while others (max player count) don't seem...

Thanks for the response! My only concern with that is that some users may prefer the all-in-one `TerrariaServer.exe --config=path/to/config.json` command to start their servers, especially if they run many simultaneous...

I store my ghettoVCB files in a folder on one of the Datastores and just confirmed on 7.0.2 that the permissions and executability can still be updated and modified without...

At least in the latest version, the list of options is sorted alphabetically. "All" is one of those, and "Africa" gets sorted before "All" https://github.com/enen92/screensaver.atv4/blob/master/resources/lib/offline.py#L19

https://stackoverflow.com/questions/8537916/whats-the-idiomatic-syntax-for-prepending-to-a-short-python-list The below modification could possibly work, maybe even as one line. ``` locations = ["All"] + sorted(["Italy to Asia", "Iran and Afghanistan", "Dubai", "Africa and the Middle East", "California...

Just want to say I had this issue too (the weird power tree/log issues) with my computer, although it only happens maybe 10% of the time and with one specific...

@dmacias72 Is there any way to force Nerd Pack to install a prerequisite dependency during the install of another? In this example, if a user were to enable/install `nmap`, are...

Ah! I found that functionality while poking around the code: https://github.com/dmacias72/unRAID-NerdPack/blob/master/source/NerdPack/usr/local/emhttp/plugins/NerdPack/js/jquery.NerdPack.js#L159 defines some packages to check the box of other packages, forcing installation of them as well (as far as...

> Dunno if this is Unraid's fault or something NerdPack plugin can solve Nothing Nerd Pack can solve unfortunately, but you could add a line to your `/boot/config/go` file to...