Spyke
pseud
lemmy.world

apt-get, bitches.

And don't forget to close the door on the way out!

80
Knusperreply
feddit.de

The real trick is to not install anything, because Firefox comes pre-installed on most Linux distros.

60
Ooopsreply
feddit.de

You mean "pre-installed with most DEs"...

8
Knusperreply

Well, I wanted to express that it may differ between distros, but fair point that Firefox won't be pre-installed on the server flavors of those distros.

3

I think it's just distros that choose if they pre-install Firefox, not DEs.

KDE on Arch didn't install Firefox, but Kubuntu came with Firefox the last time I installed it.

2

Arch puns. As an Arch user, I admit this is hilarious.

I use Arch btw.

1
NateSwiftreply
lemmy.world

apt is a newer tool that combines the functionality of apt-get and apt-cache. Itโ€™s not as backwards compatible but has a nicer more human readable output

15
sudo apt-get install bitches
bitches not found

๐Ÿ™

3
programs.librewolf = {
  enable = true;
  extensions = with pkgs.librewolf.extensions; [
    ublock-origin
    canvas-blocker
    wappalyzer
    user-agent-switcher
  ];
};

Declarative NixOS config. Copy this to your nixos config file to get my exact librewolf config.

66
nothendevreply
sopuli.xyz

is this nixos or home manager?

they look exactly the same

1
flashgnashreply
lemm.ee

I'd never heard of librewolf until this. Why use it over firefox? Thought firefox was already privacy focused

1

Firefox actually has a lot of telemetry that's opt-out rather than opt-in, and doesn't have many privacy protections. Librewolf comes with ublock origin (which blocks trackers and annoyances as well as ads), has extreme fingerprinting protection, and has no google stuff out of the box.

2

Firefox has telemetry and has become adware. Mozilla VPN ads pop up every once in a while. Sponsored bullshit on the home screen. Pocket integration with recommended/sponsored content. Mozilla's becoming what it set out to destroy unfortunately.

LibreWolf is Firefox without this garbage, plus more privacy focused defaults. Some of those defaults are rather extreme though so I recommend toning it back (such as deleting history/cookies after every session, and resist fingerprinting can screw up anything that displays time by not taking your time zone into account).

1

Been thinking that there should be an option to sidevote in such cases...

1
lemmy.ml

Imagine using Windows ๐Ÿ˜ค๐Ÿ˜ค

$ Flatpak install Firefox

23
Chadus_Maximusreply
lemmy.zip

Tell me how to beat anticheat on Linux? Cuz that's the only thing keeping me.

3

To see if the games with anticheat that you want to play are supported on linux, check areweanticheatyet.com they have a pretty huge list of anticheat status where are listed supported, unsupported and denied games.

6
schmenschreply
discuss.tchncs.de

If your games are on Steam, check ProtonDB.

If not, you're probably out of luck, but check recent Search Engine results. Best to limit results to around last 6 months, otherwise you'll probably get outdated information. Only a few bigger non-steam multiplayer shooters work, I can only think of Overwatch right now.

4

Give me a little LPT - how do you search for results within a date range?

1
mun_manreply
lemmy.fmhy.ml

Which games do you play? The only game holding me back was tarkov but I randomly decided to put Linux on one of my drives to see what I could/couldnโ€™t do and I was able to get it working with proton. Probably going to switch over completely soon after I play around with it a bit more

2
Chadus_Maximusreply
lemmy.zip

Path of Exile, MapleStory, League of Legends, WoW private servers song other things.

1

League of Legends does work under linux without any anticheat issue, there is even a script done for lutris and an aur package to setup the game, on lemmy there is leagueoflinux where to ask for help.

3
shinobizillareply
lemm.ee

For work, I have no option other than Windows. Right now, I use a mix of WSL2, winget, scoop to get around which is nice. I get to ignore most of the rough edges of Windows lol

2

Imagine having to spend 30 minutes just to run a specific software from Windows

0
lemmy.ml

Firefox is installed by default on my Linux distro, though

22
lemmy.world

If you have Ubuntu though you still gotta uninstall the snap version of Firefox and switch it to the deb version

11

$ flatpak install app/org.mozilla.Firefox ๐Ÿ˜Ž

20
Sureitoreply
feddit.de

perfection ... though dont forget x264 and x265

4
guyreply

I liked the obsolete shim for that: cinst - save some letters.

Same with cup instead of choco update.

I've just reinstated them anyway.

1
nosurfreply
unilem.org

Man nix looks soo damn cool. I just dont know if id ever actually use it. But a versioned controlled OS seems so sweet.

Can you use it to choose desktop environment as well?

2

You can. I run sway and it is configured through nix:

https://github.com/pimeys/nixos/blob/main/desktop/sway/default.nix

Gnome design makes it a bit harder, but not impossible:

https://hoverbear.org/blog/declarative-gnome-configuration-in-nixos/

Somebody doing the same for KDE:

https://github.com/LunNova/nixos-configs/blob/dev/users/lun/on-nixos/kdeconfig.nix

So the answer to your question is yes. It is possible and kind of required to go the full nix route with NixOS. It might not always be super straightforward with large DEs, and for sure works much better with window managers that already utilize text configuration.

2
lemmy.xylight.dev

Yep. To change desktop environments, just change:

services.xserver.gnome.enable = true;

to

services.xserver.plasma5.enable = true;
1

This is cool because it gets rid of all the packages when you switch. There is nothing left of Gnome when you switch to KDE.

1
nosurfreply
unilem.org

Wow. Im gonna try it out in a vm even if i have no use for it. That is crazy.

1

