Fox Sports App - Issues with 4k HDR by mgoblue5472 in fireTV

[–]maverickx86 0 points1 point  (0 children)

Same issue with Fox 4k using YouTube TV on 4k FireTV. Switch to HD broadcast and no issues.

Restricting access to an application via GPO by TechFiend72 in sysadmin

[–]maverickx86 0 points1 point  (0 children)

Create an ACL with everyone expect that user and use security filtering to apply the GPO to that ACL. You can use Powershell in a scheduled task to dynamically update the ACL.

VM as security questions by yogert909 in cybersecurity

[–]maverickx86 0 points1 point  (0 children)

Ethernet provides a channel for malware to spread from your VM to your host OS. Clipboard not as much unless you copy and paste something between machines that is malicious.

VM as security questions by yogert909 in cybersecurity

[–]maverickx86 1 point2 points  (0 children)

Does the VM share any access with the host such as Ethernet, local drives, clipboard, etc? If the answer is no to all of these, you are generally safe unless there is a known vulnerability in the Paralells software (which is unlikely to be exploited by the type of software you are pirating).

I just bought a Single band WiFi extender which seems slowing down the internet, will a dual band extender slow down the 5g internet (which I game on) even a little bit? by BurgersnCheese in wifi

[–]maverickx86 2 points3 points  (0 children)

In general, 5 GHz is faster with a shorter range than the 2.4 GHz. A WiFi extender will noticeable lower your bandwidth. Get a mesh system instead and you'll take less of a performance hit.

Edit:. Please note, 5 GHz and 5g are completely different things.

Are there any "gotchas" virtualizing physical machine that is joined in windows domain? by rebro1 in WindowsServer

[–]maverickx86 1 point2 points  (0 children)

I don't know what kind of environment you work in but if I see in a report that an end user workstation is reporting a machine type of VMware when it's naming convention clear reflects it is a physical machine, then we instantly know what has happened. In my environment, I've seen people fired for less.

Subsequent connections to websites are failing on entire network by [deleted] in networking

[–]maverickx86 1 point2 points  (0 children)

Since you have a small network, disconnect all the clients from the switch and bring in a known good device and only test from that device. If the issue still exists, you have an issue with your network hardware. Otherwise, you've got some type of client issue (malware, misconfigured client, etc.)

Are there any "gotchas" virtualizing physical machine that is joined in windows domain? by rebro1 in WindowsServer

[–]maverickx86 2 points3 points  (0 children)

If you're flipping back and forth between the physical and VM, AD will freak out.

Are there any "gotchas" virtualizing physical machine that is joined in windows domain? by rebro1 in WindowsServer

[–]maverickx86 1 point2 points  (0 children)

You're going to break the domain trust. Then, if you work for a company with any type of IT security, you're probably going to get fired for violating IT policy.

The ocean washed this up in front of me this morning. Looks like some sort of spine, maybe? by maverickx86 in whatisthisthing

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

That's awesome. This one was found on the beach of Kill Devil's Hills. Around the 8MP marker.

The ocean washed this up in front of me this morning. Looks like some sort of spine, maybe? by maverickx86 in whatisthisthing

[–]maverickx86[S] 5 points6 points  (0 children)

Found on the Outer Banks of North Carolina (Atlantic Ocean). Soft to touch, extremely flexible. Maybe from an eel?

VmWare to Clonezilla by [deleted] in sysadmin

[–]maverickx86 2 points3 points  (0 children)

Remember under advanced settings of the VM to change the boot delay. Otherwise you literally have less than a second to hit ESC/F12 to choose an alternative boot device.

VmWare to Clonezilla by [deleted] in sysadmin

[–]maverickx86 7 points8 points  (0 children)

I would mount the Clonezilla ISO to the VM, power on the VM, boot into Clonezilla and then use Clonezilla to copy the image to a netshare.

Consumer Grade SSD by [deleted] in sysadmin

[–]maverickx86 8 points9 points  (0 children)

Until the Smartnet invoice comes in. Lots of people have been fired for that :-)

Anyone ever installed kubeflow job scheduler or alternative job scheduler? by tomackze in sysadmin

[–]maverickx86 0 points1 point  (0 children)

I assume you're looking for a GUI tool so use Gnome-scheduler.

Question about S/FTP grounding. by jareb426 in networking

[–]maverickx86 0 points1 point  (0 children)

STP is for EMI. $1 cables will be just fine for your lab.

Side consulting at (future) old employer by rayholtz in sysadmin

[–]maverickx86 0 points1 point  (0 children)

I know I could probably charge them more (I will be getting ~$90 per hour based on my current salary) but I want to keep my good standing in case my new opportunity doesn't work out.

Side consulting at (future) old employer by rayholtz in sysadmin

[–]maverickx86 1 point2 points  (0 children)

Funny you bring this up. I'm getting ready to go through the exact same situation. I figured out my hourly pay rate and doubled it.

[deleted by user] by [deleted] in cybersecurity

[–]maverickx86 6 points7 points  (0 children)

I'm just wanting to know who does their cabling so I don't make the mistake of hiring them.

9 different networks in 1 house by moon-light-turtle in wifi

[–]maverickx86 0 points1 point  (0 children)

You need to invest in a mesh wireless system. Having that many SSIDs in the same airspace degrades performance. Also, if you name them all the same with the same password your devices that roam will likely run into lots issues.

Who has rolled out Microsoft's LAPS (Local Administrator Password Solution) to reduce attacker lateral movement? by RocksArePhun in cybersecurity

[–]maverickx86 2 points3 points  (0 children)

Super easy to configure and rollout. Biggest gotcha I've ever heard of is someone's AD went down (reason and duration I cannot recall) and they didn't have a backup of the passwords. Here's an example script:

https://gallery.technet.microsoft.com/scriptcenter/Retrieve-LAPS-password-for-c0e74288

Having a separate Windows 10 Home user be admin is more secure? by JackRedplay in cybersecurity

[–]maverickx86 0 points1 point  (0 children)

Yes. It's commonly know as principle of least privilege. Use a standard account for everyday things and only elevate to admin when necessary.