This recipe lets you run Docker within Docker.
Author: grant
Five Components Of Unbreakable Happiness
- Courage.
- Connection.
- Creativity.
- Compassion.
- Comfort.
It is possible now.
(DIY+Make) Build amazing projects from PVC pipe
FORMUFIT seems to provide everything that you need to build useful and pleasant PVC pipe based projects conveniently and at reasonable price. Something that I couldn’t figure out how to do using off-the-shelf stuff at the hardware store.
(UNIX) V7/x86 – x86 port of UNIX V7
You might have first used UNIX a long ago but if you haven’t then here is x86 port to try it for the first time pretty easily on a virtual machine.
Start exploring using commands cat ~cd
ed
diff
egrep
file
pwd
size
.
cd /etc
pwd
file passwd
cat passwd
UNIX’ers: how do I use less
or more
to preview a file?
(Emacs+Org-Mode) Why Not Bind `delete-forward-char'?
Thank you Greg for the big correction here
… The documentation for delete-char
suggests that delete-forward-char
ought to be used for interactive use instead of delete-char
(global-set-key (kbd "C-d") #'delete-forward-char)
Find All Locations Of A Binary Using `type’ not `which’
I can’t find the git
2.10 binary so I run
which git
/usr/local/bin/git
Excellent, found it.
And then I check it’s version to verify I am looking at the right version
/usr/local/bin/git –version
git version 2.21.0
Oops that isn’t what I wanted.
There must be another git
getting loaded earlier in the search path.
Here is how to find out where all copies of git
live
type -a git
git is /usr/local/bin/git git is /usr/local/bin/git git is /usr/bin/git
Look for the right git
at version 2.10
/usr/local/bin/git –version
/usr/bin/git –version
git version 2.21.0 git version 2.14.3 (Apple Git-98)
I want the second one.
That is how to track down the location of a binary file on macOS that appears multiple times in the search path.
Kenwood TS-590SG & SDRPlay Panadapter Setup
Nice video about setting one up.
Learned that it is pretty easy. Just need the transceiver, sdr, and laptop.
(PDF) Re-OCR A PDF Using PDFPenPro
Sometimes I want to recreate the OCR layer in a PDF using PDFPenPro but the menu item is greyed out.
Here is how force a re-scan:
- Hold down COMMAND+OPTION
- And then click Edit → OCR Document
If you open the menu first like I did, then the menu item remains greyed out, oops 😮😢.
PDFPenPro is in the top five list of best software that I’ve ever used. Check it out.
Use Pain As A Source For Growth
All of us are in need of healing. How can we meet life’s painful challenges and learn to use our pain as a source of ongoing healing? To do so, we need proper preparation. The science of yoga is a profound system of holistic health designed to help us heal and empower ourselves.
More here.
(Happiness) Three Good Friends: Belly Breathing, Abdominal Lifts, Nasal Wash
Three Good Friends: Belly Breathing, Abdominal Lifts, Nasal Wash.
Simple and powerful.
More details here.