Skip to content

Instantly share code, notes, and snippets.

View benmi3's full-sized avatar
💭
Doing my best!

Benjamin Jørgensen benmi3

💭
Doing my best!
View GitHub Profile
@benmi3
benmi3 / readme.md
Created August 14, 2024 04:29 — forked from ubergesundheit/readme.md
systemd traefik.service

systemd Service Unit for Traefik

Adapted from caddy systemd Service Unit

The provided file should work with systemd version 219 or later. It might work with earlier versions. The easiest way to check your systemd version is to run systemctl --version.

Instructions

We will assume the following:

@benmi3
benmi3 / vim_tips.md
Created April 19, 2023 11:53 — forked from Starraider/vim_tips.md
Tips & Tricks for Vim/NeoVim

Tips & Tricks for Vim/NeoVim

Keyboard Shortcuts

Be aware the following shortcuts are only working, if you have the plugins installed mentioned below.

In Command Mode:

:w              Save file

:w filename Save file under new filename