linux

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

craigevil, in What distros have you tried and thought, "Nope, this one's not for me"?

Over the years I have tried most mainstream distros. I have never seen a reason to use anything other than Debian. Never had it break due to upgrading, I have never tried Nix, Alpine, Gentoo, or Slackware, not many other others I haven’t tried since I started using Linux in 2000.

Alborlin, (edited ) in I feel like breaking my windows install was a rite of passage

its easy for you because you been playing around with Linux, I tried to install SSH on zorin os. But after installing SSH , it needs to be restarted, when tried to do that , it won’t saying the ash server did not start, A simple thing like this is have me stumped in Linux where as in windows it was just installing putty and done.

null,

If you could coherently phrase the issue, it might be an easy one to solve. As it stands your comment is impossible to decipher.

Alborlin,

Sorry, done , if you can please let me know

sekhat, (edited )

I mean for most Linux derivatives, getting SSH setup for outgoing connections is usually install the openssh package from your distros repos, though I imagine many preinstall it, no reboot should be necessary, and you just type ssh user@hostname into a terminal to connect to the remote ssh server to access stuff on that computer. There shouldn’t be a need to reboot for installing app that’s not a service.

Wanting to enable ssh access to the computer you are using so a remote client can connect to it? Well the same openssh package should have come with sshd which acts as the server to allow remote ssh client to connect. It’d probably need enabling (so it’s run automatically on boot) and starting (so you don’t have to reboot to have it going), on distributions using systemd that’s usually just systemctl enable sshd.service (which makes sure the sshd daemon will be started on next boot) followed by systemctl start sshd.service to start it immediately so it’s running straight away, (or systemctl enable sshd.service --now to roll both steps into one).

mvirts,

Sounds like you may have accidentally been installing an ssh server on zorin.

Alborlin,

Yes that’s what I want to do

danielfgom, in What distros have you tried and thought, "Nope, this one's not for me"?
@danielfgom@lemmy.world avatar

Manjaro. Because it blank screened in the first update after installation. Never touched it again.

popekingjoe,
@popekingjoe@lemmy.world avatar

I wish I had learned that quickly. I dealt with it for like four months before just going straight Arch.

mlg, in What distros have you tried and thought, "Nope, this one's not for me"?
@mlg@lemmy.world avatar

Arch: Arch

Ubuntu (and downstreams): Canonical

Enjoying Fedora. Find Debian (and downstreams) pretty solid as well.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

You find Canonical worse than Red Hat?

oresafa, (edited ) in What distros have you tried and thought, "Nope, this one's not for me"?

Ubuntu Reason : Canonical

Mandy, in What distros have you tried and thought, "Nope, this one's not for me"?

Arch

Reason: arch

ReakDuck,

Thats a pretty bad reason

Mandy,

Okay fine, I bite for once

There are two KISS principles for me

  1. Easier to use for everyone, I.e. simple to use
  2. “Fuck convenience, fuck ease of use and fuck you”

Arch subscribes to the latter, use endevouros if you want the former

ReakDuck,

Well, for the tech illerterate. Arch is pretty simple and excellent to manage as everything is simple in the system together with the Arch Wiki.

But this is only for those who tinker and manage their systems or want to learn more about the Linux system. Endeavour is better for the normal user who doesn’t want to break their head. Its definetly not the KISS 1. Which you mentioned

Bleach7297, in What distros have you tried and thought, "Nope, this one's not for me"?
@Bleach7297@lemmy.ca avatar

Ubuntu, after the third consecutive release that broke previously working hardware. That was a while ago and I haven’t tried it recently, but given snap I’m not really inclined to.

0xtero, in What distros have you tried and thought, "Nope, this one's not for me"?

I've been using Debian since 1.3. Haven't really ever needed anything else.
I did "experiment" a bit when the decision to go with systemd was taken, but in the end, most distros went with it and it really isn't that big deal for me.

So it's just Debian. I need a computer that works.

owatnext, (edited )

I miss Debian sometimes, but systemD irks me.

old man yells at systemd

digdilem, in Why do you use the terminal?

Only one of the ~250 linux machines I maintain has a gui.

olafurp, in Why do you use the terminal?

I run stuff in the terminal because it’s nicer than clicking. It’s like a shortcut-only way of interacting with the computer when you get into it.

