As a virtualization engineer, I work with VMware products (Now owned by Broadcom) to design and implement virtual infrastructure. This allows organizations to run multiple virtual machines on fewer physical servers, which enhances scalability and simplifies backup and recovery processes. Think of it as creating a digital version of a computer that can be easily adjusted and moved around.
- 0 Posts
- 18 Comments
Virtualization Engineer. Finally doing what I am passionate about. I was a stock broker 10 years ago. It was a crazy ride.
nightrunner@lemmy.worldto Technology@lemmy.ml•New Windows driver blocks software from changing default web browserEnglish4·1 year agoWe do: Firefox, Chrome, or Edge. That’s not the problem.
The problem is with Microsofts new driver we can’t allow users to set the default browser in their VMware Instant Clone using SetUserFTA via Dynamic Environment Manager.
nightrunner@lemmy.worldto Technology@lemmy.ml•New Windows driver blocks software from changing default web browserEnglish5·1 year agoWe have 80,000 people that work for my company. That’s not going to happen. Now we have 10,000 VMs running a combination of Ubuntu, Red Hat, Debian, and Centos. But our employees choose the OS they want to run on their own work devices whether it be Linux, MacOS, or Windows and no way is everyone is going to Linux, even if that is my own OS of choice. Especially the C-Level and board member types.
nightrunner@lemmy.worldto Technology@lemmy.ml•New Windows driver blocks software from changing default web browserEnglish2·1 year agoWe are using Instant Clones. It’s a non-persistent Virtual Desktop.
We want to give our users the choice and then be able to persist those choices. Not force them to use just one option with a GPO that defines what they have to use.
SetUserFTA and Dynamic Environment Manager allowed it until the last Windows CU came along…
nightrunner@lemmy.worldto Technology@lemmy.ml•New Windows driver blocks software from changing default web browserEnglish541·1 year agoThis is horrible. I run several different environments of VMware Instant Clone VDIs and use the SetUserFTA to help a users default browser and other file extension defaults to persist for a user from session to session on a non-persistent VDI. Now it’s broken.
Thanks a lot Microsoft. 😤
nightrunner@lemmy.worldto Selfhosted@lemmy.world•How to remotely reboot a Linux host if SSH fails to connect?English2·1 year agoGlad I could help! 😃
nightrunner@lemmy.worldto Selfhosted@lemmy.world•How to remotely reboot a Linux host if SSH fails to connect?English7·1 year agoOk, I grabbed a few screen shots for you as well. Here is a site that will link you to MEBx setup that enables AMT: http://h10032.www1.hp.com/ctg/Manual/c03883429
When power on your ProDesk G3, you can access the MEBx setup by pressing Ctrl+P or they also say F6 or Escape will get you there. Intel AMT runs on a different IP address than what your OS gets. You can assign DHCP or a static IP address and setup your admin password. You can then access the portal from http://ipaddress:16992 There should be a method of access what would show on the screen through a KVM like access but I use MeshCentral for that so I couldn’t tell you how to do it without.
Hopefully, that gives you a start. Feel free to reach back out if you have any questions. Thank you!
nightrunner@lemmy.worldto Selfhosted@lemmy.world•How to remotely reboot a Linux host if SSH fails to connect?English2·1 year agoI’m not in front of my computer atm, but I think I have something that can help you out. I have a 3-node Lenovo Thin client cluster that I manage their KVMs using the Intel vPro. I even went a step further using MeshCentral running on a VM to centralize my KVM access since I have 3 of them, but that’s another story.
Anyway, I’ll see if I can grab you some URLs in the morning if someone else doesn’t beat me to it or you find it on your own running google queries.
nightrunner@lemmy.worldto techsupport@lemmy.world•Past Year Friends PC Keeps Crashing/BSOD and Cant Figure Out WhyEnglish2·1 year agoOk, so looking at the BSOD minidumps, the BSOD from 2/13/24 and 1/10/2024 give a bug check event that is typically driver related. My recommendation would be to download prime95 and use the “Blend” test for a couple of hours to try and recreate the BSOD. If you don’t get anything you can try running 3DMark to force it. It’s easier when you can “recreate” the problem on purpose instead of waiting for it to happen. Once you reproduce the BSOD you can try and go through the Event Log and determine which driver was the cause since there will be an Application Error usually present.
If you can’t find anything in the logs, you can always pull out all peripherals and use prime95 for another couple of hours making sure that the issue is gone. If you still get a BSOD, you’ve got other hardware causing the issue. (or you could have a combination of both)
If you can’t reproduce the BSOD after unplugging the peripherals, plug one back in at a time stress testing to determine which peripheral is causing it. But you should be able to find it in the event log. I hope this helps.
nightrunner@lemmy.worldto techsupport@lemmy.world•Past Year Friends PC Keeps Crashing/BSOD and Cant Figure Out WhyEnglish2·1 year agoI should be able to take a look tomorrow morning. I had a similar issue with an Intel Raptor Lake build. So I’ll let you know what I did to narrow it down.
nightrunner@lemmy.worldto techsupport@lemmy.world•Past Year Friends PC Keeps Crashing/BSOD and Cant Figure Out WhyEnglish7·1 year agoThere is a BSOD viewer by Nirsoft that is free located here: https://www.nirsoft.net/utils/blue_screen_view.html
This will allow you to take a look at the dump files that were created with each BSOD and typically give you the file name that typically is involved. Can you get that information and let us know what it gives you. This will give you a better idea of what the cause is.
nightrunner@lemmy.worldto Selfhosted@lemmy.world•Which OS do you use for your homeserver?English21·1 year ago3-Node ESXi cluster with 10 Debian VMs, 3 Windows VMs, and one FreeBSD VM
I couldn’t see it the wrong way at all until I really stared at it. Then once I saw it, I couldn’t unsee it. lol
nightrunner@lemmy.worldto Selfhosted@lemmy.world•[Fixed] Weird Wireguard issues I could use some help with.English1·2 years agodeleted by creator
nightrunner@lemmy.worldto Selfhosted@lemmy.world•[Fixed] Weird Wireguard issues I could use some help with.English1·2 years agoThey call it a tcpdump but Wireshark analyzes all network traffic. You can use the udp.port == 51820
Do you have a laptop? Probably more tools and easier to test from there.
nightrunner@lemmy.worldto Selfhosted@lemmy.world•[Fixed] Weird Wireguard issues I could use some help with.English1·2 years agoMeant to say if you still get stuck, run Wireshark on your FW and your VPS and run a tcp dump and filter the traffic to see where the data stops.
You can also use traceroute to your public IP on the port 51820 and check your connectivity or even curl: -v http:////publicip:51820
nightrunner@lemmy.worldto Selfhosted@lemmy.world•[Fixed] Weird Wireguard issues I could use some help with.English11·2 years agoDid you setup a NAT on the firewall? You have to setup a static NAT on the interface that your Public IP sits on and to the private IP address of your VPS (you are using a private network space from one of the other interfaces on your FW right?).
Make sure that the policy that you create with the NAT includes UDP 51820 (unless you changed the default port) People often mistake using TCP which is a different protocol. If that doesn’t work, then look at the traffic on your FW
You aren’t a moron at all. If you haven’t been exposed to it I wouldn’t expect you to know what it is.
So virtualization is kind of like taking multiple computer operating systems and running them on one physical server. So instead of needing a physical server for each system, you can run dozens. Then you can have clusters of physical machines that are running hundreds of virtual machines (computers) per cluster.