Skip to content

Instantly share code, notes, and snippets.

View kbressem's full-sized avatar
💭
🐢

Keno kbressem

💭
🐢
View GitHub Profile
@kbressem
kbressem / resample_mri.ipynb
Last active September 22, 2021 14:15
Resample multiple MRI sequences of the kaggle MICCAI challenge to axial view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kbressem
kbressem / free-root-space
Created September 20, 2021 08:56
Free up disk-space on `/root`
#!/bin/bash
# This script will free up space in /root partition
# run script as root
# show free disk space
echo "Available disk space"
df -Th | grep -v fs
apt get update
apt get upgrade