Skip to content

Instantly share code, notes, and snippets.

View Cube707's full-sized avatar

Jan Wille Cube707

View GitHub Profile
@Cube707
Cube707 / install-docker.md
Last active October 4, 2023 09:14
How to install native docker on windows

Why?

You can of course just install Docker Desktop, but there are situation where you don't want / can't use it.

So its good to know that you actually don't need to and can isntead intall only the docker binaries. The only drawback is that it only allows you to use Windows images with now option to switch to linux based images.

Note!

The following assuemes that you are working in a PowerShell terminal sesstion with administrative rights.

Prerequisits

@Cube707
Cube707 / cheatsheet.md
Last active April 19, 2024 23:15
GiHub Markdown cheatsheet

A GitHub Markdown Cheatsheet

This show usable Markdown features on GitHub as a side by side comparison. This focuses on Markdown files, while most of also works in comments etc., there are some differences, so keep that in mind.

Table of Contents

Headings
Line Breaks
Inline text formatting
Links

@Cube707
Cube707 / keepass.php
Last active July 28, 2022 13:00
a PHP endpoint to handle KeePass files over https
<?php
/**
* KeePass HTTP Handler
*
* Allows you to use KeePass https://keepass.info/ and
* derivations thereof (keepass2android, etc.)
* with databases on your remote server over HTTP(S).
*
* Theoretically optional, but I recomend you configure BasicAuth on your web server and add a user for yourself.