Articles


How to install Filebrowser as a service using www-data as the user on a Raspberry Pi

Install & testing First we have to set up some folders and download and install filebrowser (change the ip address to that of your rpi and a port of your choosing): cd /opt sudo mkdir filebrowser cd filebrowser curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash sudo filebrowser -r /opt/filebrowser -a 192.168.0.10   more »

How to run a python script as a service / in background / as a daemon

So you've written a killer python script and you want to run it in the background as a service because when you close the terminal window/SSH session it kills it. I originally worked it out when I wrote my Twitterbot app, and was going to write it up seperately then but it took me so long to get it running in the background and I tried so may   more »

Subscribe to newsletter

Search Posts

Back to top