fernandu00

joined 1 year ago
[–] fernandu00@lemmy.ml 48 points 1 month ago

Water can be like this when it rains a day or a couple hours before. Every river become like this when it rains. It is perfectly fine to eat fish from this river.

[–] fernandu00@lemmy.ml 30 points 1 month ago

If all the devices are in the same network you should be able to stream content even without internet. I had to wait for 5 days to my ISP set up my internet on my new address and I watched my jellyfin library in the meantime with no problems.

[–] fernandu00@lemmy.ml 4 points 2 months ago

I don't know if this would fit your needs but I just have a wireguard server and when I travel I just connect to my VPN from my phone and start my access point ..then all the other devices will be connected to my VPN through the phone access point (there is an option to let clients use VPN in access point settings) and watch jellyfin. For me this is the simplest and cheapest option I found.

[–] fernandu00@lemmy.ml 9 points 2 months ago (2 children)

Wait, you mean you need an app to listen to music in a Bluetooth earphone? It's not just connect it to your phone via Bluetooth? I don't usually use phones but I have some Chinese cheap phone I use sometimes that I just connect to my phone and that's it.

[–] fernandu00@lemmy.ml 1 points 3 months ago

Yeah I've switched 3 times already but every once in a while the app crashes or fails the integrity test and I note in the worse possible time..when I need to pay for something. Looks like the best alternative is to have a cheap android phone just to do banking.

[–] fernandu00@lemmy.ml 2 points 3 months ago (1 children)

I've tried and could not use none of them without the website requesting the app to login or to verify the transactions

[–] fernandu00@lemmy.ml 1 points 3 months ago

Mine is the NFC one ..tough luck.

[–] fernandu00@lemmy.ml 1 points 3 months ago

Yeah I did that because of the banking apps issues so I've installed magisk. Looks like I made a mistake.

[–] fernandu00@lemmy.ml 1 points 3 months ago (3 children)

Gonna look the cloudflare thibg. Thanks

[–] fernandu00@lemmy.ml 2 points 3 months ago

Thanks friend!

[–] fernandu00@lemmy.ml 1 points 3 months ago (1 children)

All the banks I have an account need an app in order to login. I've tried to use them using the browser but they all request you to use their app as 2fa. So the app doesn't work and I just can't do shit using only my browser.

[–] fernandu00@lemmy.ml 1 points 3 months ago

All banks I have an account need an app in order to login. I've tried several times to use the browser but I always get to use their app as 2fa. None of the 4 banks I have an account let you use the browser without installing and verifying your phone via official app. It's ridiculous and annoying. As of calendar I just use the AOSP calendar app but sometimes I need to share my work schedule with my wife and that would be great to just share a calendar without sending her the screenshot of the days I have work. Besides that I just could use paper with no problems at all.

 

Hey guys, it's pretty much the tittle. I've been using Lineage with microg for a year now and despite using the majority of FOSS apps in my routine I still feel like I have to struggle to preserve my privacy and keep Google away from my data. Do you guys feel the same sometimes?

Every time I have to use a banking app is a pain ..I kept changing banks to the ones who I could use with Magisk but every app update breaks my setup and I have to find a workaround or change to another app. I just quit using banking apps and passed them all to the wife.Now even home brokers have been blocking me asking to use a "official android version"

Today even a government app we must use to get access to services and information started complaining about my play store.

I self host a nextcloud service on my old desktop that serves as a server but every now and then the updates crash something. Sharing calendar and notes is too complicated if you don't have a vps or a domain. I keep getting complains from the wife about how come I just don't use google keep and Google drive anymore.

After a year I'm starting to think that maybe my data is not worth the hassle just to keep big tech out of my digital life.. I guess Big Brother wins

What do you say? Am I too lazy or it is unpractical to stay away from big tech?

56
submitted 4 months ago* (last edited 4 months ago) by fernandu00@lemmy.ml to c/piracy@lemmy.dbzer0.com
 

So I saw this post here a couple days ago about music piracy and got interested in soulseek. I've installed nicotine in a docker container and started searching for some music. I've found some pretty hard to find music and this album my father used to have in vynil when I was a kid. Cool. But the files had PRIVATE written on them.. Tried to download but the user did not share them with me. My question is: what's the point of sharing folders in a p2p program and denying access to these folders? I mean..just don't share it if you won't let anybody download it. Am I missing something in order to download this album?

Edit: hey guys I sent a message to the user asking if he could share the folder with me and he answered that he'd added me and I could download whatever I wanted! Great! Thanks for the help!

 

Hi guys! I have several docker containers running on my home server set up with separated compose files for each of them, including a Pihole one that serves as my home DNS. I created a network for it and a fixed IP but I couldn't find a way to set fixed IPs to the other containers that use the Pihole network. Well everything works but every now and then I have problems because the Pihole cant start first and grab the fixed IP and some other container gets its IP so nothing works because everything depends on the Pihole to work. My Pihole compose is like this:

`networks: casa:

driver: bridge
ipam:
  config:
    - subnet: "172.10.0.0/20"

networks:

  casa:
    ipv4_address: 172.10.0.2`

My Jellyfin container as an example is like this:

`_networks: - pihole_casa dns: - 172.10.0.2

networks: pihole_casa: external: true__`

I read the documentation about setting fixed IP but all I got was using one single compose file and with 12 containers that seems like a messy solution.. I couldn't set fixed IPs with different compose files. Do you guys have any suggestion about it?

Thanks!

TLDR: I want to set fixed IPs to containers in different compose files so all of them use Pihole as DNS and don´t steal Pihole's IP in the startup

view more: next ›