So I am not the only one to sell #vps over #ssh! ๐ฏ
https://vipee.sh nailed it!
We don't need subscriptions, we have keys! ๐
Relentless creator,
making Unconventional tools ๐
(for lazy devs)
- Black Magic Software -> Incantation to deal surgical panache hit and spark worldwide transformations.
- Software as Common Goods -> To free my homies from global mass harassment.
_________________
Enjoying computer freedom through #linux (mostly #NixOs and #OpenWrt).
Writing #rust everyday.
_____
_with great power_
| Crocuda_VPS | https://crocuda.com |
| Github | https://github.com/crocuda |
| Blog | https://areskul.com |
| Matrix | https://matrix.to/#/@areskul:matrix.org |
So I am not the only one to sell #vps over #ssh! ๐ฏ
https://vipee.sh nailed it!
We don't need subscriptions, we have keys! ๐
At home, on most common network which are statefull #dhcp,
You usually get an #ipv4 based on your hardware MAC address, this ensures constancy across device reboot, dual boot (and distro hoping ๐)
But #ipv6 do not care about the hardware, it will look for a DUID (small string) at /etc/dhcp/duid.
You can persist this file into your dots for your ipv6 address to survive across OS changes.
In #ipv6 you can communicate between devices on the same link without prior configuration.
No need to manually give them both an ip belonging to the same subnet.
Just ping the device address beginning by fe80::
that you can find with "ip a".
I often need to spin disposable machines with network connectivity for testing, deployment or some work that require isolation, and then keep it running or trash it out!
I thought if I could just put the essential of my config into one of this nice disk images created by nixos-generators / disko and the likes.
I could then spawn a ton of #vm by pressing enter, arrow up, enter,.. ๐
It took some time, but I finally came up with a cli that does the job!
Whenever I can, I always add the option
--log-format multiline-with-logs
to my #nix commands just to get that maximum verbosity and scroll through history in case of failure.
Ps: #lix recently added an option to nix.conf to make it a default behavior. ๐ 
log-format =
https://lix.systems/blog/2026-03-25-lix-2.95-release/

We at the Lix team are proud to announce our sixth major release, version 2.95 โKakigลriโ. This release focuses on long-awaited bugfixes, quality-of-life improvements, documentation, performance improvements and continued integration of Lix with the CapโnโProto remote procedure call runtime to replace the previous bespoke implementation.
Wtf! Who is this Devin explaining my code better than I understand it?