You are here |
blog.alexellis.io | ||
| | | |
inlets.dev
|
|
| | | | On Nov 1st, all images pulled from the Docker Hub will be subjected to severe limits, which will affect all Kubernetes users. Learn what solutions exist, and how how to prepare. | |
| | | |
actuated.dev
|
|
| | | | QEMU is a convenient way to publish containers for multiple architectures, but it can be incredibly slow. Native is much faster. | |
| | | |
techtldr.com
|
|
| | | | With popularity of Github and many other competing offerings, it's easy to overlook how simple it is to set up (unlimited) private repos on any network connected computer. For example, I run this blog on a cheap instance of Linode, where $5 a month get's you 20Gb SSD storage. But you don't have to pay [...] | |
| | | |
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= |