Containerize a Spring Boot application with Podman Desktop

FONT: https://developers.redhat.com/articles/2023/10/19/containerize-spring-boot-application-podman-desktop#running_the_containerized_application You are here Containerize a Spring Boot application with Podman Desktop October 19, 2023 Cedric Clyburn Related topics: ContainersJavaKubernetesSpring Boot Related products: Podman DesktopRed Hat Enterprise Linux Share: Spring and Spring Boot are developer favorites for building Java applications that run in the cloud. Spring is known for Saber més

Install Podman Desktop on Debian (without flatpak) March 27, 2024

FONT: https://aliefee.page/blog/post/install-podman-desktop-on-debian-without-flatpak#install-podman-desktop-on-debian-without-flatpak- Install Podman Desktop on Debian (without flatpak) March 27, 2024 Since there is no official Debian package for Podman Desktop, we need to download the official binary archive and install it manually, in case you don’t want to use Flatpak. This tutorial assumes: 1.Download Podman Desktop First, head Saber més

Containers in 2025: Docker vs. Podman for Modern Developers

FONT: https://www.linuxjournal.com/content/containers-2025-docker-vs-podman-modern-developers Containers in 2025: Docker vs. Podman for Modern Developers by George Whittaker on August 26, 2025 Introduction Container technology has matured rapidly, but in 2025, two tools still dominate conversations in developer communities: Docker and Podman. Both tools are built on OCI (Open Container Initiative) standards, meaning they Saber més

Virtual Desktop Infrastructure (VDI) — how it works and a step by step guide to create a VDI Linux server on cloud using RDP protocol

Idan Friedman 10 min read FONT: https://medium.com/@idan441/virtual-desktop-infrastructure-vdi-how-it-works-and-a-step-by-step-guide-to-create-a-vdi-linux-2afa9ee02171 Aug 1, 2022 Virtual Desktop Infrastructure or VDI in short, is the ability to connect remotely to another machines with a fully supported GUI and I/O devices. Probably you have heard long and complicated explanations about this before. In this 3 parts series Saber més

Liferay Portal

Instal·lació de Liferay Portal per a Intranet/Extranet amb WildFly, PostgreSQL i Debian 12 Aquesta guia detallada us ajudarà a configurar un entorn Liferay per a la vostra organització amb les característiques sol·licitades. 1. Requisits previs 1.1. Requisits del sistema 1.2. Paquets necessaris 2. Instal·lació de PostgreSQL 2.1. Configuració de la Saber més

Provant Jellyfin

Instal·lació i configuració de Jellyfin a Debian 12 Perfecte! T’explicaré pas a pas com instal·lar i configurar Jellyfin al teu servidor Debian 12. Jellyfin és una excel·lent alternativa de software lliure per crear el teu servidor multimèdia. 1. Preparació del sistema Primer, actualitza el sistema: 2. Instal·lació de Jellyfin Afegir Saber més

Step-By-Step Tutorial for Building a REST API in Java

https://dev.to/nikolay_stanchev/step-by-step-tutorial-for-building-a-rest-api-in-java-2fna Motivation Having seen many tutorials on how to build REST APIs in Java using various combinations of frameworks and libraries, I decided to build my own API using the software suite that I have the most experience with. In particular, I wanted to use: The problem I faced was Saber més