Explore >> Select a destination


You are here

janakiev.com
| | www.f4fxl.org
2.7 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...
| | negativesign.com
2.2 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...
| | blog.orhun.dev
1.8 parsecs away

Travel
| | FOSS ? Linux ? Programming
| | blog.tst.sh
12.7 parsecs away

Travel
| The motivation behind this project was that I needed a very simple way for me and my friends to securely put files on my server for the various projects we use it for and the insane gigabit download speeds. Previously we just used rsync, a Linux command line utility that