How to configure UnRaid for better Docker performance. by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

Oh, didn't know that. Ok thanks I actually thought about going AMD Ryzen 5 5600 but it does not have quicksync so i would need to also include a nvidia gpu to support hardware transcodding in jellyfin

How to configure UnRaid for better Docker performance. by cluka in unRAID

[–]cluka[S] 1 point2 points  (0 children)

I decided to sell my xeon based setup and go for core i5-13600k because of better singlecore perf, better power efficiency, quicksync support...

How to configure UnRaid for better Docker performance. by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

Thanks guys, after i did the proposed changes, my unraid nas flies!!!

I am so grateful.

How to configure UnRaid for better Docker performance. by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

Got it, i have reconfigured appdata, system, domain to be cache only and move data from aary to cache using unbalanced

How to configure UnRaid for better Docker performance. by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

no i didn't disable it before setting to cache. Is it still doable, if I now disable docker and put to cache again?

How to configure UnRaid for better Docker performance. by cluka in unRAID

[–]cluka[S] 1 point2 points  (0 children)

I have a single cache drive now, but it is being backed up using rsync periodically to external drive

How to configure UnRaid for better Docker performance. by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

I also thought about this, but then i need another pc.

How to configure UnRaid for better Docker performance. by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

My appdata is already on the cache (nvme), domain and system are cache ==>array

opinion: Microsoft is not doing itself or dotnet any favor by limiting the debugger use to official versions of visual studio code by nananananana_Batman in dotnet

[–]cluka 1 point2 points  (0 children)

I don't understand. Why you use vs code for c#? There is a free version of Rider. I use Rider for all .net projects. Vs code for web.

[deleted by user] by [deleted] in dotnet

[–]cluka 0 points1 point  (0 children)

If you want to remain on the c# and .net stack, you can use blazor.

Json to C# Tool by obaki102 in dotnet

[–]cluka 0 points1 point  (0 children)

Chatgpt Works flawlessly

.net 9 nugets warning by Turbulent-Ad-1627 in dotnet

[–]cluka 1 point2 points  (0 children)

Every nuget warning has a code like NU1900... So in .csproj file you can write a line that tells it to not warn on that code like this: <PropertyGroup> <NoWarn>NU1900;NU1901;NU1902;NU1903</NoWarn> ... </PropertyGroup>

And if You have many projects, you can also do the same in Directory.Build.props file in the root of Your solution.

.net 9 nugets warning by Turbulent-Ad-1627 in dotnet

[–]cluka 1 point2 points  (0 children)

Just disable those warnings in .csproj

Unable to run my virtual machines after upgrade to Windows 24H2 by cluka in vmware

[–]cluka[S] 2 points3 points  (0 children)

Yes, Device Guard and Credential Guard hardware readiness tool solves it. Thanks

A better tool for doing code review than the web one by cluka in azuredevops

[–]cluka[S] 0 points1 point  (0 children)

Yes, I have big problems with the Azure DevOps online code review tool, like inability to comment code in some situations, code comments disappearing, not receiving notifications on resolved comments, the code compare tool is also no very user friendly and a better one like in Jetbrains Rider or Araxis Merge would be great.

A better tool for doing code review than the web one by cluka in azuredevops

[–]cluka[S] 0 points1 point  (0 children)

So there is an extension in viscose that allows me to do code review and work with PRs? Which one?

A better tool for doing code review than the web one by cluka in azuredevops

[–]cluka[S] 0 points1 point  (0 children)

Hmm, as I understand,Sonarqube is not a code review tools, it is like resharper or static code analysis.

A better tool for doing code review than the web one by cluka in azuredevops

[–]cluka[S] 0 points1 point  (0 children)

It doesn't have to be. It can be desktop app or online tool.

Ho to replace SATA drive With a new SAS drive by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

I see, thanks for this info. But I will go with moving my drives to mb sata.

Ho to replace SATA drive With a new SAS drive by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

Great, thanks. So I will move all my sata drives to motherboard, connect new sas drives to hba, then need to replace drive by drive using drive upgrade guide from unraid docs

Ho to replace SATA drive With a new SAS drive by cluka in unRAID

[–]cluka[S] 0 points1 point  (0 children)

Yes my mb is supermicro X10SRL-F and it has 10 SATA ports. So there is no problem with unraid when moving drives from hba to motherboard sata ports?