I hereby claim:
- I am thenaterhood on github.
- I am thenaterhood (https://keybase.io/thenaterhood) on keybase.
- I have a public key ASDeWYRBVt64gH846qU9MAZkoAtxrAwYQsjTMf4CdYG35Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Most embedded devices use a read-only root filesystem. This can make them more resilient to unexpected shutdowns that could otherwise cause data corruption. Depending on your application, you might consider your Pi to be an embedded system. This can also help with some issues that can come from SD card unreliability.
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 and password: (ArchLinux Arm: alarm, alarm, Raspbian: pi, raspberry)
nano /etc/ssh/sshd_config
[Unit] | |
Description=Teleirc Telegram to IRC bridge bot | |
After=network.target | |
[Service] | |
User=teleirc | |
WorkingDirectory=/var/lib/teleirc | |
ExecStart=/usr/bin/node teleirc.js | |
Restart=always |
[Unit] | |
Description=Ubooquity | |
After=network.target | |
[Service] | |
User=ubooquity | |
WorkingDirectory=/var/lib/ubooquity | |
ExecStart=/usr/bin/java -jar Ubooquity.jar -headless -webadmin | |
Restart=always |
echo " $(echo "scale=6; 100*`git log --pretty=oneline --abbrev-commit | grep 'typo\|semicolon\|spelling\|forgotten\|debug' | wc -l`/`git log --pretty=oneline --abbrev-commit | wc -l`" | bc ) %" |
#!/bin/bash | |
# | |
# Author: | |
# Nate Levesque <[email protected]> | |
# Language: | |
# Shell | |
# Description: | |
# Compiles the SE Activity journals into one file | |
# | |
# Usage: |