linux

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

GenesisJones, in What are people daily driving these days?

A Chevy volt. Turns out gm figured out that a PHEV is a great idea 12 years ago

caseyweederman,

What kinda rpms you getting on that

onlinepersona,
  1. It probably uses apks.
GenesisJones,

Not sure, just realized this is a computer post lol

If you want mpg it’s anywhere from 75 to 130mpg per tank of gas.

caseyweederman,

Haha, welcome. rpm was just the first vaguely-car-sounding Linux term I could think of.

GenesisJones,

What is rpms in Linux? I just lurk on /all so I see a ton of Linux stuff that I don’t understand haha

caseyweederman,

RedHat Package Manager. It’s also the file extension for their packages, so you’ll see stuff like firefox_nightly.rpm

memmi, in what caused you to get into Linux?

For me it was all the frustration I had trying to disable Win11 telemetry and other non-essential distruptive things like adds in the start menu.

Switched to Debian with GNOME. I have been super happy ever since. Seamless transition and awesome experience using a OS that is not adversarial.

drwankingstein, in Why are there so many (rust) GTK apps and so little Qt ones?

a few reasons I think, the QT bindings are split between cxx-qt and qmetaobject-rs . Neither of which are super great IMO, but even if they were, we have UI frame works like slint and egui which are already becoming quite good, slint has a good native look that resembles QT so people wanting that design can use that instead.

Giooschi,

slint has a good native look that resembles QT

It doesn’t just resembles QT, it uses QT as backend.

Pantherina, (edited )

Damn, thanks for the tip! So does it support native KDR Styling and all too?

Could in theory Apps like Dolphin be entirely rewritten in Rust, using Slint as Frontend, and still be native in KDE?

Giooschi,

From their github:

NOTE: When Qt is installed on the system, the native style uses Qt’s QStyle to achieve native looking widgets.

I’m not that familiar with KDE’s styling, but if I remember well it should just be a Qt style, so it should work.

Regarding rewriting Dolphin, I think in theory you could do that, in practice it’s probably pretty challenging given the amount of features Dolphin has.

drwankingstein,

It’s worth stating that QT is an optional backend and is only used for native styling, even the pure rust, Native styling still looks close to native. QT is fully optional and is not a dep even for linux apps

bamboo, in what caused you to get into Linux?

I thought maybe Minecraft would run faster on it. It didn’t, but it kicked off a learning process.

AlmightySnoo, (edited ) in what caused you to get into Linux?
@AlmightySnoo@lemmy.world avatar

I was learning C/C++ back then and although the nostalgia is strong with this one, Turbo C++ was obviously shit (and Borland quickly killed it later anyway), and while looking around for alternatives I found DJGPP which introduced me to the GNU toolchain and so the jump to Linux to have all of that natively instead of running on DOS was very natural. My very first distro was Redhat Linux 6.2 that I got as a free CD along with a magazine (also got a Corel Linux CD the same way that I was excited about given how their WordPerfect was all the rage back then but I was never able to install it, I don’t remember what the issue was) and it looked like this (screenshot from everythinglinux.org/redhat62/index.html ):

https://lemmy.world/pictrs/image/86bb0713-0178-4445-9b68-99dd9370115f.png

FirstWizardZorander,

6.2 was my first also. Your screenshot brought back so much nostalgia ❤️

humancrayon,
@humancrayon@sh.itjust.works avatar

I miss those buttons in Netscape.

Illecors, in Broke a partition. Is there any way of saving it?

You can try fdisk.

If the partition table is there - create a new partition at the exact same location, of the exact same size.

If the partition table is not there - create *the exact same type (mbr vs gpt) partition table, then do the first if.

Fdisk should tell you that it found a filesystem signature. Do not wipe it.

NeoNachtwaechter,

there - create a new partition at the exact same location, of the exact same size.

… exact same starting block, size and geometry.

Kuunha, in Request for help, I broke some graphics

I don’t use Fedora/Nobara, but seems like you can see the update history with: dnf history list

I’ve found this guide for rollback here: www.baeldung.com/…/dnf-history-rollback-vs-undo

Makka,

That is helpful, I’m not sure what I’m looking for yet though. But another comment lead me into antialiasing and this line in the history seems plausible.
install -y /tmp/zenity/nobara-amdgpu-config/fedora-amdgpu-pro/packages/amdamf-pro-runtime-5.4.3-4.fc37.x86_64.rpm /tmp/zenity/nobara-amdgpu-config/fedora-amdgpu-pro/packages/amd-gpu | 2023-04-25 20:11 | I, O | 11

Undo didn’t work though:

sudo dnf history undo 11
Error: The following problems occurred while running a transaction:
Cannot find rpm nevra “amd-gpu-firmware-20230404-149.fc37.noarch”.

So I made a rollback to my last know stable point: sudo dnf history rollback 2
It didn’t exactly workout either unfortunately:

