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.
Category: Linux
Appwrite Backend-as-a-service (BaaS)
Appwrite is an open-source backend-as-a-service (BaaS) platform that simplifies the development process for web and mobile applications by providing pre-built tools and services for server-side logic, data storage, and authentication. BaaS platforms like Appwrite can speed up development, improve scalability, enhance security, and reduce costs for developers.
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!
Install & use Doxygen via Docker
Doxygen is a documentation generator that extracts comments from source code and generates documentation in various formats. This post shows how to use it in 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
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… Continue reading Ed25519 ssh keys