SymbolicLink

joined 1 year ago
[–] SymbolicLink@lemmy.ca 1 points 1 year ago

Fair point, Dougie needs to fucking go.

And for the record OF COURSE I care about other issues. Maybe my original comment was too extreme. There is no way I am going to vote for any rage-baiting, fear mongering, regressive asshole. If someone presented an amazing, ground-breaking housing plan but was also a neo-nazi I wouldn't vote for them LMAO.

I am just so tired of all the political theatre around housing. It just seems like a no-brainer that should cross party lines. The only people who don't care are the people who are rich, or who are in the pockets of rich development/property management companies. Even the older generations who own a single home care, they probably have children who they know won't ever be able to afford a home or pay a fair price to rent something.

[–] SymbolicLink@lemmy.ca 0 points 1 year ago* (last edited 1 year ago) (2 children)

Yeah, and rental prices have skyrocketed too.

During the next federal election this will be my "single issue" that will determine who I vote for.

At this point I can ignore our insane grocery/telecom prices, even though that is still a huge issue. The housing crises has far worse ripple effects down the chain: potential buyers can't buy so they rent nicer places, potential renters can't rent the nice places so they are overpaying for the rentals they can afford, and people who can't afford any of the rental prices are scraping by with roommates or on the streets.

And these development companies have the nerve to go to court over government investigations over their shady practices.

Shameless.

[–] SymbolicLink@lemmy.ca 1 points 1 year ago

Yeah, potentially overkill, but all the power to anyone who wants to try them out. Freedom of choice is one of the best parts of Linux.

And sorry for the long response. It’s hard to gauge the proficiency that someone might have with Linux, so I tend to lean towards detailed explanations just in case

[–] SymbolicLink@lemmy.ca 1 points 1 year ago

I think that there are definitely valuable/valid use cases for the software in the OP, but I think that the built in bash tools can get most people most of the way there. And learning the common bash/shell conventions is way more valuable than learning a custom tool that some distros/environments won’t support.

If someone already uses aliases, creates some custom scripts, and sets some useful environment variables (along with effective use of piping and redirection) and still needs something more specialized, then getting a new tool could help.

The downsides are a reliance on another piece of software to use the terminal. So I would only use something like this if I had a really solid and specific use case I couldn’t accomplish with what I already use.

[–] SymbolicLink@lemmy.ca 4 points 1 year ago* (last edited 1 year ago) (2 children)

I wouldn’t install a program for this if your use case is simple. You will end up relying on it when there are already some built in tools that can get you 99% of the way there.

  1. Bash scripts placed in ~/bin or ~/.local/bin
  • Can have simple or complex scripts setup to do whatever you want
  • Easily called from terminal or automated through cron or systemd
  1. Environment variables set in -/.bashrc
  • Great for storing common paths, strings, etc.
  • Can be easily incorporated into bash scripts
  1. Aliases set in ~/.bashrc
  • Ideal (IMO) for common commands with preferred options
  • for example you could setup your most used rsync command to an alias: alias rsync-cust=“rsync -avuP”

Edit: rephrased to not discount the tools shared. I am sure if you had a specific reason to use them they could be helpful. But I think for many users the above options are more than enough and are supported pretty universally.

[–] SymbolicLink@lemmy.ca 1 points 1 year ago

Check out LibreOffice instead, it’s more modern and actively maintained.

[–] SymbolicLink@lemmy.ca 22 points 1 year ago (5 children)

I would go from the bottom up instead of top down.

Make a list of software and tools you use, and search for functional Linux native equivalents. Then find the distro that supports up to date versions of that software (through flatpak or the package manager).

You can honestly do 100% of this without even touching the command line if you choose something user friendly like Mint, Pop OS, Ubuntu, or Fedora. Don’t fall into the rabbit hole of finding the perfect distro. Go from what you need to what supports it.

keep the windows partition around for a while until you are 100% confident you can fully make the switch.

[–] SymbolicLink@lemmy.ca 10 points 1 year ago

Yeah I am a bit salty about all of the whole "Opt-out" telemetry thing. I know its just a proposal but just feels a bit slimy.

Fedora is upstream of RHEL which is supposed to result in a mutually beneficial arrangement where Fedora users are essentially testers / bug reporters of code that will eventually make its way into RHEL. Its just part of the collaborative, fast, and "open" nature of FOSS. Adding sneaky/opt-out telemetry just feels like a slap in the face.

super small ex. I am a big Podman user these days, and have submitted a few bug reports so the Podman github repos which has been fixed by RedHat staff. This makes it faster for them to test and release stable code to their paying customers. Just a small example but it adds up across all users to make RHEL a better product for them to sell. Just look into the Fedora discussion forum, there is so much bug reporting and fixing going on that will make its way to RHEL eventually.

Making and arguing for "Opt-out only" telemetry is just so tone deaf to the Linux community as a whole, but I think they got the memo after the shit storm that ensued over the past few days.

But HEY one of the biggest benefits of Linux is that I can pretty painlessly distro hop. I've done it before and can do it again. All my actual data is on my home server so no sweat off my back. openSUSE is looking pretty good, maybe I will give it a try.

[–] SymbolicLink@lemmy.ca 4 points 1 year ago (1 children)

I'm conflicted on this. I 100% think CLI applications should remain as packages but Flatpak IMO is superior for GUI. It just has a lot of "step in the right direction" sorts of things that address some of Linux's faults.

The big two positives for me are:

  1. Makes it easier for developers to publish their own software and reach many distros at once. This has really helped with software availability and updates.
  2. Sandboxing (although not perfect and Flatseal is kind of essential here, I hope this gets rolled into software centers or something).

I am on Fedora Silverblue and the concept of a base OS + Flatpaks just feels right for workstations. OCI containers (podman/docker/distrobox) as a bonus for development environments without borking your host.

But with this recent Fedora news (I know nothing has changed YET but I am just sussed out tbh), I am considering switching to OpenSUSE Aeon/Kalpa.

[–] SymbolicLink@lemmy.ca 3 points 1 year ago* (last edited 1 year ago) (3 children)

Ahhh I see. Might be an issue with the Nvidia drivers and Wayland.

I would try the following in order and see if any of them fixes it:

  1. Update your system "rpm-ostree update" and reboot

  2. Make sure you are on a Wayland session. This also provides instructions to see what apps are in X11 mode (which I suspect Firefox and Software Center are in your case).

  • 2.1 If you are already on Wayland (its the default in Fedora 37): Install Flatseal and force Wayland for Firefox (toggle off X11 and 'Fallback to X11')

  • 2.2 If you are on X11, logout and switch to Wayland in the login screen and follow 2.1 to force Firefox to Wayland.

  1. If that doesn't work I would follow these specific steps to install Nvidia on silverblue. RPM Fusion also has some specific guides for Silverblue that you should check to see if you missed a step.

  2. I would also consider upgrading to Fedora 38, and bump up your RPM fusion major version to track Fedora 38.

[–] SymbolicLink@lemmy.ca 6 points 1 year ago (1 children)

Bad bot, that’s not a Lemmy link just happens to contain “/c/“

[–] SymbolicLink@lemmy.ca 3 points 1 year ago* (last edited 1 year ago) (8 children)

Can you run an rpm-ostree status and paste the results here?

Might also be good to post in ask fedora if you haven’t already.

The people who maintain silverblue are often there to help out.

view more: ‹ prev next ›