fernandu00

joined 1 year ago
[–] [email protected] 26 points 3 days ago (3 children)

Yeah I can relate to that..I'm on vyvanse for a year now and the other day I gave one to my wife that had to do a test she was studying a lot to pass and. After like 4 hours she looked like a neth head literally running around the house while I was drinking coffee and reading a book. For the first time in forever all that noise inside my head is gone.

[–] [email protected] 7 points 5 days ago (3 children)
[–] [email protected] 40 points 1 week ago

That's why I love Lemmy! Every day I learn something interesting here!

[–] [email protected] 2 points 1 week ago

Vou procurar valeu!

[–] [email protected] 3 points 2 weeks ago (1 children)

You're lucky to use the website.. All my banking apps need the app to login to their website. I open the app, it crashes and complains about not being a reliable system. Tried magisk and all those modules..only one of them works after all the hoops.

[–] [email protected] 1 points 2 weeks ago

Valeu vou dar uma olhada

 

Depois de muitos anos de streaming voltei pro alto mar, especialmente pela frustração que serviços como a Disney trouxeram..esperei ansiosamente pra ver os curtas clássicos que passavam na globo mas a Disney cagou e não adicionou no catálogo Brasil. Estou com uma arr stack rodando mas to com dificuldades pra encontrar desenhos dublados, especialmente os antigos como os curtas clássicos da Disney. Quando o prowlarr ou sonarr acham o torrent não tem seeders..Alguém tem ideia se private trackers ou usenet seriam melhores pra esse tipo de mídia? Se sim, qual vcs indicariam?

[–] [email protected] 2 points 2 weeks ago

Yeah I can understand that about leechers..that's why I tried to run a docker container to have my files accessible 24/7 in my home server. The same thing with torrent.. I let the files a long time seeding to give back what I took. I hope I slowly find some cool music from people that let me download..gonna try asking them to share the folder to see if I get luck..thanks

[–] [email protected] 2 points 2 weeks ago

Yeah I don't even have a large collection but I've seen some jazz albums locked that are pretty easy to get by torrenting. If I don't wanna share something I'd just keep it in a different folder..anyway, I found nicotine awesome and plan to spend some time looking for new unlocked stuff..thanks

[–] [email protected] 1 points 2 weeks ago

I was surprised that they really do have rare things like some niche Brazilian musicians and they're not even Brazilian

[–] [email protected] 3 points 2 weeks ago

Cool..gonna ask them to see if I can download this 60s album from a Brazilian musician

[–] [email protected] 2 points 2 weeks ago

I'm gonna try asking for the files thanks

[–] [email protected] 2 points 2 weeks ago

Cool..I'm gonna try that so I don't get frustrated to find some cool music that I'm not able to download.

 

Hey I was trying peertube recently and signed up to a specific instance ..then yesterday I recorded a video and decided to upload to peertube but I found out that I have 0 quota in that instance.. I tried to find if this quota info is somewhere in the peertube instances page but had no luck. Is there any instance that give me some quota on their disk or do I have to run my own instance to host my videos?

 

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 ›