I hereby claim:
- I am criztovyl on github.
- I am criztovyl (https://keybase.io/criztovyl) on keybase.
- I have a public key ASADhzoMtiunuWZBZVoaKTbFieHJSTC3TZDR6lcDBcuFLAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Utility to firefox_decrypt.py | |
# Copyright (C) 2016 Christoph criztovyl Schulz | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
<?php | |
// Config | |
// Der Server auf dem dein Uberspace läuft | |
$server = ''; | |
// Dein Nutzername | |
$username = ''; | |
// Für aufgeschaltete Domains |
$ gdb --args python3 ~/.local/opt/firefox_decrypt/firefox_decrypt.py -vvv | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: |
commit 15375f08900f69ae9c8074c3be57182ea676fb81 | |
Author: joham97 <[email protected]> | |
Date: Mon Jun 26 23:17:39 2017 +0200 | |
Anmeldebogen Funktionalität | |
WICHTIG: Ich musste die Anmeldebogen Depencency mit Travis neu builden. Ich wusste nicht wie ich die Version auf 0.1.1 stelle. Dementsprechend muss einmal die Dependency lokal neu herruntergeladen werden. Sorry ging nicht anders. | |
diff --git a/src/main/java/de/atiw/sportfest/backend/resource/KlasseResource.java b/src/main/java/de/atiw/sportfest/backend/resource/KlasseResource.java | |
index 0c53659..4fd9e3e 100644 |
#!/usr/bin/env bash | |
# GoKoKo - libgourou kobo koreader | |
# use libgourou to download epub via ACSM (e.g. from Kobo) and remove Adobe Adept DRM | |
# to allow reading in your eBook reader app of choice (e.g. KOReader), independent of whether it supports DRM. | |
sel=$1 | |
if [ ! -f $sel ]; then | |
echo >&2 non such file $sel | |
exit 1 |
parted /dev/sda | |
--> resizepart | |
cryptsetup resize /dev/mapper/*_crypt | |
pvresize /dev/mapper/*_crypt | |
lvresize /dev/$HOSTNAME-vg/root -l +100%FREE -r |