Skip to content

Instantly share code, notes, and snippets.

View guillemc23's full-sized avatar
🤓
Copying and pasting from Stack Overflow

guillemc23

🤓
Copying and pasting from Stack Overflow
  • PooPals Inc. @poopals
  • A Coruña, Spain
View GitHub Profile
@ubergesundheit
ubergesundheit / readme.md
Last active January 8, 2026 18:26
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:

@filipelenfers
filipelenfers / installJdkTarGzUbuntu.sh
Last active January 9, 2026 09:45
Install JDK from tar.gz Ubuntu
#Login as root
sudo su
#create jdk directory
mkdir /opt/jdk
#uncompress, change to your file name
tar -zxf jdk-8u5-linux-x64.tar.gz -C /opt/jdk
#check if files are there