/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

janakiev.com
| | blog.orhun.dev
1.8 parsecs away

Travel
| | FOSS Linux Programming
| | rolisz.ro
1.0 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/
| | negativesign.com
2.1 parsecs away

Travel
| | 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...
| | adol.pw
16.0 parsecs away

Travel
| [AI summary] The blog post discusses the use of Let's Encrypt for obtaining free, reliable SSL certificates to secure websites, detailing the setup process, command-line usage, and renewal procedures.