linux

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

Railison, in Basic fonts

Computer Modern, the font of LaTeX

yote_zip, in UNRAID on sale 23-27 November
@yote_zip@pawb.social avatar

Where’s the fun in paying someone else to do it all for you?

MergerFS+SnapRAID will give you a very similar set of features/flexibility compared to UNRAID storage. OpenMediaVault has native MergerFS+SnapRAID support and can also do ZFS - I would look at that for a comparable alternative. Otherwise, I’m very fond of a Proxmox host with a TrueNAS VM for ZFS pool management, or just managing the ZFS pool with the Proxmox host itself through this cockpit extension.

GlitzyArmrest,
@GlitzyArmrest@lemmy.world avatar

I’m usually all for setting up things myself, but unRAID is just too good. Not to mention their support forums have saved me more than once.

bastion, in Sell Me on Linux

The task question is:

Is Online Office 365 good enough for you? Or, is an ‘almost fully compatible’ word processor enough?

The features are there, but it’s a whole new interface to learn, and if you export to a word document, the document produced may look wonky when viewed in word. OTOH, whatever PDFs you produce, those will look right. And if Online Office 365 is enough, that’s great, because you won’t have to worry about that.

You’ll need to establish a workflow, and others in your office will need to use (and get used to) the same workflow.

It’s not a small leap for an office to take. I love Linux, but check out that it has what you need before you fully commit. Give it a try by dual-booting or by installing it on a secondary system.

BaroqueInMind, in Best lesser-known distribution/DE for low-end machines?
@BaroqueInMind@kbin.social avatar

Just install Arch without a desktop environment.

backhdlp,
@backhdlp@lemmy.blahaj.zone avatar

It’s kinda surprising how much you can do in just a tty, the only thing I can’t think of a method for rn is viewing/editing documents.

BaroqueInMind,
@BaroqueInMind@kbin.social avatar

I can’t think of a method for rn is viewing/editing documents

What is the extension of document? I bet you money it's possible in terminal. PDF? docx?

backhdlp,
@backhdlp@lemmy.blahaj.zone avatar

I mean any kind of document, so yes, PDF, docx, rtf, etc.

Thinking about it, isn’t lesspipe able to view documents?

BaroqueInMind,
@BaroqueInMind@kbin.social avatar

Literally all the extensions you mentioned can be viewed and edited in terminal by various tools.

backhdlp,
@backhdlp@lemmy.blahaj.zone avatar

I don’t know the tools, but that means you can probably do everything* in a tty without ever installing a graphical environment

*I almost forgot spreadsheets and presentations

BaroqueInMind,
@BaroqueInMind@kbin.social avatar

Do you actually want to know the tools for each of the extensions you mentioned or just having a conversation here?

caron, (edited ) in Basic fonts

Liberation fonts, Noto fonts, Deja Vu fonts and Nimbus fonts pretty much. Add in Cantarell too and you are set I would say. Those are the ones you should install for compatibility.

I always install Inter for UI and JetBrains Mono for terminal usage. I find they render way better than pretty much anything else.

Update: Discovered Geist and Geist Mono and they are amazing, I am going to replace Inter and JetBrains Mono from now on: github.com/vercel/geist-font

sic_semper_tyrannis, in Switched to Linux, don't know what to do

Definitely KDE Plasma

lemillionsocks, in This week in KDE: Wayland by default, de-framed Breeze, HDR games, rectangle screen recording
@lemillionsocks@beehaw.org avatar

HDR availability is huge

OsrsNeedsF2P, in GitHub - SerenityOS/serenity: The Serenity Operating System 🐞

Why do groups insist on BSD/MIT/Apache style licensing…

qwesx,
@qwesx@kbin.social avatar

I don't know about the creators of this project, but in general: So that they can use the stuff in their closed source applications while finding enough contributors to write software for them for free.

aniki, (edited )

