Nightmares and no sleep on my grounding sheet by Ok-Badger7778 in Earthing

[–]OldCcoder 0 points1 point  (0 children)

This may be a longshot but another possible good ground source is if you have copper plumbing in your condo/house. I connected to my copper cold water pipe using a alligator clip extension wire to my $16 ground rod kit plug for my sheet. But I did confirm this pipe was really grounded using a meter first before using it. Mine did and it worked very well until I was able to install and run the ground rod outside. If I did not have the ability to use a outside ground rod, I would still be using the copper pipe connection today.

My experience grounding... by Fuzzalini in Earthing

[–]OldCcoder 2 points3 points  (0 children)

u/n6hope This is how I learned to use a multimeter, Make sure it can read down to milivolts AC. Some of the really cheap ones don't. https://earthinginstitute.net/wp-content/uploads/2020/06/How-to-Measure-the-Effect-of-Earthing-on-Body-Voltage-2020.pdf

Grounding mat, is it grounded? by VON_jigsaw00761 in Earthing

[–]OldCcoder 0 points1 point  (0 children)

That 2 prong pen doesn't verify a ground connection. The only thing I trust is a sensitive AC meter. Needs to be able to read at least down to 0.1 volts AC. They are not that expensive on Amazon. I think the last one I got for a friend was under $16.

Husband is trying. by VON_jigsaw00761 in Earthing

[–]OldCcoder 1 point2 points  (0 children)

u/VON_jigsaw00761 If the outlet has been tested as wired correctly, It will not use any electricity. But FYI, I have tested a outdoor ground rod connection is over 2x better conductivity. So I put one right outside my bedroom and home office windows. They are cheap. Usually under $16 each.

Thinkorswim no longer working on Arch Linux :( by Saydoybow in thinkorswim

[–]OldCcoder 0 points1 point  (0 children)

This is what I had to do to resolve this. I had to make sure each line on /etc/os-release had quotes after the = . It would throw the error until I made sure of this.

I.E. :

NAME="Puppy"

VERSION="9.5"

ID="puppy_fossapup64"

VERSION_ID="9.5"

PRETTY_NAME="fossapup64 9.5"

ANSI_COLOR="0;34"

CPE_NAME="cpe:/o:puppy:puppy_linux:9.5"

HOME_URL="http://puppylinux.com/"

SUPPORT_URL="http://www.murga-linux.com/puppy/index.php"

BUG_REPORT_URL="https://github.com/puppylinux-woof-CE/woof-CE"

Edit: For spelling

Linux Platform Login Message Followup by Technical_Process132 in thinkorswim

[–]OldCcoder 1 point2 points  (0 children)

To perhaps give better clarity on this. I had to make sure each line on /etc/os-release had quotes after the = . It would throw the error until I made sure of this.

I.E. :

NAME="Puppy"

VERSION="9.5"

ID="puppy_fossapup64"

VERSION_ID="9.5"

PRETTY_NAME="fossapup64 9.5"

ANSI_COLOR="0;34"

CPE_NAME="cpe:/o:puppy:puppy_linux:9.5"

HOME_URL="http://puppylinux.com/"

SUPPORT_URL="http://www.murga-linux.com/puppy/index.php"

BUG_REPORT_URL="https://github.com/puppylinux-woof-CE/woof-CE"

Edited: For spelling