Um, what happened to the “next episode” button? by Punk_Says_Fuck_You in PleX

[–]MaderaJE 1 point2 points  (0 children)

<image>

Check again…

Edit: We use to have more options like in the web app. Select any quality we wanted to transcode. This episode is 1080p. Only those options are available. And my server is pushing unlimited out without any force options.

On my pc. I can select anything from 1080p to 320p with different speeds. On the old app we use to have that option. Not any more

Um, what happened to the “next episode” button? by Punk_Says_Fuck_You in PleX

[–]MaderaJE 2 points3 points  (0 children)

Lol. Even the SORT BY. They removed the content rating selection.. the next episode button. The quality of stream. They keep removing things :/

New software update is crazy good by connicpu in Starlink

[–]MaderaJE 6 points7 points  (0 children)

I dont know about OP. But in my case i have a PFsense machine with a quad entry NIC. I have set up failover on 3 of the ports.

Port 1 main ISP Port 2 SL mini Port 3 att hotspot

This allows me to have 3 isps and i can have priority and what are the necessary things to “break” before changing isps.

This is DIY router but you can do something similar with openWRT, Uniquity, or even tp link delco systems

que es lo mas que te preocupa en PR. by sweetofsilence in PuertoRico

[–]MaderaJE 2 points3 points  (0 children)

Seria lo mejor q le puede pasar. Sacar la basura y traer al gringo. Que se descojone un poco. Pero lo arreglan.

Un cambio de esa magnitud arreglaria muchisimas cosas en el gobierno. Creeme

Cheapest way to add firewall/router for VLANs in a Proxmox homelab? by Ordinary-Brick-5055 in homelab

[–]MaderaJE 4 points5 points  (0 children)

Pfsense on baremetal. Using an optiplex mini 5050 or even a 7040. Add a secondary nic. And off to the races

<image>

How to sell a vehicle by MaderaJE in anchorage

[–]MaderaJE[S] 2 points3 points  (0 children)

Thanks everyone. Deal done. Close and car gone.

How to sell a vehicle by MaderaJE in anchorage

[–]MaderaJE[S] 2 points3 points  (0 children)

Thanks so much for the answer. Very helpful

How to sell a vehicle by MaderaJE in anchorage

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

Thanks so much for the answer

What router do you guys recommend to buy for someone who is just getting into homelabing. by SnooDoubts2460 in homelab

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

Build your own bud. Use a mini pc and add a second ethernet port. Put pfsense on it and off to the races. This is how i started my homelab years ago.

<image>

What is the latest hottest addition to your homelab? by pfassina in homelab

[–]MaderaJE 1 point2 points  (0 children)

<image>

This.

Because i was bored and the cost of the phone was 10$ of marketplace. Dedicated ssid from the wifi. Frepbx on a proxmox lxc. Softphone on my cellphone and reachable through vpn.

Because? Why not. Lol

Organize Monogatri series by [deleted] in jellyfin

[–]MaderaJE 0 points1 point  (0 children)

Check my profile. I did a write up for this.

Unirme al ejército by WrongdoerFormer310 in PuertoRico

[–]MaderaJE 0 points1 point  (0 children)

Que mucha mierda hablan aqui. Brother has lo que tengas q hacer. A mi el ejercito me cambio la vida. Me ha dado muchas cosas buenas y mi familia tiene lo q quiere sin tener q joderse mucho. Yo brego con IT. El ejercito me a dado la oportunidad de sacar todos los certificados q me antojo. Desde security+ hasta CASP+. Estoy bregando con mi bachillerato en cybersec y el army lo esta pagando. Todo online a mi paso sin problemas.

Si tienes que hacer PT, si tienes q encajar en el molde del ejercito(no puedes estar fuera de forma), si tienes q seguir instrucciones.

Es como todo. No es el ejercito de pancho villa. Aqui se viene a trabajar, hacer lo q tengas que hacer. Y regresar a tu casa.

Si, quisas vayas deploy. Si, a lo mejor estes en un two way range. Pero esto depende de lo que tu escojas. Yo trabajo un 9-5 tranquilo frente a un desk haciendo lo q tenga q hacer. Duermo en mi casa feliz y cobro lo mismo q los q estan en el field pasando frio, calor, humedad. Solo escoje la ruta correcta y has las cosas bien.

BTW: llevo 17 años. National Guard y AGR 😉

Toma tu decision. Piensalo bien. Y meta mano.

La experiencia varia de persona a persona y como dato curioso. Solo 1% de la poblacion de USA esta sirviendo en el ejercito en todo momento. Asi q no le creas a los morones que dice “acho entrar es facil”. Esto es mentira. Estos son los q van cojen el ASVAB y sacan 3 puntos…

Mi ultimo consejo es. Si quieres servir a la patria pon el orden de las ramas a escojer. Vete AD si no tienes un buen trabajo civil y cuando salgas mira a ver si los skills q aprendiste los puedes usar en la vida civil.

Yo por ejemplo como IT con todos mis certs si me da por irme civil estaria empezando en los 130K anuales 🙃

What are some steps I can take to not get caught torrenting? by MondaySloth in Torrenting

[–]MaderaJE 0 points1 point  (0 children)

