#OpenSource omnipräsent: #Ubuntu , #Docker und #Python in Firmen besonders beliebt | iX Magazin https://www.heise.de/news/Open-Source-omnipraesent-Ubuntu-Docker-und-Python-in-Firmen-besonders-beliebt-10367405.html #Linux

#OpenSource omnipräsent: #Ubuntu , #Docker und #Python in Firmen besonders beliebt | iX Magazin https://www.heise.de/news/Open-Source-omnipraesent-Ubuntu-Docker-und-Python-in-Firmen-besonders-beliebt-10367405.html #Linux
I am, and I'm sorry in advance, just starting to get into containers. I mentioned this a few weeks ago just trying to learn more, but I'm going to start really getting into it. Do I need to start with Docker? I've heard about Podman and in learning about both, it seems like a fantastic alternative. But I don't see it discussed much.
Totally willing to accept recommended tutorials in the form of YouTube videos, documentation, etc to get started with this stuff.
GREAT SUCCESS
I figured out #docker compose and spun up the #tailscale sidecars for #homarr and #freshrss
i’m unstoppable, now! what else should i self-host?!
Allora gente, grazie a @muffa che è una specie di stregone hacker, ho installato con successo nextcloud sul mio primo server modificando anche le variabili di sistema come ci piaceva.
Ho scoperto cose nuove e strabilianti tipo #docker #portainer #yml #composerize e tanto altro.
Ma adesso, per sfruttare il fumo che mi esce dal cervello andrò ad affumicare i salmoni che ho appeso giù in cantina
Durch einen Kurs vom #berklee #college of #music zum thema #songwriting habe ich mir ein #mindmap template erstellt, welches ich benutze, um eigene #songs zu schreiben.
dank #TeamMapper kann ich das jetzt auch geräteunabhängig im #Browser tun. somit habe ich jetzt auch einen #ersatz für #simplemind
Proud that I'm running a #SelfHosted version of #Phanpy (amongst other things obviously ) on my #Debian server. Maybe this process could help you...
To update it easily, I created an alias called "update-phanpy," which runs a script I created "update-phanpy.sh." The script pulls the latest version of Phanpy from the official GitHub repository (cheeaun/phanpy), rebuilds it, and redeploys it in #Docker.
The Phanpy instance is then reverse-proxied through Nginx Proxy Manager (NPM) under a custom domain, with SSL certificates issued via Let's Encrypt (managed, somewhat reluctantly, through Cloudflare). Finally, access to the service is restricted to my private #Tailscale network (as is everything I'm #SelfHosting).
The "update-phanpy.sh" script:
#!/bin/bash
cd /path/to/phanpy || exit
git pull
docker build -t phanpy .
docker stop phanpy
docker rm phanpy
docker run -d --restart unless-stopped -p 3000:80 --name phanpy phanpy
The "update-phanpy" alias:
alias update-phanpy="/path/to/phanpy/update-phanpy.sh"
Services I'm currently #SelfHosting in #Docker (managed via #Dockge):
* @silverbulletmd (notes, tasks, life)
* Miniflux (RSS reader)
* Jellyfin (local media streaming)
* Linkding (bookmarks)
* N8n (workflow automation)
* SearXNG (private search engine)
* Syncthing (sync)
* Minecraft server (for the kids)
* Calibre web (Web UI to my Calibre e-book collection)
hi #tailscale #docker friends, if i installed an 'ephemeral' container mapped to my tailnet, (which docker will be restarting upon failure with a tailscale key that can be reused for x days),
correct me if i'm mistaken here, please:
-i have x days to reuse said key (if it goes offline) to automatically bring it back up
-upon expiry i generate a new auth key, edit docker-compose and be on my merry way again?
Nicht so für die Zielgruppe meiner Website aber trotzdem dort, weil ich nicht wusste, wohin sonst damit...
Danke an @dbrgn für die Mithilfe!
WordPress und phpMyAdmin lokal installieren mit Docker - mit genug Upload-Size, um die DB zu importieren.
Quasi auch "Note to self"
https://samsteiner.net/wordpress-phpmyadmin-docker/ #docker #wordpress #mysql #phpmyadmin
Writefreely mit Docker Compose
Hallo.Heute wollen wir mit Docker die Opensource Software writefreely erstellen.Dazu solltest Du über eine Ubuntu VM (24.04) mit einer Dockerumgebung verfügen und SSH Zugang haben.
1. Installation von wget
apt install wget -y
2. Erstellen des notwendigen Docker-Netzwerks
docker network create -
https://blog.retronerd.at/writefreely-mit-docker-compose/
#docker #fediverse #docker #dockercompose #fediverse #opensource #tutorial #ubuntu #writefreely
@loar entonces habría que entrar a revisar el detalle de la config del servidor web. Yo uso un contenedor con nginx proxy manager y desde ahí configuro todos los redireccionamientos y certificados. Es lo más simple.
Ubuntu 25.04 Plucky Puffin released!
After 6 months of development of the Plucky Puffin version, especially bug fixes, performance improvements, and feature additions, Ubuntu’s Release Team has released this version! Not only is it released in the original distribution, but also in Kubuntu, Lubuntu, Xubuntu, and all other official flavors.
To upgrade your system to 25.04, either open the terminal and run do-release-upgrade
as root, or open Software Updates and start the upgrade. Make sure that your packages are upgraded first and that you’ve enabled non-LTS upgrades.
To download this awesome release, check out the following links:
Stay up-to-date with us by following our blog!
#2024 #2410 #2410Oracular #2410OracularOriole #Computer #Desktop #docker #Linux #LinuxDistro #LinuxRelease #linuxUpdate #OpenSource #OpenSourceSoftware #operatingSystem #Oracular #OracularOriole #Oriole #Technology #Ubuntu #Ubuntu2410 #Ubuntu2410Oracular #Ubuntu2410OracularOriole #UbuntuLinux #UbuntuUpdate #ubuntulinux #Windows
Ich habe da mal etwas für #FragDasFediverse.
Da meine #Synology DS710+ inzwischen auch schon 12 Jahre oder mehr auf dem Buckel hat, mache ich mir langsam Gedanken über eine mögliche Nachfolge. Ich nutze mein #NAS hauptsächlich für Urlaubsvideos und Urlaubsfotos.
Dabei überlege ich mir, ob ich mir wieder eine Synology hole oder u. U. ein #Qnap Gerät. Die Frage ist nur, ob ein Qnap wesentliche Vorteile gegenüber einer Synology mitbringt oder ober dass Jacke wie Hose ist?
Ebenso schwirren mir Gedanken über ein Selbstbau-NAS im Kopf herum. Es gibt da ja #TrueNAS und #Openmediavault. Welche Vor- bzw. Nachteile haben die beiden genannten Lösungen gegenüber? Gibt es noch andere Softwarelösungen? Wäre für so etwas ein #RaspberryPi bzgl. Leistung ausreichend?
Was mir noch wichtig wäre, dass man mit diesem NAS auch so etwas wie #SabNZBD, #Nextcloud o. ä. installieren und nutzen kann. Ob dies dann über #Docker oder einer anderen Lösung genutzt wird, ist mir jetzt erst einmal egal.
Was ist mir noch wichtig:
- Der Stromverbrauch sollte sich in Grenzen halten
- Die Installation und Wartung sollte keine 87 Semester IT-Studium benötigen
- Was spricht für eine Selbstbau-Lösung, was dagegen?
- Habe ich bei meinen Überlegungen etwas übersehen?
After weeks of considering, I finally fired up my own @vernissage instance, inspired by an article of @nesges on @gnulinux. Powered by #Docker and enriched with an Docker-based PostgreSQL-database, this might be the competitor for #Pixelfed I've been waiting for.
A great software made by @mczachurski - BTW, also the creator of @impressia!
Tune in and don't hesitate to follow me on https://photos.skumring.com/oliver !
New Blog Post: IPv6 Support in Public Docker Registries in 2025
https://blog.miyuru.lk/ipv6-docker-registries-2025/
Let me know any other docker registries , that I have missed. I will check and update the post.
Estoy experimentando con el CMS #Ghost. Si queréis instalar el contenedor #Docker sobre #Podman en #Fedora, este es el comando que mejor me ha ido hasta ahora:
podman run -d --name nombre-contenedor --userns=keep-id -e NODE_ENV=development -e url=http://localhost:3001 -p 3001:2368 -v /ruta/dentro/de/tu/directorio/personal:/var/lib/ghost/content:Z docker.io/ghost
Here is a small Docker CLI plugin I did, that launches a Vagrant-managed VM using Parallels on macOS and sets up a Docker context for it. Useful if you want a lightweight, no-surprises alternative to Docker Desktop — works on Intel & ARM, with binfmt for cross-arch builds.
"docker vagrant up" and you're ready to go.
在NixOS WSL上運行Nvidia和Ollama:全天候啟動您的遊戲PC上的LLM
➤ 在你的遊戲PC上輕鬆運行大型語言模型
✤ https://yomaq.github.io/posts/nvidia-on-nixos-wsl-ollama-up-24-7-on-your-gaming-pc/
這篇文章詳細介紹了作者如何在遊戲PC上使用NixOS和WSL環境,成功配置Nvidia GPU和Ollama,實現LLM模型的持續運行。作者解決了vram鎖定、WSL自動關閉以及NixOS對Nvidia的初始支持不足等問題,並分享了詳細的配置步驟,包括保持WSL運行的設置、NixOS的安裝配置、Nvidia Container Toolkit的設置以及Ollama Docker容器的配置,並整合了Tailscale以簡化網絡連接。
+ 這篇文章真的很有用,我一直想試試本地LLM,但設定起來太麻煩了。這個方法看起來更可行!
+ NixOS看起來很強大,但是學習曲線有點陡峭。不過為了能在本地運行LLM,我
#NixOS #WSL #Nvidia #Ollama #LLM #Docker