It's really nice. When you setup a new system, you don't have to spend hours changing settings, configs, and installing packages. With NixOS, just copy the config file from your old system and then run nixos-rebuild.

2

I really wish the default template switches to flakes soon. Using flakes is a must for the best experience, and converting the default config is at best a hassle and for newbies a huge mountain to cross.

1
kaitcoreply
lemmy.world

I honestly donโ€™t understand why itโ€™s a snap by default now. Iโ€™ve never got it to really function the way I want as a snap. Puts a sour taste in my mouth for Ubuntu altogether.

6
Knusperreply
feddit.de

Yeah, as far as I can tell, when you right-click on an image and select "Save As...", that's just flat out broken on Ubuntu 22.04, due to it being shipped as a Snap.

And the Download-folder it uses, is in some random, deeply nested sub-directory of ~/snap/.

2
Vilianreply
lemmy.ca

bruh, even in flatpak it works fine

3
Knusperreply

Yeah, Firefox even integrated this whole "desktop portal" concept, specifically for the file dialogs within containerized package formats.
No idea, why Canonical and/or Mozilla don't have that working for Snaps...

1
Knusperreply
feddit.de

You can download a .tar.bz2 from Mozilla's webpage, which you can unpack and then just launch the firefox binary inside it.

But yeah, if you want proper integration into the desktop environment, it takes some manual steps, which a .deb would do for you.

5
lemmy.dbzer0.com

If you are willing to download a .tar.bz2 from Mozilla, you can also download the .deb file from the Debian repos

1
Knusperreply

Yeah, sure. I still like to share this factoid, because not many people seem to be aware and it is pretty useful, if e.g. you want to quickly test Firefox Nightly or the new Thunderbird or whatever.

1
feddit.de

Especially since snaps cause tons of problems, for some reason. I actually switched to Debian a while ago because the snap Firefox kept randomly forgetting history items, cookies, settings, etc.

2
Semmelstullereply
feddit.de

Actually the non GUI Snaps are good. I still prefer not to use snaps but they are well done. It's just the software for the average user that starts to suck on Ubuntu. Their focus silently shifted to cloud and server, not desktop. And it shows

1
feddit.de

But why release it then? And with Firefox? I mean, if some weird niche application threw some errors under certain circumstances, fine, you can't test everything. But Firefox? I mean, OSes are just browser-enablers these days and if Ubuntu sucks at this very basic thing, it's garbage.

1

Legit me past week, had a misshap and had to reinstall windows, didn't want the millions of installers so I just everything via winget

10
0x4E4F
lemmy.fmhy.ml

Nope, the correct way is sudo xbps-install -Suv firefox.

8
lemmy.world

No, xi is just a handy script that does sudo xbps-install with less typing and also helps with installing local packages (ones you built with xbps-src).

1

Oh, cool, didn't know that, thanks ๐Ÿ‘.

But xbps is still keeps track of installed packages, right, xi is just a script.

1

Man I love WinGet I just hope they add multi-threaded download to speed up downloads also downloading while installing other applications

7
lemmy.world

Scoop is preferred as it provides versioning and user installs compared to winget which are typically machine wide and require administrative roles.

7

Versioned and doesn't need admin... I've been happy with chocolatey, but this sounds interesting.

1
feddit.de

Don't you need to google the exact package name anyways?

6
Spikereply
discuss.tchncs.de

winget search <query>

Or just try to install, and it shows you what the package name is.

4
lemmy.world

Is this something everyone should know to do? Or just style points for programmers?

6
Tamlynreply
feddit.de

At the moment i like choco more than winget, so winget is now the tool to install choco???

5
GoumLeChatreply
jlai.lu

winget uses official repos, choco uses its own community-maintained repo.

2
Tamlynreply
feddit.de

I write at the moment, because the it's good that microsoft finally has a package manager. But even though choco is community maintained, it's quite good and has a lot things microsoft not yet has. But what annoys me the most with winget ist, that the package names outside of the store packages have horrible names. But you are correct, official is better.

1

Yeah I really like choco as well, I have my little script to keep softs updated, I haven't spent much time with winget yet. I might be wrong but I think Choco installs software in specific folders instead of the usual C:\Programs or Appdata ?

1
FlexibleToastreply
lemmy.world

More like sysadmins not programmers. I've met plenty of programmers that write brilliant code, but don't know how to manage computers very well.

5

Gotcha. I don't know the difference between all the techy jobs, you all just do various forms of magic to my muggle brain.

2

You don't have to know it, but it's a good thing to know!

It's actually easier than the other way once you learn how to use it (looking through search results to make sure it's the official link, clicking through installers, having to think about updates, etc. vs. just opening a terminal and typing winget install whatever).

But the terminal intimidates people. So I expect this will mainly be used as an optional "tech tip" sort of thing.

1
UnelectedReimureply
lemmy.ml

using winget is a much safer and faster way to install new software. yes command prompt seems intimidating but it's super easy, you don't need 1337 hack0rz skillz to use it

0
CPU: AMD Ryzen 9 5900X (24) @ 3.700GHz

It takes me like 10 minutes to compile these days :D. Before, yes.

7
Max
pawb.social

windows users installing a web browser: then vs now

4
Thannreply
lemmy.ml

maybe in a decade linus from LTT will be able to use a package manager

5
Thannreply

lol if he can use them on windows this easily he was clearly trying to fuck it up on linux

1

in case anyone wants the mac equivalent brew install --cask firefox of course first install xcode and brew

2

does the firefox in this winget stuff is a pure firefox build, or mirsofotizied (full of tracking and grandma-stealing algorithms) garbage? also nice to see ms picking up 20+ years old linux features just to implement them badly :D

1