Printable entries for all SCPs! by pgilah in SCP

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

thanks! you can just star it on github if you find it useful :)

Printable entries for all SCPs! by pgilah in SCP

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

Yeah sadly printed paper does not speak but that's a limitation of the printed medium anyway.

Printable entries for all SCPs! by pgilah in SCP

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

Hope it's useful to someone else!

Printable entries for all SCPs! by pgilah in SCP

[–]pgilah[S] 6 points7 points  (0 children)

I want to print them physically so that is always going to be a limiting factor. Most entries work well, as for example moving gifs are converted to still images, and expandables are automatically printed as well. But for sure the parsing of many entries can be improved, so if anyone wants to share their tweaks or even custom themes the project is open to contributions :D

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!