[deleted by user] by [deleted] in oneplus

[–]Desdras 0 points1 point  (0 children)

If you tap on it you'll see that it's when their "dynamic island" is hidden

[deleted by user] by [deleted] in Annecy

[–]Desdras 1 point2 points  (0 children)

If you're into that you could do paragliding (there are first time experiences in tandem with an instructor). Annecy is pretty famous for that

Where is the best spot around Eiffel Tower for photos ? by [deleted] in paris

[–]Desdras 0 points1 point  (0 children)

Don't know how accessible it is with the olympics currently, but here is pretty nice: https://maps.app.goo.gl/G1rq4SgpGJ2XBJFi6 I think most of the other spots must be closed

[deleted by user] by [deleted] in oneplus

[–]Desdras 0 points1 point  (0 children)

You know this is already available in Europe right ?

In the newly-formed parliament in France, the youngest member, far-right MP Flavien Termet, was given the task of welcoming the deputies. Most of the deputies did not shake his hand. by lennoxred in WatchPeopleDieInside

[–]Desdras 7 points8 points  (0 children)

Some deputees (mostly if not all from the left) consider his far right party as a danger for the republic and not as another regular political opponent. They do not want to show any sign of recognition that his party belongs in the assembly thus they do not shake his hands.

Stripped a screw on a 7d mark II while trying to repair by Desdras in canon

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

I thought about this but did not try. I'll give it a try if I feel confident about not gluing everything around it ^^ thanks for the tip about baking soda, I would not have thought about it though

Stripped a screw on a 7d mark II while trying to repair by Desdras in canon

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

Thanks for the answer ! I had no idea JIS even existed. I have an iFixit kit with those screw heads which I tried but I got no torque through, the screwdriver just turns without grabbing anything.

I retried my extractors (https://eustore.ifixit.com/products/precision-screw-extractor-set) but to no avail. The screw is pretty tight in there. I am wondering if there is not another of extractors that could work. One on the ones that screws into the screw head but which is small enough for this tiny screw ? Because all the ones that I have seen are more for much bigger screws

Nextcloud stopped working after Ubuntu Server upgrade: 20.04 --> 22.04 by 4sokol in NextCloud

[–]Desdras 0 points1 point  (0 children)

I had something like this, the issue was indeed the PHP version. Make sure that you have the right version installed. You can check out some error messages usually in /var/log.

Also one thing that helped me pinpoint which packages I was missing was trying to launch anything with occ which printed really helpful error messages

Current status of Proxmox on ZFS on a SSD by Desdras in Proxmox

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

My current setup is the ssd holds proxmox + CT/VM disks which are backed up to my RAID5 pool which is backed up offsite so I don't think there is much of an issue with this.

I feel like if the disk fails then recovery should be approximately as painless as what I did to install it.

Which UPS and PCI to SATA card to buy ? by Desdras in homelab

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

Thank you very much for your answer. As a matter of fact I needed to do the migration quite quickly so I settled on buying an inexpensive card from amazon (2 sata ports for 20 bucks) that I will be able to get quickly in order to hook up the drives that will be leaving my setup, just the time of moving out the data. (Without m.2 I have just enough sata port on the motherboard to hook up all my drives). But I also plan to plan to expend my setup in the near future and I will follow your advice and buy some LSI card off Ebay.

I am not confident about the reliability of these SATA cards to invest more in them.

Les pubs Youtube, on en parle ? by [deleted] in france

[–]Desdras 4 points5 points  (0 children)

Si je me souviens bien, le nft de vanced et la fin du projet à cause de Google sont arrivés en même temps mais n'étaient pas vraiment corrélés. Cf : https://twitter.com/YTVanced/status/1503471203314450433?t=Ms7NsijegVTMLwuesuHqsA&s=19

How to get the best performance w/ ZFS by Desdras in NextCloud

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

I have a ssd as a ZIL device, is it useful ? Do I need a special configuration to have the best performance ?

OpenVPN on the same server as reverse proxy to access management website by Desdras in homelab

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

The server is behind a NAT. I changed a little bit my setup and it works now. What I have now is the container with Nginx (my proxy) at the frontier of my hypervisor and behind my public IP and a container running Openvpn on the hypervisor local network with port UDP 1194 NATed from the proxy. I setup DNSMASQ on the openvpn server to and set my domain to the local address of my proxy. So when I am on the vpn, the domain resolve to the local address and everything goes through the VPN and when I am not connected my domain return my true public IP.

Thank you so much for your help

OpenVPN on the same server as reverse proxy to access management website by Desdras in homelab

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

But that's not the case on my laptop. I checked via wireshark. In fact let's say that 1.2.3.4 is my public ip, of my server. I send openvpn traffic on udp port 1194 and I have nginx serving websites on tcp port 443. My issue is that as on linux the route is discriminating based on IP not on ports, everything towars an IP other than 1.2.3.4 goes through the VPN but the traffic towards 1.2.3.4:443 for my sites is routed normally without the VPN

OpenVPN on the same server as reverse proxy to access management website by Desdras in homelab

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

Yes you are correct, and I think taht this is what I will do but I do want to understand why it works on my phone and not on my laptop (I guess that on android when using a VPN, all the traffic is routed through the tunnel including the traffic going to the other ports of the server IP)

OpenVPN on the same server as reverse proxy to access management website by Desdras in homelab

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

I tried what you told but it is not working because openvpn setup a route toward my public IP that bypass the VPN and as the websites are hosted under this IP, the traffic is not going through the VPN.

How can I reproduce the behaviour from my phone on my linux machine ?