Explore >> Select a destination


You are here

mjanja.ch
| | anilwadghule.com
2.3 parsecs away

Travel
| | 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=
| | blog.bitexpert.de
0.8 parsecs away

Travel
| | Setting up cron jobs for Magento on Debian 12 now requires configuring a systemd service instead of the cron package. This blog post explains how to do this in detail.
| | alecbcs.com
2.3 parsecs away

Travel
| | This past weekend I taught my laptop to wake up in the middle of the night and create a backup of itself. This is something I've always wanted to do but until recently I didn't think it was possible in Linux. Turns out it's not only possible but actually pretty easy to setup. Why Create Automatic Backups? In short, because we humans are notoriously bad at being consistent. Ever try to start a workout routine on January 1?
| | blog.chand1012.dev
15.7 parsecs away

Travel
| In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app.