Aug 18, 2025 · 1 min read · Bash command: docker run -d ^ --name webtop-xfce ^ -e PUID=1000 ^ -e PGID=1000 ^ -e TZ=Etc/UTC ^ -p 3000:3000 ^ --shm-size=1gb ^ lscr.io/linuxserver/webtop:latest Powershell command: docker run -d ` --name webtop-xfce ` -e PUID=1000 ` -e PGID=1000 `...
Join discussionJan 28, 2025 · 2 min read · This blog provides a comprehensive guide to setting up Alpine Linux on QEMU with persistent storage and SSH access. Dependencies Alpine Linux ISO QEMU Getting Started 1. Create a Virtual Disk To enable persistent storage, create a virtual hard di...
Join discussionAug 10, 2024 · 2 min read · Alpine Linux é uma distribuição Linux conhecida por sua leveza, segurança e simplicidade. Desenvolvido inicialmente para ser uma distribuição mínima para routers, o Alpine ganhou popularidade devido à sua eficiência em ambientes como containers Docke...
Join discussionApr 16, 2024 · 3 min read · The OG script in bash If you saw my post "NanoPi Uptime Kuma Setup: A Quick Guide" then you might remember the update script at the end. It was semi-purpose written just for that project to make things easier to update, without getting into something...
Join discussion
Feb 28, 2024 · 7 min read · In this post, we're going to go through the steps to install and configure PostgreSQL on Alpine Linux 3.19. Table of Contents Installing PostgreSQL on Alpine Linux Setting Up PostgreSQL Initializing the Database Cluster Configuring PostgreSQL for...
HAbdelmadjid commentedAug 5, 2023 · 2 min read · Alpine Linux es una distribución de Linux ligera y orientada a la seguridad que se basa en musl libc y BusyBox. A diferencia de muchas otras distribuciones, Alpine Linux está diseñada para ser minimalista y eficiente, lo que la convierte en una excel...
Join discussion