this post was submitted on 20 Aug 2024
36 points (97.4% liked)

Linux

4924 readers
100 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

A web accessible Virtual Machine powered by Docker, Debian, and noVNC. Webbian allows you to execute a single docker run command to get an entire linux system with a web interface.

top 3 comments
sorted by: hot top controversial new old
[–] v9CYKjLeia10dZpz88iU@programming.dev 6 points 3 weeks ago* (last edited 3 weeks ago)

These are great, I’ve been using the accetto firefox images for several years. I was surprised recently when I purchased a $5 VPS and was able to use it without performance issues. I actually like using TigerVNC more with it than NoVNC because the quality is usually better, and it just seems to work better in full screen. Though, NoVNC lets you setup a machine then easily send it to someone to continue or collaborate.

There’s also neko and some other related projects that aren’t completely the same, but slightly better for collaboration.

[–] drspod@lemmy.ml 3 points 3 weeks ago (1 children)

Is it really a virtual machine? It's running from a container, so it's just a containerized desktop exposed over VNC, right?

Is it actually running its own kernel?

[–] fmstrat@lemmy.nowsci.com 2 points 3 weeks ago

Yea, technically correct. It's lower overhead since it shares the kernel.