|
You are here |
sylvaindurand.org | ||
| | | | |
www.jimmielightner.com
|
|
| | | | | [AI summary] The author explains how to set up systemd user timers to run a script for updating blocklists, emphasizing the need for both a service and timer unit file. | |
| | | | |
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= | |
| | | | |
golb.hplar.ch
|
|
| | | | | [AI summary] The article explains how to set up a backup system using Amazon S3 for a self-hosted Gitea server, including creating a bucket, configuring lifecycle rules, setting up IAM policies, and automating backups with a script and systemd timer. | |
| | | | |
blogops.mixinet.net
|
|
| | | This entry explains how I have configured a linux bridge, dnsmasq and iptables to be able to run and communicate different virtualization systems and containers on laptops running Debian GNU/Linux. I've used different variations of this setup for a long time with VirtualBox and KVM for the Virtual Machines and Linux-VServer, OpenVZ, LXC and lately Docker or Podman for the Containers. Required packagesI'm running Debian Sid with systemd and network-manager to configure the WiFi and Ethernet interfaces, bu... | ||