I make aliases and bash functions for everything I do often and is tedious to type / click like running steam games.

juli, in MacOS Accessibility Cursor
ComradePedro,
@ComradePedro@lemmy.ml avatar

🤓

waigl,

FWIW, this entire comment section:

lemmy.world/post/1940961?scrollToComments=true

Back to the to the topic, yes, Linux is not technically Unix by pedigree. In practice, it doesn’t matter that it isn’t and it wouldn’t matter if it were, both for this issue in particular and for most others you are likely to encounter.

The actually relevant technology here is the graphics subsystem, and MacOS’s Cocoa has always been radically different from anything else in the Unix/Linux space. There is no relation whatsoever to either X11 or Wayland. The only thing worth “porting” here is the basic idea. Which is pretty neat, though. Let’s hope Apple hasn’t patented it.

prettybunnys,

I feel like this was something back on windows 7 for some reason

waigl,

If it was, I don’t think it was a default. I had been using Windows 7 for quite a while back in the day, and I cannot remember ever seeing something like this. On the other hand, I can certainly remember losing track of where on my monitors my mouse cursor was on various occasions…

Unaware7013, (edited )

IIRC, the windows version of this is a setting where you can hit CTRL and it makes a moderately large circle that contracts towards the pointer. It's been in since at least W7/Vista, possibly XP. I've used it on and off for years (especially with 3 27" monitors) because of how easy it is to lose the cursor.

Dexx1s,

And that functionality is in Gnome, but disabled by default IIRC. I’ve had it on for years in both PopOS and Debian so I may be wrong but I do believe it’s a Gnome feature.

juli,

It’s within the accessibility features

kbotc,

Quartz is the old macOS graphics framework, but the mouse shaking is probably just a cool show off feature of Core Animation. There’s uncontested Windows ports on GitHub, so I doubt Apple will throw any fits for Linux.

vzq, in Why do you use the terminal?

The terminal is the entire reason I use Linux. All the GUI stuff on Linux is average at best. The terminal is ⭐️ ⭐️ ⭐️ ⭐️ ⭐️

RedBauble, in Why do you use the terminal?

I really despise the use of the mouse, in some way it just feels somewhat wrong, especially the need to constantly move one hand between the mouse and the keyboard. Also I’m way faster at typing that I am pointing and clicking around looking for the right button to press. Terminal commands offer a simple and expressive way to interact with the computer.

Axisential, in Darktable 4.6 Open-Source RAW Image Editor Released, Here's What's New

I really, really want to like Darktable, mostly because of the name lol. I must’ve tried it 8 or 10 times over the years, but I just can’t get my head around it. Something about the design language or the UI or something just doesn’t click for me and I can’t get decent images out of it. So I keep going back to Rawtherapee, even though I’d rather not…

Sina,

Personally i’m okay with the UI, but the default rendering is often so bad that I have to “fix” every single image. To me it’s either Raw therapee or just reboot into Windows …

manos_de_papel,

You should make a style to apply that brings you (close) to what you want. Out of the box, dakrtable shows you a minimally processed image. Its your job to take it from there.

Sina,

It shows me a very wrongly processed image. It was better when I used Fuji, but even then it was never anywhere close to what an unprocessed bland raw file should like.

manos_de_papel,

This is too vague to provide any further guidance. Again, darktable shows you a minimally processed raw image by default. You can get a good looking rendering by adding a few more modules in a style and applying that style by default.

manos_de_papel,

Have you read the basic editing section in the manual?

You can share a raw image at discuss.pixls.us and people will edit it and post the sidecar so you can see their edits.

RawTherapee is also good tho.

Axisential,

Yes, and I understand the process pretty well I think, as well as what I’m striving to output (long time Lightroom user). But the DT just doesn’t respond how I expect it to, with unexpected results. Frustrating.

Wasn’t aware of the pixls site though; I like that idea!

manos_de_papel,

If you expected to apply your lightroom workflow, then you will be frustrated, yes.

Crow, in Ending support for Windows 10 could send 240 million computers to the landfill. Why not install Linux on them?
@Crow@lemmy.world avatar

I’ve had windows 10 tell me I can’t upgrade to windows 11 because my SSD was formatted incorrectly even though it had always ran windows 10 fine. None of this was properly explained to me or how to fix it. By the time I finally got it working I didn’t even want windows 11.

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