Skip to content

Instantly share code, notes, and snippets.

@kraeml
kraeml / Exkurs Festplatten Dateisysteme.ipynb
Created March 12, 2018 21:49 — forked from anonymous/Exkurs Festplatten Dateisysteme.ipynb
rdf/ais/hands-on-lxc/Exkurs Festplatten Dateisysteme.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kraeml
kraeml / Net-Lab.ipynb
Last active March 7, 2018 11:09 — forked from anonymous/Net-Lab.ipynb
rdf/itec/Net-Lab.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kraeml
kraeml / RK Test remote jupyter.ipynb
Created February 1, 2018 14:56
rdf/ais/remote jupyter/RK Test remote jupyter.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kraeml
kraeml / nb_remove_output.py
Created March 26, 2017 07:27 — forked from laurentperrinet/nb_remove_output.py
Remove output from Jupyter notebook from the command line
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Remove output from existing Jupyter Notebooks.
Modified from remove_output by Minrk, damianavila, gabraganca.
References:
[0]: https://github.com/jupyter/nbformat
[1]: http://nbformat.readthedocs.org/en/latest/index.html
[2]: http://blog.jupyter.org/2015/04/15/the-big-split/
@kraeml
kraeml / rPi3-php7-setup.sh
Created January 29, 2017 20:22 — forked from Lewiscowles1986/rPi3-php7-setup.sh
Raspberry Pi PHP7, Nginx 1.9 Installer
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi
echo "deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi" > /etc/apt/sources.list.d/stretch.list
echo "APT::Default-Release \"jessie\";" > /etc/apt/apt.conf.d/99-default-release