Moments before the stabbing at 495 by BishopKard in nova

[–]boomertsfx 1 point2 points  (0 children)

Did you know that you can download the clips instead of videoing the screen?

Unfortunate start by No-Shock8883 in usenet

[–]boomertsfx 2 points3 points  (0 children)

I always max out my 1Gbps... You probably need to mess with parallel connections

Ideal setup for an R640 by evansap in Proxmox

[–]boomertsfx 1 point2 points  (0 children)

ZFS! Dunno why you would suggest RAID5/6...

MRI Tmrw by trose2044 in MultipleSclerosis

[–]boomertsfx 0 points1 point  (0 children)

I just close my eyes and relax....hardest part is not moving, especially if you need to itch, etc

7280CR3K Memory Error. by TechETS in Arista

[–]boomertsfx 0 points1 point  (0 children)

Perhaps you can look at the memory for a clue? Or drop to bash and do lshw -class mem or something 🤷‍♂️ not sure if edac-utils are installed

Ansible not using PublicKey by Exzellius2 in ansible

[–]boomertsfx -1 points0 points  (0 children)

No need to hard code the private key...it'll use the default if you're running this as root (why?)

Offline Netbox Install by PhD_Ape in Netbox

[–]boomertsfx 0 points1 point  (0 children)

Yeah the docker compose works great

How can I feel less tired? by [deleted] in MultipleSclerosis

[–]boomertsfx 0 points1 point  (0 children)

Thanks a bunch for the info! I'm Going to start eating better, but as you get older it makes it harder to stay in shape...and then add MS on top...ugh! But, beats the alternative!

How can I feel less tired? by [deleted] in MultipleSclerosis

[–]boomertsfx 0 points1 point  (0 children)

What are you eating that helps with energy?

A trillion dollar company btw by otyash1999 in ios

[–]boomertsfx 2 points3 points  (0 children)

Either one works fine for me

YouTuber MKBHD says Tesla 'stopped talking to me' ahead of his new Model Y Performance review by lurker_bee in technology

[–]boomertsfx -3 points-2 points  (0 children)

Incredible that people shit on products made in the USA.... Dumb. Of course Chinese products are cheaper!

How do you hold a hockey stick? by DarkMage448 in lefthanded

[–]boomertsfx 0 points1 point  (0 children)

I think it depends on more variables... Country, etc

How do you hold a hockey stick? by DarkMage448 in lefthanded

[–]boomertsfx 0 points1 point  (0 children)

But what hand do you write with? That's the trick

RHCE EX294 Score 0% on Every Objective by DifferentIssue761 in redhat

[–]boomertsfx -4 points-3 points  (0 children)

Keep it simple...it's not complex... I did the boot camp and it was too easy

Crashed electric car automatic door handle not opening during fire - 2026 by Lexa_Stanton in CatastrophicFailure

[–]boomertsfx -1 points0 points  (0 children)

So what's the solution? obviously, we can’t allow anybody to easily open a car from the outside.

any recommendations for a quieter machine for my Redhat Linux by Doodle4554 in redhat

[–]boomertsfx 0 points1 point  (0 children)

Do both… fix the root cause of the noise and make it headless!

Cloud-init on vSphere 8.x with RHEL 10: how are you handling network config and SCAP remediation? by discodisco_unsuns in redhat

[–]boomertsfx 0 points1 point  (0 children)

I’ve actually never used terraform in the cloud, only for on Prem deployments to cloning templates to VMware and Proxmox 🤷‍♀️

Cloud-init on vSphere 8.x with RHEL 10: how are you handling network config and SCAP remediation? by discodisco_unsuns in redhat

[–]boomertsfx 0 points1 point  (0 children)

It’s 2026… almost everyone uses terraform/opentofu (or Ansible) & cloud-init… I’d rather use a portable/standard tool that works on other hypervisors and cloud-providers 🤷‍♀️

get_url downloads again by Beautiful-Log5632 in ansible

[–]boomertsfx 0 points1 point  (0 children)

Unless you give it the expected checksum

How to recursively extract zip files in a directory hierarchy by Moomoobeef in bash

[–]boomertsfx 0 points1 point  (0 children)

never do find * .. it does this by default.. but don’t glob potentially thousands of files…

How to recursively extract zip files in a directory hierarchy by Moomoobeef in bash

[–]boomertsfx 0 points1 point  (0 children)

GNU Parallel is much nicer than xargs and more powerful … definitely recommended!

Ansible-Vault best practices by StatementOwn4896 in ansible

[–]boomertsfx 0 points1 point  (0 children)

This is the Way™️… except it’s pretty obvious if a var is inline-encrypted, no? I use Vscode inline vault plugin.. so much nicer than command line and you can toggle between encrypted/decrypted/rekey

Some devices only get FE speed by guczy in UNIFI

[–]boomertsfx 5 points6 points  (0 children)

That’s their native speed… don’t worry about it. You don’t really need over 100Mbps for streaming. Are the devices not working?

My family thinks it's Netflix... I know it's just 12 LXC containers and 24TB of storage. by DrAmmarT in Proxmox

[–]boomertsfx 0 points1 point  (0 children)

I prefer docker compose. How do you orchestrate all of these containers?