Responsabilidade

  • 35 Posts
  • 496 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle

  • O povo é muito emocionado. Romantizam demais a maternidade/paternidade. Desconsideram completamente que esse ser terá uma vida de seus 70~90 anos e terá que sobreviver num mundo em ruínas, tudo alimentado pelo discurso religioso e/ou capitalista de “tem que ter filho”.

    Quem quer ter filho, ótimo, tenham, mas não digam que eu tenho que ter, porque eu não tenho que nada. A única coisa que eu tenho que fazer é viver a vida que foi compulsoriamente me dada. Nada além disso







  • Why are you using that?

        location ~ /\.ht {
            deny all;
        }
    

    You’re denying the access to your root, which is the public/ folder and has the file .htaccess that has

    <IfModule mod_rewrite.c>
        <IfModule mod_negotiation.c>
            Options -MultiViews -Indexes
        </IfModule>
    
        RewriteEngine On
    
        # Handle Authorization Header
        RewriteCond %{HTTP:Authorization} .
        RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    
        # Redirect Trailing Slashes If Not A Folder...
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_URI} (.+)/$
        RewriteRule ^ %1 [L,R=301]
    
        # Send Requests To Front Controller...
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteRule ^ index.php [L]
    </IfModule>
    

    This file handles the income requests and send to the front controller.









  • Are the detectors part for real or were you just kidding? 😲

    You were probably trying to format it nice, but I’ve only read this phrasing from AI.

    Yes, I was, because I like to put my text well formated… I feel pain when I have to read bad formated texts, so I try to be as clean as possible

    But thanks for the answer, the home folder would probably be best. I don’t want to think about it after setting it up. All my downloads and docs are there. I also feel like the whole filesystem would take forever for me to unlock/boot.

    For home folder I think there is a better alternative, like systemd-homed or something like that




  • Encrypting and decrypting are complex operations that requires a lot from the hardware. The resources needed to encrypt and decrypt is proportionally correlated with the amount of files you’re encrypting and decrypting.

    That said, there are some alternatives

    1. Encrypt the whole filesystem
    2. Encrypt only your home folder
    3. Encrypt only the files you wanna

    There is an app, Vaults, that allows you to create vaults to easily encrypt and decrypt folders. Take a look on this app