hw-diagnostics
distrobox
Our great sponsors
hw-diagnostics | distrobox | |
---|---|---|
0 | 383 | |
0 | 7,240 | |
- | - | |
0.0 | 0.0 | |
10 months ago | 1 day ago | |
Shell | Shell | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hw-diagnostics
We haven't tracked posts mentioning hw-diagnostics yet.
Tracking mentions began in Dec 2020.
distrobox
-
Toolship: A (More) Secure Workstation
I'm running silverblue but running my containers through distrobox. Both toolbox and distrobox are running on podman under the hood, so it's the same technology as far as I understand. However, distrobox has some interesting features relevant to this idea of development isolation. One is that it has an assemble feature[1] built-in. Where you can feed it a recipe file and it will build or rebuild containers accordingly. The other is that it allows setting a custom home directory for the container, among other host/container isolating options[2].
Perfomance wise my containers take a couple MiB of rams and no perceptible CPU usage when not in use. At least as far as I can tell.
[1] https://github.com/89luca89/distrobox/blob/main/docs/usage/d...
[2] https://github.com/89luca89/distrobox/blob/main/docs/usage/d...
- i386 in Ubuntu Won't Die
- Podman v4.6 Introduces Podmansh: A Revolutionary Login Shell
-
Spotify_player on Steamdeck with distrobox
Distrobox allows you to use any Linux disto as a container to install software that may or may not be available on SteamOS. See https://github.com/89luca89/distrobox for more info.
-
Would it be technically possible for an arch server to build and serve aur packages to other machines/distros?
Any reason why you couldn't use something like distrobox?
-
Work to make a custom linux desktop experience that benefits from group knowledge and experience (Part 2)
- use distrobox for CLI apps and GUI apps you can't find in the formats above.
-
Apx v2, is now ready for testing
Obtain the latest Distrobox release: https://github.com/89luca89/distrobox/releases (version 1.5.0.2 or higher).
-
Getting VS Codium setup properly with Flatpak without defeating the purpose of Flatpak?
outside of having to keep them updated, it's the same packages, same build infrastructure, same signing methods, etc... i wouldn't lose sleep over it.
-
How do I install a downloaded appimage (in localhost downloads) within a toolbox? Fedora Silverblue 38
Distrobox allows me to export the app/binary found within the container to the host, so that I can find it in my 'app-drawer' together with all my other apps/binaries. While this is technically doable on Toolbx, it isn't done with just a single command.
I'll just copy-paste the commands I used to get it to work and provide them with some commentary when needed; these are found at the very end of this comment. I'll be using Distrobox instead of Toolbx as it suits my needs better. * mkdir ~/Desktop/Distrobox/Obsidian : [1] * distrobox create --image registry.fedoraproject.org/fedora-toolbox:37 --name Obsidian --home ~/Desktop/Distrobox/Obsidian : [2] * distrobox enter Obsidian * sudo dnf upgrade * sudo dnf install fuse-libs fuse nss atk at-spi2-atk cups-libs gtk3 : [3] * cd /home/user/Downloads/ * chmod +x Obsidian-1.3.5.AppImage : [4] * ./Obsidian-1.3.5.AppImage
What are some alternatives?
toolbox - Tool for interactive command line environments on Linux
wsl-distrod - Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
docker-android - Android in docker solution with noVNC supported and video recording
rustdesk - An open-source remote desktop, and alternative to TeamViewer.
toolbox-vscode - Toolbox Visual Studio Code integration
toolbox - The Docker Toolbox
flatpak - Linux application sandboxing and distribution framework
vscode-dev-containers - NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
nix - Nix, the purely functional package manager
toolbox-images - deprecated
nix-alien - Run unpatched binaries on Nix/NixOS
dockerfiles - Various Dockerfiles I use on the desktop and on servers.