NocoDB DB Management System
| |

NocoDB DB Management System

NocoDB is a schemaless, open-source, and document-oriented database management system that is designed to provide high performance, scalability, and ease of use. It supports a wide range of data types, provides a powerful query language, and offers useful features such as replication and sharding. NocoDB is highly flexible and can easily handle large amounts of data, making it a great choice for web-based applications that require a scalable and easy-to-use database management system.

Wireguard VPN Server in Docker
|

Wireguard VPN Server in Docker

WireGuard VPN is a newer protocol that offers faster speeds, better security, simpler configuration, and improved battery life compared to OpenVPN. It uses modern cryptographic techniques, which makes it more secure and efficient. However, it may not be as widely supported as OpenVPN by VPN providers and clients. This post shows you how to host your own in docker in under 10 minutes!

How to install NextCloud via Docker
|

How to install NextCloud via Docker

Nextcloud is an open-source platform for file-sharing and collaboration services. It provides a self-hosted and secure environment for managing files, calendars, contacts, tasks, and collaborating on documents. With Nextcloud, users can have control over their data and avoid relying on third-party cloud services. It offers strong security and privacy features, such as end-to-end encryption and two-factor authentication. Nextcloud is highly customizable with plugins and integrations and can be used for personal or enterprise-level collaboration.

Ed25519 ssh keys
| |

Ed25519 ssh keys

What are Ed25519 ssh keys? Ed25519 SSH keys are a type of public-key cryptography used for secure communication over a network. They are based on the Ed25519 elliptic curve algorithm, which is a variant of the elliptic curve algorithm used for digital signatures. The Ed25519 algorithm was designed to be faster and more secure than…