Skip to content

Instantly share code, notes, and snippets.

Verifying that I control the following Nostr public key: npub1qjgcmlpkeyl8mdkvp4s0xls4ytcux6my606tgfx9xttut907h0zs76lgjw

Keybase proof

I hereby claim:

  • I am thesimplekid on github.
  • I am thesimplekid (https://keybase.io/thesimplekid) on keybase.
  • I have a public key whose fingerprint is 4600 F3AF CF24 258D 43B2 4976 222D 2350 F2D4 87BF

To claim this, I am signing this object:

docker system prune
docker container ls -a
docker container prune
docker volume prune && docker container prune && docker image prune -a && docker system prune --volumes
docker image prune -a
docker image prune -a && docker system prune --volumes
docker stop flask nginx mysql mysql_admin && docker volume prune && docker container prune && docker image prune -a && docker system prune --volumes && docker-compose up -d
@thesimplekid
thesimplekid / installingKer
Last active October 11, 2020 22:58
python kernals
create Pipenv
run:
pipenv install ipykernel
then:
python -m ipykernel install --user --name <whatevername>
then: