linux

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

selokichtli, in please help me, why is this happening??

Try booting with kernel flag --nomodeset. If it gets you to the desktop, you could find out more about the graphics card and monitor.

cybersandwich, in COSMIC Edit with project-wide search

And it has vim motions!?

mmstick,
@mmstick@lemmy.world avatar

Yes, there are vim keybindings and some vim commands supported.

ultra,

Nice!

npopov, in How safe are my data if my hard drive isn't encrypted?

Somebody can take your disk, easily mount filesystem, and read everything.

SpaceNoodle, in How do you discover unused GPIO on the hardware abstraction layer?
Sentau, (edited ) in [SOLVED] configparser.InterpolationSyntaxError when launching flatpak steam

Nevemind I figured it out. Was trying to give a new drive read write access for backups and the error stemmed from the fact the name had a ℅ in it.

Edit - It was the path to the folder not the drive with had %

AProfessional,

This is still a bug in the package, please report it.

Sentau, (edited )

Is it supposed to replace the % with %%? Because that is what it seemed like it should do from the code.

If this is the bug you are alluding to then i will report the bug or else please tell me what the bug you referring to so i can report the correct thing

AProfessional,

The bug is that they parse a glib keyfile with configparser which is a different format. So what is valid in one isn’t in the other.

Sentau,

Thanks for the correction. I will report the bug

AProfessional,

deleted_by_author

  • Loading...
  • Sentau,

    Thank you. Cool people like you are the reason why morons like me are able daily drive linux

    christophski, in COSMIC Edit with project-wide search

    Nice! I’m intrigued by pop os

    snap, in Is the Windows Subsystem for Linux worth it?

    For me: totally. I need to use windows for work. With WSL, I can use all the tools I need via the Debian box underneath. All I use windows for are the communication apps my colleagues use.

    Apart from work: nope. Full time Linux kinda guy

    flashgnash, (edited )

    Glad to know teams isn’t just the bane of my existence on linux

    PlexSheep,

    Teams and outlook have both pretty good third party flatpaks.

    flashgnash,

    From what I gather teams-for-linux still uses the web version doesn’t it? Would that not be subject to all the same problems?

    PlexSheep,

    From what I hear the only thing that doesn’t work is reaction emojis in meetings.

    flashgnash,

    Might give it another go then, the problem for me is not that it doesn’t work, but that it doesn’t work reliably though

    Have been using it as a PWA and half the time it forgets I gave it mic permissions or resets my audio settings/doesn’t even recognise my mic in the first place

    kariboka,

    I use flatpak edge and install teams as a pwa works like a charm.

    flashgnash,

    Edge I haven’t tried yet. Have been trying to use degoogled chromium where I can but that’s a battle I might have to give up on in this case

    kariboka,

    Yeah, I hear you. I do this only for work.

    flashgnash,

    Did you know teams personal exists and they’ve added features to it for gaming? Why anyone would voluntarily use teams I will never understand

    kariboka,

    LOL I never heard about it. They are like wanting to compete with discord?

    flashgnash,

    I guess so, have never heard of anyone actually using it but it’s built into windows so someone probably will at some point

    teawrecks, in Noob question: what to arrange before switching to linux

    If you don’t have a secondary windows device, I recommend dual booting, or immediately setting up a windows VM. Beyond that, you’re over thinking it, and by that I mean, you’ll never think of everything. There will always be some little thing that you’ll have a dependency on windows for, and that’s why you have a secondary windows install handy.

    bizdelnick, in Using Linux for the first time

    You can install any general purpose distro (debian, opensuse or one of that others suggested) with a lighwwight DE (LXQT, Xfce, MATE) and it will work well. However when you run a browser and open several tabs with heavy websites it will become very slow. It does not matter what distro you use. You need 8G+ of RAM for comfortable web serfing nowadays.

    fushuan, in Is the Windows Subsystem for Linux worth it?

    It’s the best if you convince your boss that you need it for work in your non admin privilege system because you can sudo inside there so you can install whatever.

    wfh, (edited ) in Using Linux for the first time

    May I ask why you, as a beginner, specifically chose one of those distros instead of more “mainstream” ones?

    Puppy Linux’s main use-case is to be a live ISO, that doesn’t need to be installed to run. It doesn’t mean it’s not a good idea to install it, but I think if you want to use an Ubuntu derivative, there are better options for a beginner like Pop or Mint that would let you install a lightweight desktop environment like XFCE, LXDE, LXQt and so on.

    Alpine Linux is specifically designed to avoid all the core system tools that are pretty much universal on most other distros like glibc, systemd or GNU tools and libraries, which will make your life hell as a beginner if you need to troubleshoot anything as most “universal” documentation like the Arch wiki would be at best partially relevant, at worst useless.

    embed_me,
    @embed_me@programming.dev avatar

    Xubuntu rocks. Used it throughout college on my cheap laptop

    Sims, in Another Look At The Bcachefs Performance on Linux 6.7 Review

    Hm, not sure why he thinks bcachefs will ‘mature’ over the coming months ? …unless more debugging/stability features are enabled by default.

    I hoped for more speed umpf, but looking forward to testing…

    Chewy7324,

    Bcachefs still misses major features, so it’s possible to expect that performance will change over time. Just because bcachefs is upstreamed to Linux doesn’t mean it’s finished.

    bcachefs.org/Roadmap/

    albsen, in Best distro for Lenovo Carbon X1
    1. you’re likely describing hibernate not suspend suspend has different states and the most common one is suspend to ram which needs a low concurrent supply of power and that’s on all laptops the default - certainly on all thinkpads I own
    2. check the systemd configuration file for your close lid actions such as suspend
    3. hibernate means the machine is completely off and only works if you installed the OS in a specific way (please search how to install fedora to do this)
    4. fedora is not superbly newbie friendly, maybe try ubuntu, linux mint or popos which usually work out of the box
    nayminlwin, (edited ) in Is the Windows Subsystem for Linux worth it?

    Been daily driving WSL Debian for about a year on my work laptop, without systemd and display server. At first, I was really only using it for application servers that just won’t run or too tedious to run on windows. But windows is just terrible for dev work that’s not part of windows eco system. So I found myself slowly moving most of my dev stuff to WSL. There are still some problems though.

    Off the top of my head, first is neovim and the system clipboard. I can use clip.exe but there’s a problem with unicode characters. It’s expecting some UTF-16 encoding or something but my bash is in UTF-8. And somehow that messes up copying some unicode characters. I have to either use iconv to convert the encoding before copying or may be change my bash encoding.

    Another recent problem I had is binding WSL ports to the window host’s network. WSL automatically binds the service ports to host window’s localhost with the same port number, which is pretty useful. But it only binds to localhost address. If you want it to bind to other addresses, you can’t configure it. You can to run some kind of a patch program someone wrote, that rebinds WSL ports the wildcard address. And it doesn’t work very well if the patch program’s version and your WSL’s versions are not compatible.

    Another minor problem is that there’s some kind of a freeze that lasts for about a minute when I’m doing fzf in bash. It happens sporadically. I’m not entirely sure if the problem’s with Windows Terminal or WSL. It’s likely WSL. It seems to happen with other terminal emulators as well.

    All in all, WSL makes having to be on windows a whole lot bearable. I’ll probably end up using only rudimentary UI apps on windows and move the rest to WSL.

    ipsirc, in How safe are my data if my hard drive isn't encrypted?
    lukas,
    @lukas@lemmy.haigner.me avatar

    Lists of things not to do:

    • (NEW!) Go through airport security with an encrypted laptop, sensitive information and free conference stickers showing your affiliations as an activist. Let airport security confiscate your laptop. Airport security drugs and wrenches you. You give them your laptop password. The police arrests you based on suspicions of terrorism.
    conciselyverbose,

    Not that other means of accessing the passwords aren't worth considering, but in the real world, it takes a lot more for someone to actually coerce your password from you than to use unencrypted storage.

    I generally like xkcd, but this is a harmful trivialization of the value of encryption. In the real world, anything that isn't encrypted is negligent as hell. There's no valid reason not to do it, with maybe the exception of a thumb drive you're sharing across a computers you don't control and are clearly aware is not secure.

    fl42v, (edited )

    Except when your drive is encrypted you can easily destroy its contents. Let’s say you’re DorkPirate1337 who happens to care about their opsec; you luksEncrypt your drive and have a simple script that runs when a specific USB key is disconnected, triggers luksErase, and then poweroffs. Voila, when the school principal snatches your unlocked laptop while you’re in the lib, all your pirated hentai becomes permanently unaccessible whether you give up the password or not. [Edit: the USB key is strapped to your wrist]

    Note: luks uses 2 encryption keys, where one is randomly generated and encrypts the actual data, and the second one is given by the user and encrypts the first one; luksErase destroys the luks header containing that first key

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