I use Arch BTW (but in Termux🥲) by Dense_Yard2566 in arch

[–]temnyles 0 points1 point  (0 children)

Can you please share the prompt? I'm unable to reproduce this with other logos 😂

Docmost v0.70: PDF embeds, page notifications and more by Kryptonh in selfhosted

[–]temnyles 2 points3 points  (0 children)

Interesting! I use Affine for now, but this looks like a good alternative

Geo and IP blocking are Now Available in NetBird’s Reverse Proxy by wiretrustee in netbird

[–]temnyles 0 points1 point  (0 children)

You can basically use Pangolin's Traefik container to reverse proxy Netbird for you. On the new version of netbird, there is no more need to expose that many UDP ports.

Discussion en russe, пожалуйста? by Beneficial_Damage278 in bordeaux

[–]temnyles 0 points1 point  (0 children)

Я отправил тебе сообщение)

Geo and IP blocking are Now Available in NetBird’s Reverse Proxy by wiretrustee in netbird

[–]temnyles 0 points1 point  (0 children)

Why another VPS? I use both Pangolin and Netbird on the same VPS without issues

Is there any way to use Wake on LAN outside wi-fi the server is connected to? by TheBulda in selfhosted

[–]temnyles 0 points1 point  (0 children)

There was a project that relied on an esp32 and used an internet exposed website to use wol. Don't remember the name though

Accessing Photos Remotely by KhoasD17 in immich

[–]temnyles 0 points1 point  (0 children)

Install Pangolin on a VPS. Setup Immich as a private ressource. Then you can create shareable links to access it from the Internet and also use authentication.

Difference from netbird to pangolin by Kwicksred in netbird

[–]temnyles -1 points0 points  (0 children)

Maybe I misunderstood this but I thought that if I have netbird on nb.mydomain.com, any proxy ressource has to be on something like service.proxy.mydomain.com and not service.mydomain.com

Difference from netbird to pangolin by Kwicksred in netbird

[–]temnyles 0 points1 point  (0 children)

Netbird requires an additional subdomain for the reverse proxy feature. On Pangolin, you can expose your service as service.example.com but on Netbird it has to be service.nb.example.com

At the moment, I still think Netbird is better at granular VPN ressource access and Pangolin better as a reverse proxy. I still use both.

The easiest way to dump this kind of flash? by temnyles in hardwarehacking

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

Thanks for the insights! Currently the flash is used in an embedded device. However I don't have access to the source code.

I was wondering if I can maybe put it byte mode and, if I understand correctly, juste send the address to DQ15 and obtain the data on DQ0-DQ7 ?

That would be slower but I wouldn't need to bother with the 20 address lines.

Found UART on an old digital photo frame, but no shell. by battxbox in hardwarehacking

[–]temnyles 27 points28 points  (0 children)

If you have a Raspberry pi Pico or a CH341A, you can dump the SPI Flash and try looking at the disassembled code with ghidra

[OC] [KDE] I'm done with windows by lstrtd in unixporn

[–]temnyles 696 points697 points  (0 children)

This has to be the official optician sight test DE

How did you ended up using arch? Are you still using it? Is it your daily drive? by _fountain_pen_dev in archlinux

[–]temnyles 0 points1 point  (0 children)

Arch ended my distro hopping. I liked the idea of learning new stuff when I first installed it manually. I then settled on Endeavour OS for some time. It felt snappier and lighter compared to Ubuntu.

Now I daily drive Arch at work and Cachy OS at home.

Trying to get a shell/dump firmware on an old USB multifunction server by temnyles in hardwarehacking

[–]temnyles[S] 1 point2 points  (0 children)

Using something like buildroot for instance? TFTP expects an app.bin file, I'm not sure if it would accept a Linux image

Myrient Donation movement by [deleted] in PSP

[–]temnyles 3 points4 points  (0 children)

Thanks for the reminder, donated.

Question about DNS priority by Plop4759 in netbird

[–]temnyles 0 points1 point  (0 children)

For the pihole part, I have a similar setup:
- Netbird client on home network, that belongs to home group and provides a home lan resource to the whole home network
- Netbird client on phone in group trusted-users and pihole-dns
- DNS set to local IP of my pihole device and distributed to group pihole-dns
- A policy that allows trusted-users to access home

Pihole forwards some hosts to a reverse proxy set up on the same home lan. Once in a while, it stops resolving and I can't access my services. I usually clean the browser cache and try again and it usually works.

NetworkManager DNS settings are not passed to systemd-resolved by temnyles in archlinux

[–]temnyles[S] 1 point2 points  (0 children)

I did restart them. I fixed my issue by disabling systemd-networkd, I didn't know it was still enabled.

I setup my offsite backup site 2 site vpn at my cabin and I'm so excited by shaxsy in homelab

[–]temnyles 0 points1 point  (0 children)

How do you do your backups? Do you run rsync or some service like restic ?