Is it a flatpak installation or repo installation?
- 3 Posts
- 229 Comments
Oh! Is it?
Well, living and learning haha
The is also Codeberg
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.brto News@lemmy.world•Migrants hope Trump mass deportations only 'for criminals'2221·8 months agoSmokers hope cancer reaches only ‘bad people’
BaalInvoker@lemmy.eco.brto Cooking @lemmy.world•[QUESTION] How would I prevent a pressure cooker from exploding?32·8 months agoLike almost every Brazilian, I cook with this pressure cooker very often. The things you have to be aware is the relief valve and the safety seal.
The relief valve, on top of the pan, should be clean and move freely. That’s where the pressure will gradually escape from the cooker while you’re cooking.
The safety seal is a rubber that melts if the pressure is too high and then relief the pressure very fast. Make sure this seal is alright.
Another thing I do and recommend is to never fill the cooker with water past the middle of the cooker! You must have an empty space to build pressure! If you put too much water, the pressure will increase really fast and blow everything up. So take care about the amount of water you put and never exceed the middle of the cooker
BaalInvoker@lemmy.eco.brto Arch Linux@lemmy.ml•Reflector enabled and healthy but slow pacman downloads below 500KB/sec1·8 months agoI like to use reflector with -f and -l arguments… It always gives me the best combination of servers
The command I use is
reflector -f 10 -l 5 --save /etc/pacman.d/mirrorlist
What does
pacman -Qtdq
shows?
BaalInvoker@lemmy.eco.brto World News@lemmy.world•US warns Israel that failure to increase aid to Gaza could have 'implications'English566·9 months agoThe same US that’s sponsoring this genocide?
What if you try another interface, like
shutdown -P now
orpoweroff -p
?
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.
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.
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.brto Linux@lemmy.ml•Switch to Linux: any suggestion on a virtual screen manager like DisplayFusion?1·10 months agoI 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.brto Fuck Cars@lemmy.world•Can we have a discussion about the rhetoric in this community?English1711·10 months agoSo 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”.
BaalInvoker@lemmy.eco.brto Fuck Cars@lemmy.world•Noise Pollution ruins quality of lifeEnglish225·10 months agoMan, 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!
BaalInvoker@lemmy.eco.brto Selfhosted@lemmy.world•I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404English11·10 months agodeleted by creator
BaalInvoker@lemmy.eco.brto Selfhosted@lemmy.world•I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404English12·10 months agoWhy 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.
BaalInvoker@lemmy.eco.brto Selfhosted@lemmy.world•I'm deploying a Laravel app on nginx. Only the main route works, every other throws me a 404English32·10 months agoI’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
Crypto scam browser is never a better evil…