linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

TeryVeneno, in Best CPU and GPU monitoring app

Resources is pretty good.

poopsmith, in Any experience with teaching kids Linux?
@poopsmith@lemmy.world avatar

My older brother got me into Ubuntu when I was around 12. He basically showed me the basics, like the terminal and a couple commands, then just told me to manpage or Google everything else.

Then I got Linux for the Wii and that really got me into the nitty gritties of Linux.

danielfgom, in short question by an aspiring user
@danielfgom@lemmy.world avatar

Great choice. Definitely Linux Mint.

NOOBMASTER,

Or you could try Zorin.

danielfgom,
@danielfgom@lemmy.world avatar

You could but it often updates much later than others, and is way too white everywhere

NOOBMASTER, (edited )

true. but it does have a Dark Mode.

sxan, in help: can I move CLI tools through a usb drive ?
@sxan@midwest.social avatar

Depends on the tools. If they’re statically compiled, it should be fine. If they aren’t, it might still be fine if the distro and versions are similar. But what you want is statically compiled binaries.

It’ll need to be the same architecture (ARM -> ARM good, AMD -> ARM bad), and check each tool on your working computer with ldd; the fewer lib dependencies, the better.

Scripting languages are probably not worth messing with. Even if you have a running interpreter on the broken machine, scripting languages tend to lean heavily on third party libs, which may not be installed. The exception are ba/sh scripts, which have a good chance of using only commonly installed commands (why else use bash?).

danielfgom, in Why are there no playback controls in LibreOffice Impress?
@danielfgom@lemmy.world avatar

Who knows? Have you tried OnlyOffice?

panbroggi,
@panbroggi@feddit.it avatar

I did, last time two months ago. Unfortunately their presentation software is pretty minimal at the moment, and I prefer the fully open ODP standard. Anyways, at the time there was an issue with videos that weren’t playing at all.

Pantherina,

Onlyoffice is partly proprietary and includes tracking

lemann,

The SaaS or the Flathub one, or both?

Just checked the Flathub one and its accompanying repo, and could not find any mention of tracking or proprietary components…

Compared to Plexamp or Spotify on Flathub, where there is a prominent warning box notifying you about it being proprietary

davefischer, in help: can I move CLI tools through a usb drive ?
@davefischer@beehaw.org avatar

If the package manager on your old PC is keeping copies of everything it installs, just copy all of those packages over and go through the package manager on the new PC. Look under /var/cache

Maestro, in Preparing to move from Ubuntu to Fedora
@Maestro@kbin.social avatar

Why not move to Debian? Ubuntu was born in a time when Debian stable had a really long release cycle and wasn't desktop ready. But times have changed. Debian is a great desktop without all of Canonical's Ubuntu "experiments" like snap.

Aatube,
@Aatube@kbin.social avatar

arch!endeavouros

thayer,

That still wouldn’t answer their dilemma of older versioning of packages, unless they went to Sid.

Maestro,
@Maestro@kbin.social avatar

Debian stable has newer packages than Ubuntu LTS. Debian has pretty regular releases these days.

joyofpeanuts,

I second this. I have been using Ubuntu for at least 10 years by I really do not like snaps or flatpaks for that matter. So, after some disappointing attempts using Debian in the past, I had a new go at it 1-2 years ago and I was positively surprised: Ubuntu without the useless bloat - kind of normal because Ubuntu is based on Debian. For sure the my next PC will be using Debian: efficient, highly configurable, and quite user friendly once you understand it’s ways of configuring things.

pound_heap,

I see your point… I use Debian for my self-hosted environment, so having similar system on desktop may save some cognitive load. My main arguments against Debian are (maybe misinformed though):

  • No btrfs support in installer OK, Debian wiki says it’s there
  • Major annual upgrades to keep up with stable look more scary than more incremental and frequent updates of Fedora. And using Sid as someone suggested sounds too crazy for main PC

So yeah, looks like it’s just upgrades… Gives me something to think about while I’m moving my apps to flatpaks

GustavoM,
@GustavoM@lemmy.world avatar

This. Edit /etc/sources/apt, switch to sid, sudo apt update and you’ll have “a better ubuntu.”

Pantherina,

Crazy, that works?

KISSmyOS, (edited )

If you’re on Debian Stable, yes. On Ubuntu, hell no.

GustavoM,
@GustavoM@lemmy.world avatar

Yep. Did this on my orange pi zero 3 (which has no support on Linux) and it worked. :^)

KISSmyOS, (edited )

If that worked, it was pure luck.
Do NOT do this!

