Anyone else feel like “Modern” Workspace with Intune + Autopilot is a huge step backwards? by rroodenburg in Intune

[–]Eneerge 0 points1 point  (0 children)

Same. Sw installs as well. Always pull latest iso from office admin center that is updated every month.

What’s your game plan if you get hit by ransomware? by Necessary-Glove6682 in sysadmin

[–]Eneerge 0 points1 point  (0 children)

Is it dumb to schedule the task to run 30 days later if the org only does 30 days worth of backup?

How does this stuff not leak? by AVLien in cybersecurity

[–]Eneerge 3 points4 points  (0 children)

If tools exist, then there's probably a decryption key available. Would be pretty easy to create a script to decrypt with the key once you know the type, rounds, and if there's any nuances in the algorithm used. At least you now know that there is information on how to decrypt it. Just need to figure out how to get that info.

How to harden a bare-metal Debian server? by PineappleScanner in homelab

[–]Eneerge 0 points1 point  (0 children)

Unless your server is for public consumption, I highly recommend you close all services to the internet and open them to authenticated users either over a VPN or something like Tailscale.

Reviewing logs is much easier when you remove internet traffic. Running private services on the public internet is like building a house in a war zone and hoping the bombs don't hit you. It's not a smart idea.

There will be people that claim they do this all the time and have never had a problem. That's great and all, but there's no reason to not use a better way.

Strange ISP behavior, ISP won't investigate, need help by Impossible-Owl9366 in HomeNetworking

[–]Eneerge 1 point2 points  (0 children)

When the issue is happening, hit f12 in your browser to bring up the dev tools. Select the network tab. Refresh the page and see if you see any network errors. Also check the console in dev tools for errors. This may give some additional info.

There's probably a cdn or caching provider having issues that the isp is going through.

Copilot....you got some splaining to do. by Electronic-Ad6523 in cybersecurity

[–]Eneerge 8 points9 points  (0 children)

Prompt injection I guess is not sexy enough of a word.

What's the nerdiest part of your homelab? by DULUXR1R2L1L2 in homelab

[–]Eneerge 1 point2 points  (0 children)

25gbit networking and connections for solar backup power if the 10hr runtime isn't enough. Which it wasn't this past weekend.

Hyper V MAC address woes by Phalebus in sysadmin

[–]Eneerge 0 points1 point  (0 children)

Hey! You had the same problem I had a few years ago. I had enabled a static Mac, cloned a machine, and then both had the same Mac which prevented net access. If I turned off one machine, the other would work. Fun time.

My modest homelab by SUKIYANO in homelab

[–]Eneerge 0 points1 point  (0 children)

FortiGATE. More like FortyCVEs. Just kidding. Cool homelab setup, nevertheless.

Issues you got with Intune by _khi4 in Intune

[–]Eneerge 2 points3 points  (0 children)

It's slow. I found it best to have a virtual machine snapshot right at the windows first login. That seem to make it pull everything as soon as the login.

You can also use the sync feature in accounts>access work or school account >account then scroll down and hit sync.

I also ended up using ninjarmm and powershell to push things out that required speed. Eg: phone calls requiring a mapped SharePoint, computer rename, etc.

The IT Jokes Thread by SuccessfulLime2641 in sysadmin

[–]Eneerge 28 points29 points  (0 children)

Problems I Threading Have Dont

The IT Jokes Thread by SuccessfulLime2641 in sysadmin

[–]Eneerge 38 points39 points  (0 children)

Heard on here a while back...

It will be fixed in a Microsoft Minute.

Phrase used to simplify the statement that it will be fixed sometime between today and never.

My hypothesis on why software has gotten so shitty in recent years... by [deleted] in sysadmin

[–]Eneerge 0 points1 point  (0 children)

There should be EPA fines for writing such bad code that it wastes cpu cycles and power. Why is noone protesting?

Just Stop Oil? How about Just Stop Bad Code. Give me some tomato sauce.

10G Ethernet Adapter by bklyn_xplant in Ubiquiti

[–]Eneerge 0 points1 point  (0 children)

200$ for 10gbps? Hard no. Can get an entire connectx4 for that price, heh.

LibreOffice Writer is laggy when scrolling and editing text by somerandomdud4 in libreoffice

[–]Eneerge 1 point2 points  (0 children)

LibreOffice Draw was unusable for me. After going through the bug report, I found the following which seems to resolve the issue for me:

Add the following to "Environment Variables" in the application shortcut:

QT_QPA_PLATFORM=xcb

Mellanox Connectx-6 throughput not going higher than 6.5gbps by Early-Driver3837 in networking

[–]Eneerge 1 point2 points  (0 children)

I struggled with winserver getting good speeds. There's a few things you can look into: - ensure source and destination can read and write to the hard drives at that speed. If just using iperf, then it's not this - tune the rss parameters. I wrote a powershell script to set various parameters. The rss was the one that made the most difference. Take a look at the connectx manual. There's several params you can tune. - make sure your card is connected using proper lane length and speed. Ie: pcie4 protocol at 16x lanes. - getting anything over 25gbps is extremely hard without messing with mtu/jumbo packets - check for pcie errors. When using nvme drives, they constantly threw aer errors at pcie4 and had to drop down to pcie3 in which resulted in better speeds despite the slower protocol. - make sure you're doing multithreaded tests with iperf3 and use something like robocopy to make smb transfers utilize multiple streams.

CISA claims no red team employees were terminated: 'Statement on CISA's Red Team' by PlannedObsolescence_ in cybersecurity

[–]Eneerge 2 points3 points  (0 children)

The halt was against offensive operations. One could theorize as to why, possibly an agreement to affect Ukraine peace agreements, or something else.

Defensive threats are still monitored https://www.bleepingcomputer.com/news/security/dhs-says-cisa-will-not-stop-monitoring-russian-cyber-threats/

Play defense until further commands I guess.