/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.mathieupassenaud.fr
| | gist.github.com
3.4 parsecs away

Travel
| | Script which access the Jamf Pro API and uses provided API client authentication to obtain and verify bearer tokens - jamf_pro_api_client_token_management.sh
| | rolisz.ro
2.9 parsecs away

Travel
| | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/
| | anilwadghule.com
3.0 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=
| | mherman.org
20.9 parsecs away

Travel
| Here we look at how to add user authentication to Angular using JSON Web Tokens (JWTs).