How-To Remote SSH to OMV6 via Visual Studio Code 💡issue: Failed to connect to the remote extension host server (Error: WebSocket close with status code 1006) Log on your OpenMediaVault using SSH set: AllowTcpForwarding yes in /etc/ssh/sshd_ Pavel D. 8 Jan 2023 · 1 min read
docker Linux Desktop inside a Container in the Browser Have you ever thought about running a Linux desktop inside of a container?LinuxServer.io introduced this concept of Webtop, which is a Lightweight Linux-based container with a Full Desktop Pavel D. 23 Jan 2022 · 2 min read
docker How to Install Docker and Docker Compose Install Docker sudo apt-get update sudo apt-get install apt-transport-https ca-certificates curl gnupg lsb-release -y curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/ Pavel D. 19 Jan 2022 · 1 min read