Explore >> Select a destination


You are here

www.e4developer.com
| | selfhostedheaven.com
8.6 parsecs away

Travel
| | Without even knowing it, you probably know a lot. The problem is: there are also a lot of things that get lost in the brain. Goo thing we have stuff like a calendar or a list of contacts, so we don't have to think about it anymore, but what do we do with all the other stuff? Bookstack is one tool that can help you get information organized with a nice shelve-book-page structure.
| | blog.nuculabs.de
9.7 parsecs away

Travel
| | Hello everyone! ?? In this blog post we're exploring the option of self hosting Anubis. Anubis is a software that defends and protects your services from AI Scrapers and LLMs. Since AI started to get popular more and more scrappers started appearing. They grab your data in order to use it to train their AIs while ignoring any rules such as robots.txt, licenses and intellectual property laws. Meta even torrented 82TB of books to train their AI.
| | www.bitovi.com
7.2 parsecs away

Travel
| | Is your app Cloud ready? Containerize your JavaScript/Node.js API with Docker create a consistent experience for everyone and everywhere your app runs.
| | negativesign.com
37.4 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...