deleted_by_author

  • Loading...
  • OsrsNeedsF2P,

    They all bear the same permissive properties

    aniki,

    deleted_by_author

  • Loading...
  • duncesplayed,

    For anyone not wanting to read through that article, here’s the tl;dr:

    Apache requires you to note what changes (if they’re “substantial”) you made to the code. Otherwise it’s identical to MIT.

    BSD is effectively identical to MIT.

    lily33, (edited )

    Reading this text, it looks kinda like the difference between red () apples, red () apples, and red () apples…

    JustEnoughDucks,
    @JustEnoughDucks@feddit.nl avatar

    After reading your link, they can absolutely be used interchangably in a comparison with copyleft licenses. Your own link says that they are very similar.

    …stackexchange.com/…/what-are-the-essential-diffe…

    TrickDacy,
    @TrickDacy@lemmy.world avatar

    What is your issue with the licensing?

    vsh,
    @vsh@lemm.ee avatar

    making money bad 🦍🤬

    TrickDacy,
    @TrickDacy@lemmy.world avatar

    Lol excellent use of emoji

    lily33, (edited )

    For some software, where EEE tactics aren’t a concern, but corporate adoption matters, these licenses make perfect sense. However. that’s not the case here: an OS is a prime target for EEE.

    Spectacle8011, (edited )
    @Spectacle8011@lemmy.comfysnug.space avatar

    Here’s why.

    Because I like the 2-clause BSD license. I am not a fan of “copyleft” or forcing obligations on people in general. I want my software to be available for anyone who wants to use it.

    possiblylinux127, (edited )

    He missed the entire point of copyleft which is a bit disappointing.

    All well, at least it is libre. I respect his choice in the end as pressuring or forcing someone to use a copy left license us just as bad as proprietary software

    Spectacle8011,
    @Spectacle8011@lemmy.comfysnug.space avatar

    The GPL is a better choice if you want to make money from the software. With a pushover license, your competitors can extend the program and profit from it in a way you can’t because they aren’t required to give the changes back. The GPL evens the playing field. Of course, you often see the original company requiring a CLA so they retain copyright over all of the code.

    On the other hand, it does enable possibilities that you would be very unlikely to get otherwise. For example, Cedega (formerly WineX) forked Wine when it used a pushover license and brokered deals with game companies to make the DRM compatible with WineX/Cedega. That meant you could play these games on Linux-based OSes with Cedega, but not Wine. I really wonder if it would have been possible to make Wine compatible with some of these DRM schemes otherwise. Consequently, however, Cedega could not incorporate any changes from LGPL’d Wine, as that would have required them to license Cedega under the LGPL, too.

    That’s another issue. You can incorporate MIT-licensed software in GPL software, but you can’t incorporate GPL software in MIT-licensed software. So going with the GPL gives you more options. As SerenityOS is building everything from scratch, this isn’t an issue, but you can well see how it could be. The LGPL is far less disruptive to people who want to release their software under a pushover license. It only requires you give back any changes to the LGPL-licensed part, and does not cover other parts of your program. Personally, I really like the LGPL. It levels the playing field while being quite compatible. It’s not perfect either, of course.

    It’s a tricky question, and there are no right answers. Ultimately, the decision is up to the developer and I can’t fault any choice, including the decision to use a proprietary license.

    possiblylinux127,

    I personally won’t use any proprietary software and I especially won’t use any DRM. The purpose of the GPL isn’t to force companies to pay up to get out of copy left. The purpose is to keep the code free no matter what so that people can control there own computing

    Spectacle8011,
    @Spectacle8011@lemmy.comfysnug.space avatar

    That’s also my preference, but very few games are free software. And most of the games I want to play are encumbered with DRM or cost ten times as much to get DRM-free. Of course, I buy them DRM-free because the DRM doesn’t work with Wine, but if it worked with Cedega…well, I might re-evaluate.

    The purpose of the GPL isn’t to force companies to pay up to get out of copy left.

    That’s why it was created, but in practice, many companies make money by selling exceptions. See Cal.com and CKEditor5, for instance. I didn’t mention this at all in my comment, though, so I’m not quite sure which part you’re responding to. By “level playing field”, I meant that everyone can improve Sourcehut and sell a service with more features, but they need to release those new features under the same license, meaning they will make it back to Sourcehut proper. Selling exceptions isn’t the only way to make money from free software.

    Dwalin, in Sell Me on Linux

    You can do everything but you will have problems with word documents. There’s online office for better compatability with the caveat of reduced functionality. There’s great compatability with Only Office and WPS Office but its not perfect.

    There was a comment recommending Zorin OS and I agree. Its a great distro to switch to from windows. Setup is easy and flathub is included in the software store.

    I’d recommend trying Linux on dualboot and see if you can replace windows!

    daredevil, in I made an IPA keyboard for fcitx on Linux!
    @daredevil@kbin.social avatar

    This is awesome, OP. I've crossposted this to @linguistics to give you a little more visibility. Cheers.

    backhdlp, in This week in KDE: Wayland by default, de-framed Breeze, HDR games, rectangle screen recording
    @backhdlp@lemmy.blahaj.zone avatar

    Wanted to find out since when a System Sound kcm exists, found out that LibreOffice is in some way connected to freedesktop.

    lalo, in What is the easiest way to try all the DEs?

    It would be best to try every single one separately, otherwise you’ll have dozens of programs that do the exact same thing, like file explorers.

    That said, with Fedora you can list available desktop environments using the default package manager, dnf. In a terminal use the dnf group list command to list all available desktop environments:

    dnf group list --available *desktop

    Install the required desktop environment using the dnf install command. Ensure to prefix with the @ sign, for example:

    dnf install @kde-desktop-environment

    After trying the DE, you can remove it with:

    dnf remove @kde-desktop-environment

    brunofin,

    Thought fully switching a desktop environment up to your login screen and all is a little more complicated and can end up bricking your system if you don’t know what your doing. For those cases, you also would need to swap the system identity. Not entirely sure what was the command right…

    popekingjoe, in Basic fonts
    @popekingjoe@lemmy.world avatar

    I always install the Noto fonts for things like emojis and asian characters, extra fonts to cover the Cyrillic alphabet, and finally OnePlus’s Slate font, which I fell in love with back in the days when I rocked a OnePlus 7 Pro.

    Mechaguana, in Sell Me on Linux

    Its fun to open the terminal and learning the language of the computer, even if it disagree with you sometimes. Most times. Also i can do anything, including messing it up irreparably!

    Joker, in Sell Me on Linux

    Don’t do it.

    First off, I love Linux. It’s my daily driver and I wouldn’t want to use anything else.

    But in my past career I was the CIO at a very large firm. Lawyers need Microsoft Office and Windows. If you hire a good assistant or paralegal with word processing experience, they are going to need Microsoft Word. LibreOffice is good, but it’s not a replacement in this scenario. Good word processors are like wizards and will save you hours. It’s not worth it to make them learn something else.

    Then there’s drafting software, templating, practice-specific tools, etc. Anything geared for legal is going to run on Windows. What are you using for time entry? What about accounting?

    Not to mention, you have some information security obligations under the model rules and you don’t want to mess with that. Although Linux has security advantages over Windows, you still have to take measures to secure it. Maybe that’s easy enough for you to do on your own laptop, but your practice will grow to at least a few staff and an associate. Somebody has to do IT because you’re sure as hell not going to waste billable hours on it.

    I had to use Windows in that old gig and it really wasn’t bad. It’s stable, reliable, easy to support. Everyone you hire will have used it before. It’s an unpopular opinion around here, but it’s a quality operating system that’s affordable. I guarantee your cost of ownership will be lower on Windows in your particular situation.

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