Areskul

@jean_dupont
270 Followers
88 Following
2.1K Posts

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_VPShttps://crocuda.com
Githubhttps://github.com/crocuda
Bloghttps://areskul.com
Matrixhttps://matrix.to/#/@areskul:matrix.org
Thank to everyone for sharing and participating in the pool!
I hate my life!

Can you reach https://crocuda.com ?
(it is #ipv6 only)

#dns

yes
83.8%
no
16.2%
Poll ended at .

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.

#linux #archlinux

Are we pushed by a genuine will to create 😇 or a disdain of what currently exists 👿?
#programming #dev

Because every other continuous deployment tools turn my PC into a fry pan.

Reminder that to push to prod without relying on remote workloads like #github actions
there is a fast and minimalist cli to run #Toml/#Yaml pipelines locally.

#cicd #sre
http://github.com/crocuda/pipelight

GitHub - crocuda/pipelight: Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only.

Tiny automation pipelines. Bring CI/CD to the smallest projects. Self-hosted, Lightweight, CLI only. - crocuda/pipelight

GitHub

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've reached the point where I no longer use #ipv4 as the default network protocol in #homelab.

I immediately think in #ipv6 instead!
And I must admit I prefer the latest! 😀

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!

#nixos #rust
https://github.com/crocuda/virshle

GitHub - crocuda/virshle: A cli for multiple relentless virtual machines.

A cli for multiple relentless virtual machines. Contribute to crocuda/virshle development by creating an account on GitHub.

GitHub