Skip to content

Instantly share code, notes, and snippets.

View jschpp's full-sized avatar

Johannes Schöpp jschpp

View GitHub Profile
13:41:29|00:00:00|00:00:00.000| Initialization
13:41:29|00:00:00|00:00:00.010| - Host operating system version: '10.0.17763'
13:41:29|00:00:00|00:00:00.018| - Creating new lab definition with name 'Education'
13:41:29|00:00:00|00:00:00.037| - Location of lab definition files will be 'D:\PROJEKTE\Labs\BreakingSetup'
13:41:29|00:00:00|00:00:00.123| - Location of LabSources folder is 'D:\LabSources'
13:41:29|00:00:00|00:00:00.000| - Auto-adding ISO files
13:41:29|00:00:00|00:00:00.038| - found 15 OS images in the cache
13:41:30|00:00:00|00:00:00.253| - Added 'D:\LabSources\ISOs\SW_DVD9_Win_Pro_Ent_Edu_N_10_1809_64-bit_English_MLF_X21-96501.ISO'
13:41:30|00:00:00|00:00:00.267| - Added 'D:\LabSources\ISOs\SW_DVD9_Win_Server_STD_CORE_2019_64Bit_English_DC_STD_MLF_X21-96581.ISO'
13:41:30|00:00:00|00:00:00.281| - Done
@jschpp
jschpp / Dockerfile
Last active February 22, 2021 22:32
.Net + Powershell + Jupyter = ❤️
FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster
RUN apt-get update && apt-get install python3 python3-pip -y
RUN pip3 install jupyterlab
RUN dotnet tool install -g --add-source "https://dotnet.myget.org/F/dotnet-try/api/v3/index.json" Microsoft.dotnet-interactive
ENV PATH="/root/.dotnet/tools:${PATH}"
RUN dotnet interactive jupyter install

Keybase proof

I hereby claim:

  • I am jschpp on github.
  • I am jschpp (https://keybase.io/jschpp) on keybase.
  • I have a public key ASAgXMbfh_iSVS7IhdTupIdPURUMYJJw7KdjxYR0e8y0nAo

To claim this, I am signing this object:

@jschpp
jschpp / dovecot.conf
Created April 6, 2023 13:30
my dovecot conf
# 2.3.19.1 (9b53102964): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.19 (4eae2f79)
# OS: OpenBSD 7.2 amd64
# Hostname: mx.jschpp.de
first_valid_uid = 1000
mail_debug = yes
mail_location = maildir:~/Maildir
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date index ihave duplicate mime foreverypart extracttext imapsieve vnd.dovecot.imapsieve
mbox_write_locks = fcntl