I hereby claim:
- I am s1lvester on github.
- I am s1lvester (https://keybase.io/s1lvester) on keybase.
- I have a public key whose fingerprint is 79C9 1825 D17F 7C50 8C94 7B90 B532 5C6A 27EF 7C41
To claim this, I am signing this object:
#!/usr/bin/env python | |
""" | |
jolla-photoupload | |
@license: MIT Licence | |
@contact: [email protected] | |
""" | |
import pyinotify |
I hereby claim:
To claim this, I am signing this object:
Date: 2016-10-04 Version: 1.2
Author: [email protected]
This is my short documentation on how to install RancherOS on FreeNAS.
Versions used:
- RancherOS v.0.6.1
Date: 2016-10-04 Version: 1
Author: [email protected]
I just installed RancherOS on my FreeNAS-Machine See this gist. Afterwards this is a small writeup on what I did next.
See Quick Start Guide in the Rancher docs.
As one can guess, just some write-along on things I learned and used while trying to get along with docker. If anything is grossly wrong - feel free to correct me. Markus.
# for containers
docker rm $(docker ps -aq)
# for images
docker rmi $(docker images --filter dangling=true --quiet)
##Read-only FS on Arch Linux ARM
Unlike your typical computer where you usually shutdown properly, I cannot rely on this during the use of my Raspberry Pi. If the Raspberry Pi is improperly shutdown too many times, data corruption in the file system leading to unbootable SD card may result. So we should use a read-only file system.
Full instructions and explanations are obtained from this link but you can run these commands directly. I modified some of the instructions for personal convenience.
Login with default username: alarm, password: alarm
#Optionally enable root over SSH. The rest of these instructions assume u are in root.