Provider | RAM | Cores | Storage | Transfer |
---|---|---|---|---|
LightSail | 512MB | 1 | 20GB SSD | 1TB |
DO | 512MB | 1 | 20GB SSD | 1TB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/opt/bin/perl | |
use warnings; | |
use strict; | |
# Copyright (c) 2013 Jon Nall, STUNTAZ!!! All rights reserved. | |
# | |
# This script is intended to be run on a Synology NAS. It attempts | |
# to determine the external IP where the NAS is connected and then | |
# checks to see if it needs to update a DNS record. The server is | |
# updated if any of these are true: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am sschueller on github. | |
* I am sschueller (https://keybase.io/sschueller) on keybase. | |
* I have a public key whose fingerprint is BBDD AE06 FA76 BC16 E4EB 9DB2 E35E 056D 4AFA E801 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-08-03 04:25:24,115 - octoprint.server.heartbeat - INFO - Server heartbeat <3 | |
2020-08-03 04:25:45,905 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 29722} | |
2020-08-03 04:40:24,118 - octoprint.server.heartbeat - INFO - Server heartbeat <3 | |
2020-08-03 04:40:45,629 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 30622} | |
2020-08-03 04:55:24,122 - octoprint.server.heartbeat - INFO - Server heartbeat <3 | |
2020-08-03 04:55:46,110 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 31522} | |
2020-08-03 05:10:24,126 - octoprint.server.heartbeat - INFO - Server heartbeat <3 | |
2020-08-03 05:10:45,562 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 32422} | |
2020-08-03 05:25:24,129 - octoprint.server.heartbeat - INFO - Server heartbeat <3 | |
2020-08-03 05:25:45,669 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptim |
The following steps should get you running with a decent performing cool-retro-term like in this video: https://www.youtube.com/watch?v=NVUPV3yJv04 . Thanks to @sirspudd for all the work.
- Install Arch Linux following https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3 (Do not use "AArch64" version or it will not work)
- Add repo
cat <<EOF >> /etc/pacman.conf
[qpi]