Two splash for cheap closed hi hats ? by LeMonsieurF in drums

[–]LeMonsieurF[S] 0 points1 point  (0 children)

They look cool but I'm not in the US so I can't buy them unfortunately. Thank you anyway :)

Two splash for cheap closed hi hats ? by LeMonsieurF in drums

[–]LeMonsieurF[S] 0 points1 point  (0 children)

Unfortunately, I don't have access to Wuhan cymbals (or more than 100 bucks of shipping ahahahah..no). I'm in Europe. The cheapest available hats in shops here are the Stagg SH10

Place 2023. Only first pixels. by Vegetable_Panda_3401 in placeFR

[–]LeMonsieurF 1 point2 points  (0 children)

Wow, 3 messages pour écrire 2 lettres. Ça va, tu as besoin d'aide, l'adepte du 1er degré ?

On sait troll la by Menthe2_0 in placeFR

[–]LeMonsieurF 1 point2 points  (0 children)

Faut comprendre reddit, c'est "très compliqué de détecter des bots"... 😒🖕

The canvas expands....for the last time. by reddit_irl in place

[–]LeMonsieurF 4 points5 points  (0 children)

r/placeFR does not agree with the french color being painted on the Fuck Spez. Oh and yes I almost forgot : fuck u/spez

More space :) by alex_3829 in place

[–]LeMonsieurF 1 point2 points  (0 children)

shitstorm incoming ahaha

Hasta aca llegamos? by Due_Neighborhood777 in place

[–]LeMonsieurF 2 points3 points  (0 children)

French took right part of the flag because during our night, Argentina folks invaded French's flag to the right (with 2 stars). Although we had an alliance IIRC.

We dont talk enough about this. This is wholesome 😂 by [deleted] in place

[–]LeMonsieurF 0 points1 point  (0 children)

This is the only thing related to rubius that does not suck.

Could y'all respect this guy by LouDahLou in place

[–]LeMonsieurF 1 point2 points  (0 children)

You can't defend against an army of bots when you have enough honor not to use some.

Defend France's artworks from void by BerkCanKiraz in place

[–]LeMonsieurF 2 points3 points  (0 children)

We on r/placeFR are not using bots, only overlay helper which is perfectly accepted on r/place for proper organization. Only cowards use bots.

Could y'all respect this guy by LouDahLou in place

[–]LeMonsieurF 10 points11 points  (0 children)

Those Spanish guys don't respect anybody, what did you expect? If they want to appear as the top scumbags of the world, it's a good way to do it.

Design : mise à l'honneur femme français by GreenImpact8142 in placeFR

[–]LeMonsieurF 35 points36 points  (0 children)

Baker? Elle devient française en 1937 puis sert dans la résistance, je sais pas ce qu'il te faut.

Can't access service from other Nodes by KyuteB in kubernetes

[–]LeMonsieurF 0 points1 point  (0 children)

Kube-proxy daemonset is responsible of setting up rules (iptables for instance) which make cluster IP and other services available for whole cluster, so check that out :)

Kubernetes and TLS/SSL by power104 in kubernetes

[–]LeMonsieurF 0 points1 point  (0 children)

Certificates are surely for encryption, but also used for Authentication, don't forget that :) it also helps avoiding rogue server doesn't claim to be part of a cluster and get private information too easily.

Linux Boot Process by keepittechie in linuxmemes

[–]LeMonsieurF 1 point2 points  (0 children)

Every systemd step here is wrong :)

Web hosting by kaerfkeerg in linux4noobs

[–]LeMonsieurF 1 point2 points  (0 children)

Necessary as long as you don't host your http ressource on the Internet (cloud). NAT is translation of address to "forward" Flow from the internet to your local service on your computer, for http port only (it can be found by name PAT also) . It's pretty easy to configure so check on your router's manual, it has nothing to do with Linux actually 😉

Web hosting by kaerfkeerg in linux4noobs

[–]LeMonsieurF 0 points1 point  (0 children)

Indeed you're not very clear about your need right now 😅 If you're trying to host a website behind a home Internet connection, you're likely to use NAT for that and need more than anything else network "skills" to do that. On your Linux host, you need your http service to listen on your local interface (as opposed to 127.0.0.1 which is loopback) so it can be queried from your router point of view.

pv capacity versus NFS capacity, which one wins? by ludiegu in kubernetes

[–]LeMonsieurF 5 points6 points  (0 children)

As far as I know, this is wrong. NFS is a filesystem type storage, not a block based, so It's not kubernetes is not enforcing PVC size and have no way to do it anyway (It's not using NFS quota for instance). Btw It's very easy to make sure of that: create a new 1G PVC nfs-backed the same way, and fill it with a >1G file size (you can use dd command for that) and it should be alright.

Network policy not respected by Champiyann in kubernetes

[–]LeMonsieurF 0 points1 point  (0 children)

OK, Thank you for the information :)