Giovanni Bassi
Giovanni Bassi
> Btw I have tried to workaround the problem by using this inside of rancher-desktop vm: > > ``` > mkdir /sys/fs/cgroup/systemd > mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd...
Another update, regarding mounting `/sys/fs/cgroup/systemd`. You don't get BLOCK I/O stats (you do get NET I/O). You have to recreate it all after a reboot. This is really annoying. So...
> After trying out the new PowerShell module, I'm going to renew my request for raw JSON output. Many command line tools have such a feature. Give me JSON or...
> We've published the Microsoft.WinGet.Client PowerShell module which provides structured data. > > For those who do not want to depend on PowerShell, WinGet has COM APIs that an application...
The package submitted by @dgellow (`Microsoft.dotnetUninstallTool`) was approved and is available at winget, but it is now outdated.
To anyone else looking for an uninstall script for dotnet, I made a bash based one. It follows the conventions from `dotnet-install.sh`. https://github.com/giggio/dotfiles/blob/7efb936e21fb64338bcf16f1859b715ab453ea10/home/bin/dotnet-uninstall
> If it's helpful for anyone, here is the workaround I'm using for this problem. Modify `pam.py` by adding the following below `syslog.openlog("[HOWDY]", 0, syslog.LOG_AUTH)`: > > ``` > #...
> For this looking at how to change the Command background color This works. Maybe it would be interesting to follow the theme's setting.
Has anyone found a workaround? I am now thinking of "building" my .nu files, running some process to exclude them from being sourced. Any other options? My problem is that...
> @giggio What if you were to (e.g.) unconditionally source `nix.nu`, and then at the start of `nix.nu` you check if Nix is available, and if it's not you exit...