kristofer / Markdown 101

0 лайк(-ов)
0 форк(-ов)
2 файл(-ов)
Последняя активность 1738772301
Very basic Markdown

Markdown Cheat Sheet

Look down below for the source to this file.

Thanks for visiting The Markdown Guide!

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.

Basic Syntax

kristofer / Ganymede - Jupyter Notebook

0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 1737994083
run Java in a notebook

kristofer / Docker Paths in Terminal

0 лайк(-ов)
0 форк(-ов)
1 файл(-ов)
Последняя активность 1734363048
How to "fix" "docker: command not found"

PATH variable in zsh (or bash) has been bedeviling y'all. See https://zcw.guru/kristofer/path-intro

things like docker: command not found are most likely, if you have installed Docker Desktop, because you haven't added the bin directory where all the docker command line programs are. There are two primary places Docker Desktop keeps its binaries (those pesky programs.) Where those programs are is dependent on wheter you check the System or User radio button in the Advanced Settings UI of the docker app.

Yep. It even tells us where they are.