• 1 Post
  • 30 Comments
Joined 3 years ago
cake
Cake day: November 21st, 2023

help-circle

  • I know you said open source and free, but PatchMyPC is cheap if you have WSUS or Intune already. Otherwise chocolatey is the closest to your request.

    Side note, you can use psexec to span a power shell as system to work with it interactively to understand what’s going wrong. I’m guessing you either need to import a module or make sure the correct powershell version is being invoked.



  • Hypervisor. The hypervisor doesn’t need to know much about application needs. It can perform compression/deduplication for the VM, and you can therefore add more memory to the VM and prevent it from using additional swap and CPU to perform memory management.

    The other benefit if assigning more memory instead of using guest compression is that the hypervisor can use a memory ballon when it needs to reclaim memory, forcing the VM to decide what will stay in memory and what will be sent to swap.

    The concepts of storage are similar. If you need to encrypt data at rest, it’s usually better to let the hypervisor or SAN handle it. Letting a VM perform storage encryption would work, but would eat up CPU cycles and prevent the hypervisor from performing compression, deduplication, and in some cases knowing what space is used but empty.

    Storage compression is similar, you want the hypervisor to handle it since it can compress block of data that are the same across the environment. If you have 1000 machines all running the same OS with many of the same applications installed, then you’ll have a lot of opportunity to save space. You can use these same ideas when it comes to memory.






  • Outlook classic is on life support. Next October Exchange Online drops support for it.

    It’s built on decades of code. It allows plugins to directly affect the UX. It still uses I explore at times.

    I switched to new outlook and while it has its own significant issues, at least it’s not spaghetti code. It also runs on top of Edge, which allows Outlook devs to ignore a lot of backend code, and makes the UX pretty consistent across platforms.








  • The UI isn’t a priority item most of the time. The services tor NAS provides are.

    I mostly use Photos Mobile, Drive. These are asynchronous applications so responsiveness isn’t really a consideration.

    Smb/nfs were always as fast as the drives for me, even in their much higher end enterprise equipment, although I had 8Gb or more of memory in those.



  • I bought a Synology years ago and it served me well. I bought a newer model that was smaller, two drives.

    I like that I don’t need to think about it. It has a simple offsite cloud backup that’s pretty cheap, or you can set up your own. It supports docker and the software packages it supports are good enough for me.