Find your twink in the r/linux community!

Find your twink in the r/linux community!

Linux is an operating system! Something you slap onto a computer for it to work!

I realize only now that this community is what many have been yearning for! The twink heaven was just gate kept by computer science terms and not accessible through conventional browsing!

I never saw a post about it on mpmd, so maybe I am divulging an already known but well kept secret!

Anyway I am convinced those two community can overflow love one into another!

I hope this reaches my fellow autistic and tren riders 😘

u/poulain_ght — 10 hours ago
▲ 17 r/Monero

Hi cypherpunks!

I made a privacy focused VPS accessible from the terminal via ssh.

No registration form, NoKYC, You only need a key!

crocuda.com
u/poulain_ght — 2 months ago
▲ 1 r/NixOS

Hi guys! I made a VPS that is built around NixOs and only supports NixOs!

How do I add it to the wiki friendly hoster list.

Where or who should I ask for a review?

reddit.com
u/poulain_ght — 2 months ago
▲ 5 r/VPS

Hi guys!

I made a VPS that I use for my exotic personal needs.

The aim was to make orders and subscription minimal and last but not least: fuuun!!

I really put my soul into the work to solve the usual time consuming web based signup/login.

But going from feature to feature

I clearly don't have a clue who this chimera might be for or more importantly how to explain what it is.

Mainly because it is different from what we are used to:

- The dashboard is only accessible through ssh (website only for documentation). Like an underground secret service 😂

- You pay from your balance which means that with for example 1$ you can either twist a VM for a week, or a 28 for 6 hours.

- It only run NixOs VM

- It is ipv6 only

I fear that this might be too specialized for the current landscape or that I really had at heart solving problems that, I only, felt like a burden.

So! What do you actually expect from a good VPS? Is the overhaul registation/kyc process this much of pain?

reddit.com
u/poulain_ght — 2 months ago

Keyboards were always meant to be shared.

Don't bust nuts alone between your halves, share the keyboard with your half 😉

u/poulain_ght — 2 months ago
▲ 19 r/NixOS

Yoooo! guys!

I like how nixos can create VM declaratively, and I know you like it too!

However 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!

Soooo, I thought I could just put the essential of my configuration (bash/fish/ network utis... for seamless integration) into one of this nice disk images created by nixos-rebuild / nixos-generators disko and the likes.

And then spawn a ton of them by pressing enter, arrow up, enter,.. 😄

And by any means attach the VM to a term and use it with all the comfort in the world as it is a clone of the host (tooling wise).

It took some time, and the work is forever ongoing, you know the drill, but I finally came up with a cli that does the job!

https://github.com/crocuda/virshle

I absolutely enjoy using it! (and even made a VPS based on the thing)

BUUUT, I am also worried this might be solution to a problem most nixers don't have or already have a solution for! What's yours if any?

u/poulain_ght — 2 months ago
▲ 1 r/NixOS

tl;dr

OP made a hosting provider to sustain the development of a libvirt alternative, but feel obligated to give circumvoluted details.

A few years ago,

I was deploying websites with some CI/CD solutions.

But they were so few that were not freemium, cloud basedor just sucked the life out of my computer,

that I made the bases for a rust CI/CD tool [pipelight](https://github.com/pipelight/pipelight).

To sustain its development, I wanted to create a server-side paying service based on this software.

But it felt short when I stumbled upon the intricacies of hosting.

Thank God, NixOs was one side of the coin, declarativity, reproducibility... you know the drill.

Nonetheless, the action of renting remote computing resources was lacking the brevity I had newly found.

For long, server hosting rentability has been the driving force behind a general stillness and lack of novelty.

Consequently, I chose the path to self-hosting; no middleman involved, only dreams and possibilities.

But here again I was displeased with the state of current virtualization software.

It was time to cook! (fuck! not agaaain!)

Time to cook a modern virtual machine manager.

The documentation for [virshle](https://github.com/pipelight/pipelight) is still in rework after these last months of heavy refactoring, but the software is pretty much alive.

As a demonstration let me introduce [crocuda_vps](https://crocuda.com),

I took my shot at making something a bit specialized to sustain the growth of this homemade solution.

It is a Virtual Private Server (VPS) hosting provider, based on open source virtualization and open source network tooling.

(I own the servers that I collocate in datacenter)

I fell in love with FOSS freedom a long time ago and wish to give back at least a fraction of what have been given.

My hope is to drive fresh blood into FOSS, freedom and privacy tools with this new service.

This is the service 2nd release!

I have taken into account every criticism and spent last 4 months fixing bugs.

This is how it works:

- You order and manage your virtual machines from the terminal over a ssh connection:

```sh

ssh -6 crocuda.com

```

- New accounts have free credits for you to try the thing.

It only supports NixOs as it is only the only distribution that makes it maintainable for a single man without losing sanity.

I knew it would take time.

But here we finally are.

Hope it reaches some of you who need it.

u/poulain_ght — 2 months ago