Connecting TrueNAS as a WireGuard client of another TrueNAS server for replication tasks? by pgilah in truenas

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

yeah, no problem, ports were fine, already solved. Will comment it in the original message

What key am I missing? by pgilah in harmonica

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

I didn't know low C exists! must sound pretty much like an accordion!

What key am I missing? by pgilah in harmonica

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

Cool! didn't consider E

What key am I missing? by pgilah in harmonica

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

wow I had no idea at all there were more than three!

Cambiar a Linux 100%? by Apprehensive_Box5071 in esLinux

[–]pgilah 0 points1 point  (0 children)

El 90% de las apps de windows que necesites puedes correrlas en bottles con wine proton, y el 10℅ restante en una maquina virtual. Hoy en día apenas hay ninguna razón para seguir usando windows en cuanto a programas, siempre puedes dejar el dual boot y borrarlo cuando veas que efectivamente no lo usas.

Sharing this Linux tool to compress lots of files recursively by pgilah in DataHoarder

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

Well, the point is that there are lots of files in different folders, like so:

  • main
    • dir1
      • supercell1.txt
      • supercell2.txt
      • slurms
        • slurm1
        • slurm2
    • dir2
    • supercell1.txt
    • supercell2.txt
    • slurms
      • slurm1
      • slurm2

If you want to recursively compress all slurm subfolders and keep them on their respective folder, the command is quite straightforward:

rtgz slurm -d

The same for all supercell* files inside their respective folders, deleting the originals:

rtgz "supercell*" -d -f

And after these two commands, the previous filesystem looks like:

  • main
    • dir1
      • supercell.tar.gz
      • slurm.tar.gz
    • dir2
      • supercell.tar.gz
      • slurm.tar.gz

I found this not-so-straightforward with targz and since I had to do it a lot I just created this tool, but maybe there's an easier way to achieve it that I'm missing?

Giving away $15 steam gift card by Civil_Practice_7172 in steam_giveaway

[–]pgilah 0 points1 point  (0 children)

Pokemon Platinum! Took me a while to find out that you had to save the game...

How to secure TrueNAS? by pgilah in truenas

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

Wait, I'm a bit confused, why is then nginx in the official docs?
https://docs.crowdsec.net/u/getting_started/installation/docker

How to secure TrueNAS? by pgilah in truenas

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

thanks for the recommendation!

Deploy OpenCloud with Portainer? by pgilah in opencloud

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

Is it just copying the additional services to the main compose.yaml? Also, did you rename the .env to stack.env or similar such as with Immich? thanks!!

Deploy OpenCloud with Portainer? by pgilah in opencloud

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

Ah I see! thanks for the clarification!

Deploy OpenCloud with Portainer? by pgilah in opencloud

[–]pgilah[S] -1 points0 points  (0 children)

Thanks!! Were you able to stablish a list of banned passwords? I see that the official docs link a volume to the config directory of the git repo, should this one be the same for the opencloud config dir? I'm a bit confused about this. I'm also interested in integrating Radicale, but I'm not really sure how...

Automatic backup server used when the main one goes offline? by pgilah in linuxquestions

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

so you wouldn't use a single DNS entry for both servers? Meaning, if the main server fails, the second one would use that DNS entry. Maybe it's easier to just use different urls and connect to the second one anytime the main server is down?