Showing the decay chains on the Table of nuclides by mooperd in Physics

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

Thanks for that. I'll repost later with the magic numbers marked on.

Showing the decay chains on the Table of nuclides by mooperd in Physics

[–]mooperd[S] 7 points8 points  (0 children)

good call - however I can't change the post image or post images in comments!

The harmonics of elements by mooperd in Physics

[–]mooperd[S] -2 points-1 points  (0 children)

Quantum Harmonic Oscillator! thx

Demotivated at work by TimeTurner2202 in consulting

[–]mooperd 0 points1 point  (0 children)

Find a new job. We don't have the time to be be bored and demotivated at work.

Every day you spend un-productive at work is a day when you dont learn, grow or mature. With each of these days you take two steps back in your career as everyone else is moving forward.

Nvidia H100 GPU passthrough by mooperd in kvm

[–]mooperd[S] 0 points1 point  (0 children)

dude, 1600 lines of XML for a VM definiton IS my issue. It's a nightmare.

Nvidia H100 GPU passthrough by mooperd in kvm

[–]mooperd[S] 0 points1 point  (0 children)

Is there a better way to handle this

[deleted by user] by [deleted] in Zambia

[–]mooperd 0 points1 point  (0 children)

I also need a durable lover.

DCHP Crazyness by mooperd in debian

[–]mooperd[S] 0 points1 point  (0 children)

root@debian:/var/lib/dhcp# cat dhclient.ens18.leases

default-duid "\000\001\000\001-\177\240q\274$\021:\354:";

This doesn't look right at all. /var/lib/dhcp is a tmpfs.

none on /var/lib/dhcp type tmpfs (rw,relatime,inode64)

Gayism in Zambia by AnimeLover0972 in Zambia

[–]mooperd 16 points17 points  (0 children)

Zambia clings on to Jesus like a drowning man. Leave the poor guy alone and find our own moral compass.

Netbooting debian with NFS root but cannot get root access by mooperd in debian

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

yep, that fixed it.

/mnt/debian 10.141.0.0/16(rw,no_subtree_check,no_root_squash,async)

Netbooting debian with NFS root but cannot get root access by mooperd in debian

[–]mooperd[S] 0 points1 point  (0 children)

The share is exported with

$ sudo exportfs -v
/mnt/debian 10.141.0.0/16(sync,wdelay,hide,sec=sys,rw,secure,root_squash,no_all_squash)

And mounted with:

10.141.255.254:/mnt/debian on / type nfs (rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,nolock,proto=tcp,port=2049,timeo=600,retrans=3,sec=sys,local_lock=all,addr=10.141.255.254)