All linux! I think debian, though they have alpine images too.
I wouldnt wish windows containers on my worst enemy haha.
All linux! I think debian, though they have alpine images too.
I wouldnt wish windows containers on my worst enemy haha.
I use the dotnet/sdk
image to build and publish into the dotnet/aspnet
for runtime since it's smaller. Both from mcr.microsoft.com
Software devs have a lot of technobabble haha!
I do all my editing in neovim, with omnisharp as an lsp. It works pretty well. Happy to send you my dotfiles if you want.
As far as deployment, dotnet just runs on Linux now, especially if you're do8ng web, its all the same. I deploy through containers to kubernetes, and its super smooth
Microsoft doesn't care about you upgrading your personal computer. they care about business licenses. Enterprise pays the bills, and enterprise computers have all had TPM for ages. I don't see any reason for them to make a change. consumers buying a new os for an existing computer is a drop in the bucket
I've been using my selfhosted mailserver on a cheap VPS for a few years with no issues. It took about a week to get DMARC/DKIM/SPF setup right, and then a few back and forth email threads to my email addresses hosted on gmail, yahoo, and M365 allowed me to gain trustworthy status with them.
mind you, I'm the only user of my mailserver, so I'm not worried about other users spamming and getting me on a list.
I saw one of these. Have you used it? Does it work okay?
What ui do you put on? Kodi? Or do you just run a full fat deskop environment?
I've done this in the past. I was mostly interested to see what others have done
I get what you're saying, but I don't think you're going to find anything like that. Linux doesn't really need some maintenance app running on top of it to keep it healthy. most of the programs that claim to do the same on windows,. android, etc. don't really do anything helpful either. If you've got a specific issue that keeps popping up, perhaps we can solve it.
I don't think you're going to find a magic program that will just make your computer run faster. If there is a lot of CPU usage, something is using it. try to find out what that is, and either stop the process, wait for it to finish, etc.
if you have a lot of maintenance tasks that run and take up resources, maybe try and reschedule them for other times of the day?
Just sent them to you.
Once in a blue moon i have to restart omnisharp, but its just a simple
lsp restart
Much less often these days then even a year ago
I also use neovim through WSL on windows to do work