Alex Kup
Alex Kup
> Is there any way to retrieve the motherboard temperature using PowerShell, as the first script failed to do so while the program running outputs the motherboard temperature? This can...
The problem is that this data can only be retrieved through the **WMI/CIM system or REST API**, but it is impossible to retrieve all the data through the *library*, even...
 PSVersion 5.1.19041.3930 BuildVersion 10.0.19041.3930 PS C:\Users\lifailon> Get-DesktopCount 4 PS C:\Users\lifailon> New-Desktop IsVisible Left Right --------- ---- ----- False VirtualDesktop.Desktop PS C:\Users\lifailon> Get-DesktopCount 5
@deoxykev you can build it yourself using a `Dockerfile`: ```Dockerfile FROM golang:1.21-alpine RUN apk add --no-cache \ git \ nodejs \ npm WORKDIR /app RUN git clone https://github.com/terrastruct/d2-playground.git . RUN...
@ssebastianoo, decided to publish the image right away, so as not to open the issue. If the first question is about `logo.png`, then I added it after opening pr... I...
@kryztoval I can recommend [OhmGraphite](https://github.com/nickbabcock/OhmGraphite), which I currently use, maybe you can borrow ideas or features from there. But it would be nice to be able to enable the exporter...
Currently, I use Ubuntu 20.04 to assemble the Go application due to dependence on GLIBC `2.31` Can you tell you an alternative solution?
> I'm no expert in Go or with glibc. Wouldn't it be a solution for you to use a newer runner base image (e.g., 24.04) and use a Docker image...
@maxkratz I didn't understand you right away, yes, launching in a container is not a bad idea 👍
This is a philosophical question of sorts... The key is isolation and simplicity! Furthermore, this will allow the dashboard to run as a daemon, but you still need to define...