nabeards.com

nabeards (36)

I'm nabeards. I'm a full stack JavaScript developer. I travel full time, a.k.a., Professional Wanderer, a.k.a., Digital Nomad.

Visit website

Hide object keys when console.log-ging in JavaScript

When doing a console.log on an object, you can overwrite the inspect prototype key to hide anything you don’t want…

  • More

Moving a Presearch Node to Another Server

In order to move your Presearch node to a new server, and retain any grandfathered status and node stats, you…

  • More

Backup Presearch Node Security Keys

You’ve had your nodes up and running since before the new 2000 PRE minimum stake. Or you want to be…

  • More

Parallel SSH / PSSH: Manage Multiple Presearch Nodes at Once

OK, so you wanna run multiple Presearch nodes. Let’s see how we can make it a bit easier. Sometimes, you…

  • More

Git search for filename across all branches

git log --all --name-only --pretty=format:%H -- {glob} example: git log --all --name-only --pretty=format:%H -- index*

  • More

Disable macOS reopen all windows on restart from the cli

defaults write com.apple.loginwindow TALLogoutSavesState -bool false

  • More

Docker error on CentOS with `noexec` `/tmp`

Error you get running docker: docker-compose: error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation…

  • More

bash error "-bash: complete: nosort: invalid option name"

For me, this was due to an incompatible version of complete being used with the WireGuard wg and wg-quick commands…

  • More

Calculate MD5 or SHA256 file checksum  from macOS cli

brew install coreutils md5sum ${filename} or sha256sum ${filename}

  • More

Send HTML email from macOS Safari via Mail app

Create the HTML email Open it in Safari and make sure it looks good Go to the Share button and…

  • More
Older Posts Newer Posts Page 2 of 4

Menu

  • Home
  • Presearch
  • Tech Notes

© nabeards