BaalInvoker

joined 2 years ago
MODERATOR OF
[–] [email protected] 2 points 7 months ago (2 children)

I called it "stable enough". For a home user, it's stable enough. It's a myth that Arch will break every update or it is unstable. Arch is as unstable or stable as you make it be.

You also can't setup automatic updates safely

That's partially true. If you're trying to run a server, yeah, don't set any automatic update. If you're home user, you may do it and you'll be fine, but be aware of your system.

[–] [email protected] 5 points 7 months ago (4 children)

Arch is easy to maintain and is stable enough. Of course you can make Arch unstable if you do greedy stuff, but if you use like a normal person, it will be fine

It's using Arch for 5 years now and I never broke my system, for example

[–] [email protected] 6 points 7 months ago

The admin can inject a Plausible code to have some privacy respecting analytics

It's lightweight and can give you most of info you need (I guess)

[–] [email protected] 1 points 7 months ago

I don't know if I correctly understood but I think that KDE plasma has this functions you need from DisplayFusion. You need to use Virtual Desktops + Activities, both inhetit to KDE

Maybe I didnt undertand correctly, but I think this may do the job for you

[–] [email protected] 6 points 7 months ago (1 children)

So you're trying to say that we can't blame and piss around about stupid loud and disrespectful cars and car drivers in a community named "Fuck cars"?

C'mon... We're here cause we're pissed off with cars and cars-centric cities that are driving us insane. We're not here to convince anyone, or else the community couldn't be named "Fuck cars".

[–] [email protected] 17 points 7 months ago (8 children)

Man, there is a small d man who lives along my street and EVERY F DAY he drives his loud and noisy motorbike. It's driving me insane!

Also, there is a car that every f day, around 10 am, drive down the street, but his carburetor is open, being stupidly loud! It make me literally sick!

[–] [email protected] -1 points 7 months ago (1 children)

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.

[–] [email protected] 1 points 7 months ago (6 children)

I'm not sure, but looks like you're denying all .htaccess files. Laravel depends on .htaccess to make things work properly

Take a look on Laravel docs - Deployment to make sure your configs are right

[–] [email protected] 19 points 7 months ago (12 children)

We're approaching a new pandemic... Are we prepared?

[–] [email protected] 37 points 7 months ago (2 children)

And it's not. SELinux is much more secure, however much more complex. Although AppArmor also do the job, despite being easier to workaround it. But I don't think this is a good argument against Debian.

view more: ‹ prev next ›