EDDYMENS

Published 9 months ago

Docker Image Created From Container Is Missing Changes (fix)

Let's say you commit a Docker container to an image, but then whenever you run that image it's missing some of the changes from the container. Chances are the container has ...

Published 11 months ago

How To Display HTML Syntax In Markdown

If you want to display and not render HTML syntax in your Markdown like this you have two options: You can type out the HTML you would like to display in an o...

Published 11 months ago

How To Compile Rust Code For Multiple Platforms

In this tutorial, we will look at how to compile your Rust source code to binaries that run on the Windows, Linux, and macOS operating systems. Note: This setup requires having a GitH...

Published a year ago

GIT: List Files With Merge Conflicts

Use the command below to list the path to all files with merge conflicts ...

Published a year ago

What Is A Library

Published a year ago

Get The Metadata Header From A Markdown File Using PHP

In this short write-up I have put together PHP code that reads a markdown file, extracts its YAML-based meta header, allows you to modify it then updates the original markdown file with the changes. ...