This way a Python daemon can be installed on Rasbian, Ubuntu or similar systems using systemd.
Installing:
sudo cp hello.service /lib/systemd/system/hello.service
sudo systemctl daemon-reload
sudo systemctl enable hello.service
| #!/bin/bash | |
| # ================================================================= | |
| # Stream configuration file for Raspberry Pi Camera | |
| # | |
| # @author Russell Feldhausen ([email protected]) | |
| # @version 2019-06-05 | |
| # | |
| # This set of commands should allow you to stream video from your | |
| # Raspberry Pi Camera to Twitch and Youtube (and possibly other | 
| # Author: Kyle Kastner | |
| # License: BSD 3-Clause | |
| # Implementing http://mnemstudio.org/path-finding-q-learning-tutorial.htm | |
| # Q-learning formula from http://sarvagyavaish.github.io/FlappyBirdRL/ | |
| # Visualization based on code from Gael Varoquaux [email protected] | |
| # http://scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html | |
| import numpy as np | |
| import matplotlib.pyplot as plt | |
| from matplotlib.collections import LineCollection | 
| #Insall Ajenti | |
| apt-get update | |
| wget http://repo.ajenti.org/debian/key -O- | apt-key add - | |
| echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list | |
| apt-get update | |
| apt-get install ajenti | |
| service ajenti restart | |
| # Uninstall Apache2 | |
| sudo apt-get autoremove && sudo apt-get remove apache2* | 
| <?php | |
| /** | |
| * File: SimpleImage.php | |
| * Author: Simon Jarvis | |
| * Modified by: Miguel Fermín | |
| * Based in: http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php | |
| * | |
| * This program is free software; you can redistribute it and/or | |
| * modify it under the terms of the GNU General Public License | |
| * as published by the Free Software Foundation; either version 2 |