Transaction history is incomplete, before 73.
ransaction history is incomplete, before 72.
Transaction history is incomplete, after 71.
Transaction history is incomplete, before 61.
Transaction history is incomplete, after 60.
Transaction history is incomplete, before 8.
Transaction history is incomplete, before 7.
Transaction history is incomplete, after 6.
Error: The following problems occurred while running a transaction:
Cannot find rpm nevra “ImageMagick-c+±1:6.9.12.82-1.fc37.x86_64”.
… many lines more about pkgs not found

I’ll do a reboot and see what actually took effect. Atleast I’m learning something, maybe I should do all my upgrades via dnf instead of the manager in the future, easier to know whats going on.

dotslashme, in Wanting to improve my Linux skills after 17 months of daily driving Linux

This might be something for you linuxupskillchallenge.org

funkajunk, in What are the major components of any Linux distribution?
@funkajunk@lemm.ee avatar

You pretty much got it, except for the fifth point.

A desktop environment (“DE”) is separate from the compositor (X11 or Wayland), but can’t exist without it.

At the end of the day, a DE is really just a “window manager” with a bunch of bundled applications, like taskbars/panels, a file manager, an app menu, etc. It’s as minimal or as feature rich as you want it to be.

The window manager dictates what to draw on the screen and where, but the compositor is what actually does the work. One is kind of useless without the other.

Hopefully that makes sense, I’m not a rocket surgeon.

Ibaudia, in New to Linux, have a few questions
@Ibaudia@lemmy.world avatar

For Nvidia I would recommend Pop!_OS since it makes things really easy. Either that or Debian with KDE. More mainstream = more users = better support.

Molten_Moron,

Linux Mint works really well with Nvidia, too!

Nokinori,

I keep hearing good things about both of those. They’re the first two distros on my list to try out after OpenSUSE.

brenno, in Preparing to move from Ubuntu to Fedora

Why don’t you install flatpak on Ubuntu, make the packaging migration before doing the OS migration so you can evaluate your workflow with the new packaging system? Afer you’re used and confident with flatpak, backup and restore the flatpak folder into fedora and you transition should be smoother (don’t need to worry with 2 stuff at the same time)

pound_heap,

Yeah, looks like migration of flatpaks between OS is easy and makes sense a lot

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

Why not use a live ISO version of something and boot it from a USB, if you need a full set of network troubleshooting tools, the Kali Linux Everything ISO for example will definitely have everything.

RAM,

this sounds like a good idea - I’ll try that :))

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

Yeah, that should work. ldd “$(command -v “$cmd”)” will list the dynamic dependencies for $cmd, so you can find those (probably) in /lib and /usr/lib; I’m not familiar enough with the dynamic library loading process to give you the specifics. I would put the binaries in /usr/local/bin and the libraries in /usr/local/lib; but you could also modify path variables to point to the usb drive. Ideally you could find statically linked versions somewhere, so you don’t have to mess with the libraries.

Alternatively, most package managers have commands to download packages; then you can copy the package cache over to the new machine and install them that way. If the commands are common enough, you could download one of the bigger install media and add its package repo to your machine. These of course are distribution specific processes.

Finally, you could get a cheap USB ethernet adapter and connect to the internet that way. On newegg most of these products will have at least one review saying whether they work on linux.

MayonnaiseArch, in enough said.
@MayonnaiseArch@beehaw.org avatar

Yeah, let me just change my profession real quick, fuck the 20 years I have invested. I’ll just do a tapdance on my eyelashes for the neckbeards and everybody will be happy weee

aldalire,

LOL wait till the company your proprietary software relies on tanks or makes a shitty change for their benefit.

It’s sad you built a career out of black box code lmao. I guess 20 years isn’t enough to read the writing on the wall: proprietary code is shit. Black boxes are shit. I piss on your profession

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

It’s sad you built a career out of black box code lmao. […] I piss on your profession

You should be BANNED

EmilyIsTrans,
@EmilyIsTrans@lemmy.blahaj.zone avatar

Companies are always going to make shitty changes, but that doesn’t change the reality that industry leaders are usually in that position for a reason. You simply cannot replace After Effects without kneecapping yourself. GIMP is nowhere near as capable as Photoshop. It is impossible to develop iOS apps without Xcode, and difficult/unsupported to develop Android without Android Studio.

You can piss off your high horse as much as you want, but it is fantastical to claim that professions should hamstring their work and sacrifice reality and practicality for the sake of some ideology belief. Companies aren’t choosing these standards because they love giving away money, they’re doing it because they recognise that rejecting a $300 annual expense for $10,000 worth of greater productivity is financially irresponsible.

TangledHyphae, in GIMP 3.0 finally has a release schedule

Serious question: I’ve been using Krita to mess around with the tablet, but are there any good reasons to learn GIMP coming from a photoshop background all these years, given that I also know Krita somewhat?

kaffiene,

My 2c from having used Gimp for years and Krita for about 3 years: Krita is better for painting, Gimp is better for image manipulation

PlexSheep,

Makes sense, gimp is the gnu image Manipulation Program.

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