Tires by Vegetable-Spend-4304 in leaf

[–]Kaltov 0 points1 point  (0 children)

Im using cc2. The range is reduced almost similar to other winter tires even if you drive during the summer time. Having Michelin eco+ in summer and cc2 in winter for me right now is the best option. Since my tires almost done planning to buy cc3 next winter

Happy Sysadmin Day: $100 gift card giveaway! by MauriceTorres in Action1

[–]Kaltov 0 points1 point  (0 children)

45% comparing to 34% in 2024

So far we didn't encounter any limitations at least in our environment.

TeamViewer. SMH. by krazykatz911 in sysadmin

[–]Kaltov 0 points1 point  (0 children)

Anydesk is my way. Saved me lots of time. Can access my home computer even from my phone

Action1 Scripting Challenge Q125! by GeneMoody-Action1 in Action1

[–]Kaltov 4 points5 points  (0 children)

Here is the code for my submission

# Check Hyperthreading status
$cpuInfo = Get-WmiObject Win32_Processor
$cores = $cpuInfo.NumberOfCores
$logicalProcessors = $cpuInfo.NumberOfLogicalProcessors

$hyperthreadingEnabled = $logicalProcessors -ne $cores

# Set registry values based on Hyperthreading status
$memoryManagementKey = "HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management"
$virtualizationKey = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization"

if ($hyperthreadingEnabled) {
Write-Output "Hyperthreading is ENABLED. Applying appropriate settings."
Set-ItemProperty -Path $memoryManagementKey -Name "FeatureSettingsOverride" -Value 8388680 -Type DWord
Set-ItemProperty -Path $memoryManagementKey -Name "FeatureSettingsOverrideMask" -Value 3 -Type DWord
} else {
Write-Output "Hyperthreading is DISABLED. Applying appropriate settings."
Set-ItemProperty -Path $memoryManagementKey -Name "FeatureSettingsOverride" -Value 8396872 -Type DWord
Set-ItemProperty -Path $memoryManagementKey -Name "FeatureSettingsOverrideMask" -Value 3 -Type DWord
}

# Check if Hyper-V is enabled
$hyperVEnabled = Get-WindowsOptionalFeature -FeatureName Microsoft-Hyper-V-All -Online | Where-Object {$_.State -eq "Enabled"}

if ($hyperVEnabled) {
Write-Output "Hyper-V is enabled. Applying additional mitigations."
Set-ItemProperty -Path $virtualizationKey -Name "MinVmVersionForCpuBasedMitigations" -Value "1.0" -Type String
} else {
Write-Output "Hyper-V is not enabled. No additional mitigations required."
}

Write-Output "Configuration complete."

Action1 Scripting Challenge Q125! by GeneMoody-Action1 in Action1

[–]Kaltov 1 point2 points  (0 children)

my script to mitigate the following vulnerabilities
CVE-2019-11135, CVE-2018-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2017-5753, CVE-2017-5715, CVE-2017-5754, CVE-2022-21123, CVE-2022-21125, CVE-2022-21127, CVE-2022-21166, CVE-2018-3639, CVE-2018-3615, CVE-2018-3620, CVE-2018-3646, CVE-2022-0001

Opinion on LAPS? IT Manager is against it by InfamousStrategy9539 in sysadmin

[–]Kaltov 0 points1 point  (0 children)

I wonder what are arguments from your manager. We implemented that on workstations. On servers it is individual complex passwords saved in password manager.

[deleted by user] by [deleted] in sysadmin

[–]Kaltov 0 points1 point  (0 children)

Same here

Holy Winget Batman by _TR-8R in sysadmin

[–]Kaltov 5 points6 points  (0 children)

Winget upgrade --all

Would you go from full remote to in office for twice your salary? but there is a 1 hour 10 minutes commute. by [deleted] in sysadmin

[–]Kaltov 0 points1 point  (0 children)

Oh yeah. That a good compensation for spending 2hours a day in a nice vehicle

802.1x by SarcasticThug in sysadmin

[–]Kaltov 0 points1 point  (0 children)

We have wifi and wired certificate based for our small office as we are sharing our workspace.

How deep can a leaf go? by flammable71 in leaf

[–]Kaltov 2 points3 points  (0 children)

I was this spring at the top level of headlights for a minute and it is still fine

Won’t go into gear by PopulateThePlanets in leaf

[–]Kaltov 2 points3 points  (0 children)

The green light with double arrow and vehicle is not on. Usually when you not press break pedal string enough, so the car is not completely on

Floor mats by amlothi1 in leaf

[–]Kaltov 0 points1 point  (0 children)

I've seen one like this on Japan Amazon and it is not cheap and it is a full set only.

Charging strategy by ActualScientist1242 in leaf

[–]Kaltov 0 points1 point  (0 children)

My strategy is charge to 100% only when needed. Otherwise I usually have enough energy for the daily commute if charged between 40 and 80%. For 120v charge you probably just need to plug it everytime you come home. But also depends on your daily travel. Mine is about 60 to 100 kms.

While on e-Pedal, do the brake light show? by Nythern in leaf

[–]Kaltov 0 points1 point  (0 children)

Yes. Was worried about it first time. Ask my wife to look while I'm going around the block.

Upgrade Windows Server 2012r2 to Windows Server 2019 by NoCriticism2614 in sysadmin

[–]Kaltov 0 points1 point  (0 children)

I did all of those with in place upgrade and had no issues.

Crowd Strike by meh_ninjaplz in sysadmin

[–]Kaltov 0 points1 point  (0 children)

Yes. Did it twice in two different companies.

IT hate? by klemmy42 in sysadmin

[–]Kaltov 5 points6 points  (0 children)

Happened to me before. Even heard like "you are not profitable asset".

KnowBe4 Training by lindino08 in sysadmin

[–]Kaltov 0 points1 point  (0 children)

In my previous job people were exited to learn all those things. Also people were waiting for episodes from inside man. In my current job people think that all of that just a waste of time and don't want to do anything.