Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –AllDisable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All| # !/bin/bash | |
| function windir() { | |
| echo "/mnt/$1" | sed -e 's/\\\\/\//g' -e 's/\b\(.\):/\L\1/g' | |
| } |
I screwed up using git ("git checkout --" on the wrong file) and managed to delete the code I had just written... but it was still running in a process in a docker container. Here's how I got it back, using https://pypi.python.org/pypi/pyrasite/ and https://pypi.python.org/pypi/uncompyle6
apt-get update && apt-get install gdb
Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate
| this is a test |