This manual describes how to setup a Raspberry Pi with a little bit of sane default configs.
This is a revamped version of this gist, this time focusing on the setup of the Pi only.
This manual describes how to setup a Raspberry Pi with a little bit of sane default configs.
This is a revamped version of this gist, this time focusing on the setup of the Pi only.
Below is a simple nginx configuration file enabling client certificate authentication, i.e. the user/client has to present a certificate in order to get access.
It is the result of a small proof of concept solution for the following task:
This is how I convert and adjust the audio files for the kid's audio player (e.g. hörbert or custom-made). For such kind of audio player, certain adjustments make sense, e.g. convert to mono and normalise (i.e. adjust gain).
Tip
There is a new and up-to-date version of this gist (with focus on the Raspi setup part): https://gist.github.com/ronau/462731589c44f91bb4a3b7d30d277ecf
This manual describes how to setup a Raspberry Pi 3 with nginx, PHP 7.0, MariaDB and use it as a Nextcloud server. Strong TLS encryption with Let's Encrypt certificates is also used. Of course, Owncloud can be used instead of Nextcloud. As of February 2017, the installation instructions are basically the same.
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"/> | |
<title>Cleanup files shared on Slack</title> | |
<style type="text/css"> | |
body { | |
font-family: Arial, sans-serif; | |
max-width: 50em; |