David Randall

Results 59 comments of David Randall

You could create a [UserStyle](UserStyles.world) and add the padding using an extension like Stylus. The red color is to see the padding. ```text /* ==UserStyle== @name MeshCentral @namespace https://github.com/Ylianst/MeshCentral @version...

I found the problem. My `~/.gitconfig` forces all GitHub URLs to use SSH instead of HTTPS. This was in response to `go get` using HTTPS for private repos and asking...

This was reported to git's [mailing list] but haven't received a response. I'm leaving it open because while I don't see any cons, there is one small edge case it...

I was working with decrypting a message and wanted to log the "message". It took me a while to figure out it's due to the comment above. Logging a Str...

For reference, here is `/etc/hosts` after a fresh install with hostname `vs-23-ubuntu`. I don't know if IPv6 is necessary if the application is not IPv6 aware. ```text 127.0.0.1 localhost 127.0.1.1...

This is needed from a SDLC standpoint because it adds 1) versioning and 2) management by pinning a script to a particular version. For me, most development happens outside TRMM...

Possible duplicate of #112: Feature Request: Network scanning with installed agents

Here's my solution: https://github.com/NiceGuyIT/taskfiles/tree/main/trmm

This is specific to the Linux workstation. What Linux distribution and version are you running? What display manager are you using? Is it X11, Wayland or something else? Do you...

Here is a list of "KVM Child process has unexpectedly exited" issues for cross referencing. - Ylianst/MeshAgent#135 - [One solution](https://github.com/Ylianst/MeshAgent/issues/135#issuecomment-1505193977) - Ylianst/MeshCentral#602 - Probably the best "global" issue. - Ylianst/MeshCentral#3114...