BaalInvoker

joined 1 year ago
[–] BaalInvoker@lemmy.eco.br 7 points 1 week ago

Is it a flatpak installation or repo installation?

[–] BaalInvoker@lemmy.eco.br 4 points 1 week ago

Oh! Is it?

Well, living and learning haha

[–] BaalInvoker@lemmy.eco.br 6 points 1 week ago (9 children)
[–] BaalInvoker@lemmy.eco.br 11 points 2 weeks ago

Well, it's possible, but I don't think it's feasible... If you want another distro, it's easier if you format your pc with the distro you want

[–] BaalInvoker@lemmy.eco.br 3 points 1 month ago (1 children)

What does pacman -Qtdq shows?

[–] BaalInvoker@lemmy.eco.br 5 points 1 month ago (1 children)

What if you try another interface, like shutdown -P now or poweroff -p?

[–] BaalInvoker@lemmy.eco.br 2 points 2 months ago

Well, it is. Is so stable that many of Arch users install Arch once and don't have to format the computer again in years.

Of course you can't say that Arch is as stable as Debian, cause it's not. But it's totally unfair compare these distros, cause the use cases are completely different.

Don't use a ruler to measure how loud a sound is.

[–] BaalInvoker@lemmy.eco.br 2 points 2 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.

[–] BaalInvoker@lemmy.eco.br 5 points 2 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

[–] BaalInvoker@lemmy.eco.br 1 points 2 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

[–] BaalInvoker@lemmy.eco.br -1 points 2 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.

 

cross-posted from: https://lemmy.eco.br/post/6013803

(vou postar em inglês porque vou fazer crosspost, mas no @Linux Brasil pode responder em português)

After recently Firefox update I noticed that audios are cluncky. I mean, if my Firefox isn't playing any sound, if I start a video or any sound start playing (whatsapp notification, for example) it doesn't work at first. For example in videos, I have to pause and unpause the video to the audio start playing properly.

Is anyone experiencing something similar?

Is there anything I can do to solve this issue?

I tried another browsers and another sounds in OS and it doesn't happen, what makes me think it's not an OS bug, but a Firefox bug.

-1
submitted 1 year ago* (last edited 1 year ago) by BaalInvoker@lemmy.eco.br to c/selfhosted@lemmy.world
 

Summary

I have a old laptop that's serving me as a Technitium DNS server and Tailscale exit node.

My setup is behind a CGNAT, but the Tailscale make its way around and that's not an issue. My VPN exit node works flawlessly.

However I also set my router to make my laptop as DNS server, so all my lan network is passing through the Technitium. So, in theory all my local network is using my selfhosted DNS server.

Issue

The issue here is not the server itself, cause it's working as intended - when I can connect to it.

What's going on is that my server for once in a while become unreachable from lan. If I try to ping it from another device in local network, it returns that it's unreachable, but my server still connected to the internet (I can ping Google, for example). So to solve it, I must do one of the below:

  • Kick the server from the router, forcing it to reconnect
  • Connect to the Tailscale VPN and ping it from the Tailscale ip
  • Reboot my server

It anoys me because it's not supposed to the server become unreachable in local randomly!

It's important to comment that the server isn't connected through ethernet, but it uses wifi because I can't put my laptop near the router. The laptop is close enough to not have any wifi interference, however.

What can I do to prevent my server to become unreachable?

My setup

Server

  • An old Acer laptop connected to the wifi
  • Static IP configured
  • SO: Arch Linux (as server, no GUI at all)

Router

D-Link DIR-842


Thank you in advance

view more: next ›