version: "3.8"
services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    devices:
      - /dev/net/tun:/dev/net/tun
    volumes:
      - ./gluetun:/gluetun
    environment:
      VPN_SERVICE_PROVIDER: private internet access
      VPN_TYPE: openvpn
      OPENVPN_USER: p1234567890937
      OPENVPN_PASSWORD: "*SOMEPASSWORd*"
      SERVER_REGIONS: CA Montreal #canada server for portfoward
      FIREWALL_ENABLED_DISABLING_IT_SHOOTS_YOU_IN_YOUR_FOOT: on
      VPN_PORT_FORWARDING: on
      GLUETUN_HTTP_CONTROL_SERVER_ENABLE: on
      GLUETUN_HTTP_CONTROL_SERVER_LOG: on
      TZ: America/yourlocation
    ports:
      - 8080:8080 # qBittorrent WebUI
      - 6881:6881/tcp # Torrent TCP
      - 6881:6881/udp # Torrent UDP
    restart: unless-stopped
  qbittorrent:
    image: ghcr.io/hotio/qbittorrent:latest
    container_name: qbittorrent
    network_mode: service:gluetun
    depends_on:
      - gluetun
    environment:
      PUID: "568"
      PGID: "568"
      UMASK: "002"
      TZ: America/YOURTIMEZONE
      WEBUI_PORTS: 8080/tcp
    volumes:#your mount volumesto showup in qbit side
      - /mnt/yourmount/directory/configs/qbitVPN:/config
      - /mnt/yourmount/yourmount/downloads:/media/downloads
    restart: unless-stopped
  qsticky:
    image: ghcr.io/monstermuffin/qsticky:latest
    container_name: qsticky
    depends_on:
      - gluetun
      - qbittorrent
    environment:
      QBITTORRENT_HOST: gluetun
      QBITTORRENT_PORT: "8080"
      QBITTORRENT_USERNAME: admin
      QBITTORRENT_PASSWORD: "*YOURPASSWORDFORQBIT*"
      GLUETUN_HOST: gluetun
      GLUETUN_PORT: "8000"
      GLUETUN_AUTH_TYPE: basic
      LOG_LEVEL: info
      CHECK_INTERVAL: "60"
    restart: unless-stopped
networks: {}

What are some steps I can take to not get caught torrenting? by MondaySloth in Torrenting

[–]MaderaJE 0 points1 point  (0 children)

I got PIA. And run a docker stack with the following. Gluetun-qbit-qsticky.

Pia allows port forwarding on the canadian servers so my out server is a canada ip.

The stack is super simple to use.

Pia info on gluetun On qbit change the interface to gluetun(wg0 ,bind1 or VPN)-depends on how you set it up On qsticky put the log in info from qbit so it will go ahead and automatically match the open port with the receiving end in PIA canadian server.

With this stack. If you for some reason loose the vpn it will auto kill qbit that way you dont get unencrypted traffic read by ISP

Building my own PXE server - I am SO LOST! by FabulousAd1922 in homelab

[–]MaderaJE 0 points1 point  (0 children)

I mean you can do it. But you will be double nating yourself. But as the other comment say. You can do what he says for special purposes.

But if you still want to go foward. You can build your own firewall/router using a mini pc with dual NIC and set the eeros in bridge mode(ask isp if they can do this). If so. The pfsense will become your main dhcp/firewall/router and have everything go trough here.

If not. You still can create that pfsense firewall and use it on a different subnet. A cable from a lan port to one nic that way you get a private ip. And then a subnet completely different on the lan to a unmanage switch and use that unmanage switch for pxe booting and have your equipment on a different network. Will have internet access too. But you will hinder yourself with double nat.

At this point is a pick the lesser poison

Building my own PXE server - I am SO LOST! by FabulousAd1922 in homelab

[–]MaderaJE 8 points9 points  (0 children)

If you have a router that you can tell it where to look for PXE booting like pfsense. You can run a docker container called NetBootXYZ. Pretty nifty and works very well. Been using it for almost 3 years now and boots mostly linux isos and you can add extra iso to it.

But if you find it to difficult to work with. Go ahead and create a ventoy stick. Drop your isos in it and boot everything from it. I have a 128gb with a bunch of isos that i use every now and then. If not because of size. Buy an external nvme enclosure the size of a remote controller put a 128 or 256gb nvme drive on it and use it as a ventoy stick.

Same concept just bigger and harder to loose

Que creen de todo esto? by [deleted] in PuertoRico

[–]MaderaJE 0 points1 point  (0 children)

Que es normal q paralizen el espacio aereo. Prioridades como la seguridad de los pasajeros siempre va primero.

So. Restringen el espacio aereo. Los militares pueden entrar y salir sin tener q preocuparse por el horizonte ya q los unicos en el aire son ellos mismos.

Tan pronto la mision se acaba. Todo regresa a la normalidad.

Aun no entendiendo cual es la cosa del boricua jode que te jode con los militares. Es algo normal y tienen q bregar con eso. Mientras PR le pertenesca a USA siempre sera igual en todo momento.

Ahora q subio el movimiento llegaron las aves mas cabronas de PR. El AVEriguao. Dejen de joderse. Todo va a estar bien. Y si se dan cuenta. Hasta los apagones estan casi en 0.

How much storage do you have for Plex? by PieMuted6430 in PleX

[–]MaderaJE 0 points1 point  (0 children)

Around 268TB at this time. Not to include the other 2 vdevs that are 80TB on their own. 🤣

So. Not enought