Edit to clarify: Do not do this on Ubuntu!

rorschah, in #123 Infrastructure Work · This Week in GNOME
@rorschah@lemdro.id avatar

there are many interesting one’s for me this issue, mainly :

  • Drag and drop of folders will now work with sandboxed applications (Drop a folder from Nautilus onto Amberol)
  • In the works is accessing USB devices with per-device, per-app permissions.
  • Adding CSS variables support to GTK.
  • Grouping notifications by app in GNOME Shell.
  • CalDAV/CardDAV support in Gnome Online accounts.

Hope we get many of these in coming few months.

morrowind,
@morrowind@lemmy.ml avatar

How on earth have they not had css variables. Seems like a recipe for inconsistency, but gnome tends to be fairly consistent

flamingos,

GTK currently has a CSS extension that lets you define named colours with @define-color.

Chewy7324,

Cal-/CardDAV support in Gnome is awesome. There was no way for me to use the integrated Gnome Calendar.

poinck,

You can use Evolution to set it up and then use gnome-calender to use it (I set it up this way for my radical server). I think, what they will do is, integrating the cal/carddav-setup in to GOA so that you don’t have to interact with Evolution anymore.

The “backend” is currently managed by evolution-data-server. Maybe they will replace it some day, too.

Chewy7324,

Thanks. Interesting, I didn’t know this was possible.

sailingbythelee, in Best CPU and GPU monitoring app

bpytop is very nice and functional. Maximize the window and it almost hypnotic to watch.

bizdelnick, in help: can I move CLI tools through a usb drive ?

In general, no. Better way is to download packages with that tools from your distro repository, transfer them via flash key and install. You also have to download dependencies, but CLI tools usually have few of them and there are good chances they are already installed.

just_another_person, in Preparing to move from Ubuntu to Fedora

This has been solved for the most part: github.com/popey/unsnap

The few system snaps for things like Gnome updates shouldn’t impact performance.

Pantherina,

Great tool! Funny that after removing snapd all those mounts appear. Afaik a reboot solved this for me, did it on a Ubuntu install already, and everything works fine

NanoooK,

This makes me think of the tool for windows to remove the bloat.

Just use a distribution that doesn’t force snap down your throat.

pound_heap,

Interesting. It says that the project is in pre-alpha stage… not sure if I would be able to verify the scripts it generates

maryjayjay, in help: can I move CLI tools through a usb drive ?

A statically linked copy of busybox probably has 90% of the functionally you need

Pantherina, in Preparing to move from Ubuntu to Fedora

I want to write a script for this app config backup stuff once. Also working on Windows, but maan I have low motivation on that one haha.

You can use your configs, relevant for me are

  • firefox: ~/.mozilla/firefox can stay if you keep using Fedora Firefox
  • thunderbird ~/.thunderbird/ copied to ~/.var/app/org.mozilla.Thunderbird/.thunderbird
  • libreoffice from somewhere to the flatpak directory (useful if you have a custom dictionary, autocompletions or interface)
  • qgis, element

Many other apps use the same structure with a profile folder so easily transferrable.

In firefox and thunderbird you either delete the whole contents and replace everything, or you only paste the contents of your *-default-release folder in the new default release folder, after deleting its contents.

Flatpak apps need to be ran once, to create the ~/.var/app/ subfolder. After that you can close them and replace everything. If you delete that folder, or move it somewhere as a backup, the settings are reset to default. Pretty cool.

If you want to try the new image-based distro model, I can highly recommend ublue and their installer. It has all the codecs out of the box and also an nvidia version which will never break basically, if it should, you can roll back to your previous system that worked.

It is a very cool distro model, and ublue has loots of customizations. If you never tried KDE I recommend their kinoite-main (do not use any -nokmods, these images are outdated as they removed kmods from -main !)

infuziSporg, in Micro***t Word on Linux and alternatives
@infuziSporg@hexbear.net avatar

What does Microsoft Word give you that OpenOffice Writer or LibreOffice Writer don’t?

equinox,
@equinox@hexbear.net avatar

My writing instructor always tells us to use the grammar checking in Word and there’s the occasional formatting or compatibility issue. Nothing that I haven’t been able to get through but it has resulted in a couple marks every here and there

snake_cased,
@snake_cased@lemmy.ml avatar

I use language tool for that in libre. Works great!

mvirts, in Why are there no playback controls in LibreOffice Impress?

Who’s up for implementing it? 😁

panbroggi,
@panbroggi@feddit.it avatar

I’m sure a lot of people will be infinitely thankful!!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #