sudo apt-get install python3-pip
sudo pip3 install virtualenv
Install the required packages.
If you use npm
npm i firebase firebase-admin cookies js-cookie
If you use yarn
yarn add firebase firebase-admin cookies js-cookie
name: 'Artifacts Cleanup' | |
on: | |
schedule: | |
- cron: '0 1 * * *' # every night at 1 am UTC | |
workflow_dispatch: | |
jobs: | |
delete-artifacts: | |
runs-on: ubuntu-latest | |
steps: |
#!/usr/bin/env bash | |
# install docker | |
# https://docs.docker.com/engine/installation/linux/ubuntulinux/ | |
# install docker-compose | |
# https://docs.docker.com/compose/install/ | |
# install letsencrypt | |
# https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04 |
import gi | |
import time | |
from gi.repository import GObject, Gst | |
gi.require_version('Gst', '1.0') | |
Gst.init(None) | |
pipeline = Gst.Pipeline() | |
rpicamsrc = Gst.ElementFactory.make("rpicamsrc", "rpicam") |
This section applies to machines with Secure Boot, such as ThinkPad.