What a good anime btw
Posts by Eduard Tolosa
Uh, it has been 7 months since I wrote Fly To #podman
github.com/Edu4rdSHL/fl... - Migrate from #Docker to #Podman
After having to deal with it, I wrote a small post about static linking of #rust binaries that uses #diesel and #postgresql: www.edu4rdshl.dev/posts/rust-b...
I hope it helps someone :)
I already have on my VPS:
- A Matrix server running - continuwuity.org
- A ZNC bouncer for IRC - wiki.znc.in/ZNC
- A WireGuard VPN running for accessing my things remotely - www.wireguard.com
Any other recommendations?
All of that, without using additional space on your disk thanks to COW.
Living with the peace of mind of being able to roll your system back in time or simply recover a previous version of something you deleted or changed, but that didn't quite work for you, is one of the best things that can exist.
I LOVE #btrfs and #linux!
Solving the remote, unattended access problem on #Wayland
#Linux #Gnome
www.edu4rdshl.dev/posts/solvin...
For the "not wanting your ISP/gov to know the sites you're visiting", changing the DNS + DoT/DoH should do the trick, no?
Do you still use #Tor (or Tor Browser) - (torproject.org/) in 2025? If so, what do you use it for?
#privacy
Is there any reason to use a #VPN actually outside of the following?
- Connecting to a protected internal network
- Connect several devices on different locations
- Bypassing geo restrictions
Like, they don't provide any privacy or anything really, and most of them are bullshit
Hahahaha, I have been using **only** Linux for almost 13 years now... Only use Windows a VM for updating firmware of some devices, and consoles ( PS, Xbox and Nintendo) to play. However, gaming on Linux has been decent for the past 7 years, so I mostly play on my PC anyways.
Just my thoughts. And now everything is VPN here and there. 😅
From systemd-networkd to NetworkManager: www.edu4rdshl.dev/posts/from-s...
VPNs can be a pain to manage.
Wow, that looks interesting, I have never heard of it but I promise I will play with UWSM ;), awesome project.
Flatpak is cool, but still missing some things imo. By design, some of them wouldn't be implemented, probably.
GitHub Pages with a custom domain, probably.
Based.fish: A context-based autocompletion plugin for the #Fish shell - github.com/Edu4rdSHL/ba...
#linux
userland ROP on day 1 💪
- Switched from Lutris to Heroic Games Launcher
What else am I missing? 😂
Everything was posted on edu4rdshl.dev
In the last month, I have made more changes to my daily #linux setup than in the past 15 years.
- Migrated from Docker to rootless Podman
- Migrated my development setup to Dev Containers
- Switched from bash to Fish
- Switched to UKIs + Secure Boot (never used secure boot on Linux)
UKI + Secure Boot with sbctl on #ArchLinux: #systemd-boot walkthrough
www.edu4rdshl.dev/posts/uki-se...
TIL about "dive": A tool for exploring each layer in a #docker image.
Also supports #podman
github.com/wagoodman/dive
Very useful, indeed.
After 15 years using #Bash as my personal shell on #Linux, decided to ditch it for #Fish 🐟
www.edu4rdshl.dev/posts/from-b...
The answer to all your "which database..." is "Just use PostgreSQL" 99% of the time.
Let me introduce Fly To #Podman: a script that will help you to migrate from #Docker to #Podman while keeping all your networks (with all its configs), volumes, images, #containers, and metadata. The source code is available at GitHub:
github.com/Edu4rdSHL/fl...
After several days experimenting with a rootfull Docker to rootless Podman migration, I have written an article about the process and what I have found:
#containers #podman #docker
www.edu4rdshl.dev/posts/from-d...
Days ago, I wrote about leaving #matrix because the cost of maintaining a one-user instance was too high. A 125GB database, several GB of RAM used, high CPU usage.
After testing a bit more, I found a nice joy called Conduwuit, here's a post about it:
www.edu4rdshl.dev/posts/about-...
Long time without writing on my blog, let's talk about Dev Containers this time.
DevContainers: Migrating my entire Rust setup - www.edu4rdshl.dev/posts/devcon...
#rust #linux #development #devcontainer #programming