Rami Krispin :unverified: · @ramikrispin
1049 followers · 542 posts · Server mstdn.social

A short and concise explanation about the VScode's Dev Containers extension 👇🏼

youtube.com/watch?v=b1RavPr_87

The Dev Containers extension enables to run code in VScode inside a containerized environment seamlessly.

#DataScience #MLops #DevOps #Docker #vscode

Last updated 1 year ago

Rami Krispin :unverified: · @ramikrispin
1049 followers · 540 posts · Server mstdn.social

Over the weekend, I continued working on my new tutorial for setting up a dockerized 🐳 R development environment on VScode 💻.

➡️ github.com/RamiKrispin/vscode-

Completed:
✅ R settings
✅ Motivation/intro
✅ Scope
✅ Prerequisites/Requirements

⚠️WIP 🚧:
➡️ Getting Started with Docker
➡️ Docker with R - the Hard Way
➡️ Setting R Environment with Docker

#DataScience #vscode #Docker #RStats

Last updated 1 year ago

Rami Krispin :unverified: · @ramikrispin
1034 followers · 537 posts · Server mstdn.social

Dedicate the long weekend to work on a tutorial I wanted to do a long time ago - setting an R development environment with VScode and Docker ❤️.

Will use this repo for the tutorial (WIP) 👇🏼
github.com/RamiKrispin/vscode-

#DataScience #vscode #Docker #RStats

Last updated 1 year ago

Mateng · @mateng
14 followers · 42 posts · Server nrw.social

I am a PHP Dev and a DJ, but a beginner. What kind of apps would you recommend that will make my everyday life easier? Already using , , + , , . I am already considering

#macos #brew #iterm2 #Ddev #Docker #atext #clipy #alfred

Last updated 1 year ago

Kevin Karhan :verified: · @kkarhan
1464 followers · 105745 posts · Server mstdn.social

@greymatter @sataa @ncommander @ActionRetro @ubuntu

But to go back at your original question:
rap.social/@greymatter/1105461

The solution is to make statical linking the norm.
github.com/OS-1337/spm#why-no-

I mean we already have that - tho in a 3D Chess version aka. , , and ...

And for my current project this is the way to go in order to make easy updates, revisions and fixes without breaking shit.
github.com/OS-1337/OS1337

#appimage #Flatpak #snap #Docker

Last updated 1 year ago

Uwe Fetzer · @se38
232 followers · 921 posts · Server nrw.social

Finally stealing @qmacro |s devcontainer... (not allowed to install any tools on my lappy) github.com/qmacro/dotfiles/tre

#Docker

Last updated 1 year ago

René Hoffmann · @h_offen
82 followers · 908 posts · Server nrw.social

Am Wochenende irgendwie das auf dem zum Laufen bekommen. Vorgängerlösung war proprietär und der Server lief in einer VM, sodass eigentlich nie sofort erreichbar, wenn ich an die Dokumente wollte.

Am schwierigsten war eigentlich die Berechtigungen des Containers auf die NFS-Freigabe vom NAS zu mappen. Ansonsten war die Konfiguration sehr einfach. Bedienung ist ebenso einfach. Kann ich jetzt schon weiterempfehlen! Nun noch den Altbestand taggen. 🤖

#paperlessngx #raspberrypi #Docker #synology

Last updated 1 year ago

OSTechNix · @ostechnix
665 followers · 1722 posts · Server floss.social
Rick · @rmdes
1147 followers · 5002 posts · Server mstdn.social

Comment déployer un news bot sur ?

Un "petit" sur comment déployer un bot sur Bluesky avec et bsky.rss


blog.rmendes.net/2023/08/14/co

#News #RSS #Docker #tutoriel #bluesky

Last updated 1 year ago

defguard · @defguard
22 followers · 6 posts · Server floss.social
catfluoride :archlinux: · @catfluoride
36 followers · 59 posts · Server mstdn.social

with -compose, and on a Raspberry Pi4 in only 3 files.

blog.catfluori.de/?p=207

#cron #redis #Docker #NextCloud #selfhosted

Last updated 1 year ago

the9thdude :verified: · @the9thdude
81 followers · 504 posts · Server mstdn.social

One of the projects I want to do this year is convert my desktop into a home server/game console. Right now I'm thinking I would virtualize or (whenever that releases) with GPU passthrough on top of a install, then run services via

What do my and folks think about this? Got any good resources on how to do this and got any before I get started?

#tips #homelab #Linux #Docker #Debian #steamos #chimeraos

Last updated 1 year ago

The gallant knight · @burningTyger
27 followers · 139 posts · Server nrw.social

auf : Wenn nach einem `Sleep` podman nicht so richtig starten möchte, dann hilft im Terminal: `podman machine stop`, `podman machine start`. Manchmal muss man mehrere Male hintereinander starten und stoppen, wenn podman partout nicht will. Ich hab hier eine MariaDB laufen, die kann ich erst im Anschluss, wenn podman wieder läuft per `podman restart mariadb` restarten. Nervig, aber mir lieber als .

#podman #macos #Docker

Last updated 1 year ago

Laimis · @laimis
192 followers · 2721 posts · Server mstdn.social

I love going to the beginner tutorials for tech I have been using for years. It's a very good way to see what the latest usage best practices are, and sometimes it can help you close "holes" in your knowledge that you don't think you have.

I just went through tutorial @ docker.com/101-tutorial/ and branched off into some basic bits from there even though I have been using docker for years

#Docker

Last updated 1 year ago

Ain Tohvri · @tekkie
580 followers · 572 posts · Server mstdn.social

has added the include directive to promote the modularity of the Compose docker.com/blog/improve-docker

#DevOps #Docker

Last updated 1 year ago

Rami Krispin :unverified: · @ramikrispin
977 followers · 493 posts · Server mstdn.social

(1/2) After returning last week to work on my book, this weekend continue to work on the last dataset I will package for the book - the hourly electricity generation in New York by sub-regions.

#GitHubActions #Docker #timeseries #RStats

Last updated 1 year ago

partizan · @partizan
159 followers · 13263 posts · Server mstdn.social

Why we don't have official images for ?

How do i supposed to do releases from CI? Or maybe there is something better than ansible?

#automation #Docker #ansible

Last updated 1 year ago

Joseph Holsten · @josephholsten
135 followers · 2356 posts · Server mstdn.social

“Think about the work the runtime linker has to do to load an object. It has to find the object (sometimes through a plethora of LD_LIBRARY_PATH components), load the object, and relocate it. The runtime linker then repeats this process for any dependencies of the loaded object. That's a lot of work. So why do so many applications load dependencies they don't need?” linker-aliens.org/blogs/rie/en

Does anyone even think this way in the post-docker, -flatpack world?

#Unix #Docker #illumos

Last updated 1 year ago

Max 🚟 · @dergrobi
98 followers · 182 posts · Server nrw.social

Finally, working firewalling with after fixing of this bug! 🥳

github.com/moby/moby/pull/4564

#ipv6 #Docker

Last updated 1 year ago

Clayton Errington 🖥️ · @cjerrington
98 followers · 1276 posts · Server mstdn.social

Got my app into tonight. This might be a game changer on my deployments for this small utility!

#Docker #vuejs

Last updated 1 year ago