GitHub - ravindu644/Droidspaces-OSS: A lightweight, LXC-inspired container runtime for Android and Linux. Run full Linux distributions natively with zero performance penalty

A lightweight, LXC-inspired container runtime for Android and Linux. Run full Linux distributions natively with zero performance penalty - ravindu644/Droidspaces-OSS

GitHub
GitHub - hyphatech/jailrun: Run fully isolated environments on your machine, powered by FreeBSD

Run fully isolated environments on your machine, powered by FreeBSD - hyphatech/jailrun

GitHub

Regex песочница

В данной статье описывается процесс реализации песочницы для регулярных выражений с помощью платформы для контейнеризации Docker и утилит Linux. Цель - получить ограниченную среду, куда пользователь может подключиться по SSH и где у него будет минимум возможностей, чтобы он ничего не сломал, но мог свободно использовать регулярные выражения как со встроенными в среду txt заготовками, так и со своим произвольным пользовательским вводом.

https://habr.com/ru/articles/1008668/

#docker #bash #bashscripting #chroot #shell

Regex песочница

Небольшое вступление Думаю, у каждого в жизни была ситуация, когда возникает желание разобраться в какой-то теме (будь то новый язык программирования, сети, нюансы работы компонентов ПК и т. д.), но...

Хабр
So I finally did it too, the classic 'share my desktop' post xD

Debian Testing + Ubuntu chroot for AI/ROCm workloads

Screenshot 1: Main System (Debian Testing)
Screenshot 2: Ubuntu Chroot (AI/ROCm Environment)

Both environments run on the same machine. The Ubuntu chroot provides a clean, isolated space for AI/ROCm workloads while keeping the main Debian system clean and stable. The terminal in the chroot shows the ROCm script confirming GPU detection.

Wallpaper: https://raw.githubusercontent.com/0xnotkyo/walls/main/images/mocha/purple-girl.png

#DailyDesktop #ShareYourDesktop #UnixPorn #gnulinux #Linux #mydesktop #opensource #foss #mydesktop #xfce #ghostty #chroot #fastfetch #debian #ubuntu
Docker Networking Explained: From Zero to Hero with Real Examples

The Moment Everything Clicked I still remember the confusion on my face when my container...

DEV Community
A Decade of Docker Containers

Communications of the ACM
Donnez un gros coup de jeune à votre interface Proxmox avec ProxMorph

Si vous utilisez Proxmox pour votre Home Lab ou votre domotique que ce soit de manière classique ou en cluster comme je vous l'expliquais dernièrement,

Domo-blog.fr
Docker swarm et CI, les contextes à la rescousse - LinuxFr.org

Docker swarm et CI, les contextes à la rescousse

So.

We have policy-rc.d in #Debian.

Yet, #debhelper-added scriptlets in maintainer scripts call systemctl if [ -d /run/systemd ].

Which is bad if you’re in an #schroot with /run bind-mounted from the host and the host is running systemd (a customer system, none of mine).

What I need is a way to #whiteout a directory from a #bind #mount.

I heard #overlayfs can do that, but it seems to no longer exist.

Any other ideas¹?

(And yes, I want and need to bind-mount /run itself, as the #chroot adds sockets there that are then accessed from outside the chroot, viceque versa.)

① customer-compatible ones, please; switching the host system to sysvinit is one but the customer’s Ansible standardised on managing all systems with systemd…