Douglas E. Welch · @douglaswelch
161 followers · 974 posts · Server nerdculture.de
Opsitive · @opsitive
131 followers · 147 posts · Server floss.social

Working on Fedora Silverblue introduced me to toolbx and distrobox, two great ways to build isolated shell environments in containers. You can install what you need, and if things go sideways, you can simply rebuild them. Their integration into the host system is seamless, it's amazing.

I highly recommend giving them a try:

- containertoolbx.org/
- distrobox.privatedns.org

#Linux #shell #systemadministration #sysadmin #development #container #Podman

Last updated 1 year ago

Eduard Keilholz :verified: · @nikneem
47 followers · 41 posts · Server hachyderm.io

📢 New blog post...
A learn how to work with @AzContainerApp and Azure jobs with a fully functional demo, including deployment and infra provisioning with @BicepLang.
hexmaster.nl/posts/azure-conai

#azure #container #apps

Last updated 1 year ago

GeekLinks · @geeklinks
1 followers · 34 posts · Server social.exo.icu

I don't understand what is for

Is it a distro? Or is it a orchestration tool?

At my last job our dev env was managed by it, but I was using it on and we also had to have , so I could honestly never figure out what it was there for.

#devops #programming #nixos #docker #macos #container #Linux #nix

Last updated 1 year ago

Celrunia_QT · @Celrunia_QT
85 followers · 260 posts · Server net4sw.com

Just got my first couple of devices configured, with a small integration: an button toggling the lights on a .

The HA service was deployed as a on a , with a dongle. It was a little cumbersome to begin with, but I got it working.

Step one, done!

#homeassistant #aquara #bigassfans #haikul #container #raspberrypi #sonoff #ZigBee #homeautomation #smarthome

Last updated 1 year ago

Ivan Enderlin 🦀 · @hywan
1504 followers · 1774 posts · Server fosstodon.org

Lima, github.com/lima-vm/lima.

> Lima launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2).

> The original goal of Lima was to promote containerd including nerdctl (contaiNERD ctl) to Mac users, but Lima can be used for non-container applications as well. Lima also supports non-macOS hosts (Linux, NetBSD, etc.).

#virtualmachine #container

Last updated 1 year ago

AskUbuntu · @askubuntu
229 followers · 1805 posts · Server ubuntu.social

How to passthrough a device to a podman container?

askubuntu.com/q/1484234/612

#container #podman

Last updated 1 year ago

Douglas E. Welch · @douglaswelch
160 followers · 954 posts · Server nerdculture.de

ist, wenn Du lieber aufstellst, um Aktivist*innen gefangen zu halten, als auch nur einen Schritt von überkommener, fossiler Macho-Mobilität abzuweichen.




#bayern #container #iaa #AutoKorrektur #mobiltaetswende #LetzteGeneration

Last updated 1 year ago

Infinity Devil · @InfinityDevil
13 followers · 173 posts · Server mas.to

Oh nice, I cobbled together a file to get running in a docker as an exit node. Instant with access to my home lab without opening a router port. This tailscale thing is pret-ty handy.

#VPN #container #tailscale #compose #docker

Last updated 1 year ago

junicast · @junicast
23 followers · 287 posts · Server noc.social

People who maintain images in (public) registries should consider using a vulnerability scanner like

I just scanned some of the containers I get from registries and the situation seems VERY bad.

#security #trivy #container

Last updated 1 year ago

tagesschau · @tagesschau
36234 followers · 5023 posts · Server ard.social

Containerumschlag im Hamburger Hafen sinkt deutlich

Der schwache Handel mit China und die maue Konjunktur in Deutschland haben den Containerumschlag im Hamburger Hafen schrumpfen lassen. In anderen deutschen Häfen war der Rückgang noch deutlicher.

➡️ tagesschau.de/wirtschaft/weltw

#hamburgerhafen #container #china

Last updated 1 year ago

𝐓𝐚𝐦𝐚𝐬 · @iamdtms
92 followers · 2217 posts · Server mas.to

Actually what is the best way to show an video in ?
Regarding:
- sizing max-block-size: 100dvh; max-inline-size: 100dvw;
- , , handling, , maybe ?
Thank you for let me know!

#js #npm #alignment #center #thumbnail #controls #autoplay #css #container #html #mp4

Last updated 1 year ago

woodrat :gnulightened: · @woodrat
2 followers · 144 posts · Server social.linux.pizza

I need to leave this in an state until I create a proper method of alerting me when this particular problem happens again .... Day by day, its latest backup is becoming more stale ....I need to restore said , eventually .... in a has limited ability to transmit host and I'm not finding a satisfying because I don't want to install anything *especially* from some third party repo :ablobspin:

#server #error #backup #telegraf #container #stats #solution #rpmostree #dirty #tickstack #coreos #podman

Last updated 1 year ago

acemaxx · @acemaxxanalytics
271 followers · 3471 posts · Server econtwitter.net

Freightos Baltic Index – Price of transporting a from China at pre-pandemic levels, chart Torsten Sløk @apolloglobal

#container

Last updated 1 year ago

lj·rk ☎️ ELLE [3553]@CCCamp23 · @ljrk
638 followers · 21151 posts · Server todon.eu

Fooling around with technology, and again, together with on . The "current" approaches seem to either be using a lot of custom scripting and hooks with github.com/owtaylor/toolbox-vs or try to hook into the toolbx container through VS Code's "Dev Containers" feature using `com.visualstudio.code.tool.podman`. The former is highly complex and (IME) prone to breakage, the latter runs into a lot of limitations. There's finally the option to install VS Code *within* the toolbox but that's kinda... ugh.

While toying around I noticed that I don't actually want to have the VS Code "run" or "connect" to the toolbx. Actually, I only want to have the integrated VS Code terminal "run" in the context of the toolbx, the "actual development" would either happen through the standard Dev Container feature with a container *for that project *(instead of re-using the toolbx container) or using Flatpak SDKs with the Flatpak extension, if publishing directly trough Flatpak like GNOME Builder does.

#container #flatpak #toolbx #vscode #fedora #silverblue

Last updated 1 year ago

lj·rk ☎️ ELLE [3553]@CCCamp23 · @ljrk
638 followers · 21145 posts · Server todon.eu

Prefer using Island Of TeX -s for or interactive development but don't want to type that much? You can simply create an alias, shell function or a simple script -- called e.g., `context` -- in your `$PATH`:

```
#! /bin/sh

podman run -v $PWD:$PWD:Z -w $PWD contextgarden/context:lmtx \
context "$@"
```

If, furthermore, your default environment is ? Just hook the `podman` binary as well and fallback to `flatpak-spawn` within containers:

```
#! /bin/sh

if [ -f /run/.containerenv ]; then
flatpak-spawn --host podman "$@"
else
/usr/bin/podman "$@"
fi
```

You can now just run `context foo.mkiv` now outside or inside of your toolbx and it just works™

#container #context #texlatex #toolbx

Last updated 1 year ago