zhenbo_endle

joined 1 year ago
[–] [email protected] 11 points 9 months ago

I had been using WSL2 for about one year. The experience was terrible compared to a Linux host. (Sadly I can't change the system on my work laptop). However, it was much better than Cygwin, msys2 and powershell - based on my experience.

If your host OS is windows and you're interested in Linux, I think WSL2 is a good way to have a try

[–] [email protected] 22 points 9 months ago (3 children)
  • Find an open-source software that you're interested in, but your main distro doesn't provide it in the official repo. Be a packager for this software.
  • Open your distro's wiki, rewrite (or contribute, if already good enough) a page or section.
  • Try the bleeding-edge version (or very-early testing) of your favourite distro, and submit some test results, regarding to your hardware.

IMHO these tasks are interesting, could learn a lot from these tasks, and other linux users could benefit from these work

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

Also: I think rpm-ostree only supports rpm-based packages, tho; right?

Can I install .deb software too?

I don't think rpm-ostree could support .deb softwares, just like dnf/yum can't support deb packages.

Can you share your use case for trying to install a deb package in Fedora? I'm just curious.

And is there any kind of system-as-a-config-file kind of solution available like in NixOS or blendOS?

Good question. I only have a few computers, so I had never considered about it.

[–] [email protected] 17 points 10 months ago (6 children)

While I’ve looked into Fedora Silverblue, that distro is limited to only install Flatpaks, which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.

No. Your understanding to Fedora Silverblue is wrong. I can just run rpm-ostree install package.name in Silverblue, like other Fedora spins. The small disadvantage is that I need to reboot to apply this update. (re-construct)

but doesn’t that result in new A/B snapshots, or something like that?

Well, you can call it snapshots, but there is no need to think about it. In most cases, the system points to the newest snapshot (deployment 0). If a rollback is needed, I can pin to the older deployments. When a major change is to be applied (Like bump Fedora version), I'd manually mark the current deployment as dont-auto-delete.

Sure, but I’d like to have a more seamless experience, i.e. not having to open/start any “containers” or something like that.

I never used toolbox in my Fedora Silverblue system. I feel that I can't tell the difference between using Silverblue and the default Fedora spin

[–] [email protected] 4 points 11 months ago (1 children)

How about creating an app password? It may let you by-pass the 2FA https://support.google.com/accounts/answer/185833?hl=en#

[–] [email protected] 2 points 11 months ago (1 children)

My solution is not ideal:

I created a directory, called ~/config_sync. I create sym links for config files, like ~/.bashtc to ~/config_sync/bashrc

However, I need to record the sym links I've created, and repeat this process on new machines

[–] [email protected] 8 points 11 months ago (5 children)

Valve has been using MoltenVK to run Dota2 on Mac1. I'm a bit worried that if Valve would cut the funding on MoltenVK2. Furthermore, CS:GO had been an example of a cross-platform example for multiple-player game. Valve's games may still support Linux/SteamOS, but what if other developers only release their games as win-only in future?

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

I think Fedora finds a good balance that

  1. All components are OSS by default
  2. It's super easy to install RPMFusion packages when needed
[–] [email protected] 7 points 1 year ago

Can you share the details of your procedure? Besides, which distro you're using?