Explore >> Select a destination


You are here

janakiev.com
| | 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...
| | 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/
| | www.f4fxl.org
2.6 parsecs away

Travel
| | In my mobile setup, I want to run a Direwolf instance with two ports (VHF and HF) on an Orange Pi Zero. APRSDroid is used to monitor both ports and send...
| | thomascfoulds.com
13.6 parsecs away

Travel
| With the most recent round of updates we need to make a small change to the Isso configuration to manage a change made in the Debian package.