|
You are here |
vadosware.io | ||
| | | | |
anilwadghule.com
|
|
| | | | | Add following files [Unit] Description=Upload Janus recordings to AWS S3 After=network.target [Service] Type=oneshot User=ubuntu WorkingDirectory=/home/ubuntu/janus_recordings ExecStart=/bin/bash /usr/local/bin/upload_videos [Install] WantedBy=multi-user.target [Unit] Description=Janus S3 Upload timer [Timer] OnCalendar=*:0/1 OnBootSec=5min [Install] WantedBy= | |
| | | | |
shibumi.dev
|
|
| | | | | How to monitor systemd services with mails or how to send an email with systemd service logs | |
| | | | |
negativesign.com
|
|
| | | | | In my previous post I talked about how to build some Docker containers to run a deep learning-focused1 JupyterHub instance. It's nice for several reasons if the JupyterHub server brings itself up when the system starts. Here's how to do that-an adaptation of this Stack Overflow post. Create a file at /etc/systemd/system/docker-jupyterhub.service and put the following text into the file. [Unit] Description=JupyterHub container Requires=docker.service After=docker.service [Service] Restart=always ExecStart... | |
| | | | |
9elements.com
|
|
| | | We all need more SSL! But installing SSL certificates is a big PITA.Let's Encryptis a new certificate authority (CA) offering free and automated SSL/TLS certificates. Certificates issued by Let's Encrypt are trusted by most browsers in production... | ||