Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FE
fernandu00 @lemmy.ml
Posts 4
Comments 147
How some of us found out...
  • 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.

  • what foss phone OS do you use and why?
  • 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.

  • Desenhos dublados

    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?

    4
    New to soulseek and have questions
  • 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

  • New to soulseek and have questions
  • 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

  • Dúvidas de iniciante
  • Sobre a VPN..eu usei um mês de VPN mas quando venceu meu plano da mullvad eu decidi tentar a sorte sem VPN..faz 3 meses que eu to sem VPN e com 2TB de download e até agora nenhuma notificação de lugar nenhum.. Então sei lá.. Por enquanto pode ser opcional

  • Some interesting distributed networks (non-centrally controllable networks)
  • Yeah, if they used monero instead of lightning would be a better option for the user. Not a lightning fan. Layer 2 solutions seems a waste of time and money for me, lightning included..but well, that's the result of the blocksize war.

  • This Undisclosed WhatsApp Vulnerability Lets Governments See Who You Message
  • Yeah..in my country it's almost mandatory to have it or you won't talk to anybody..it's the only message app most people know.. It's like windows to operating systems..people just use it and ignore that there are different ways to communicate. I tried to use other apps like telegram or signal ..nobody wants a second app to send messages..too much trouble

  • Peertube @lemmy.ml fernandu00 @lemmy.ml

    Video Quotas in peertube instances

    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?

    2

    [Question] Best way to set up docker containers that depend on other container

    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

    9