linux

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

onlinepersona, in What's your experience with bluetooth audio?

Fuck Bluetooth. I’ve seen it multiple times this week that wireless headphones have failed on Linux, Mac, and Windows. “Shit, let me reconnect my headphones”. Also the switching from “high quality audio” to bullshit mono audio when calling.

Fuck bluetooth.

GravitySpoiled, in Micro***t Word on Linux and alternatives

www.onlyoffice.com

What’s your goal? Markdown / latex may work better for your use case than word. typora.io obsidian.md logseq.com github.com/marktext/marktext

NateNate60,

Dear God, anyone who doesn’t already use LaTeX should not be told to use LaTeX. It’s really a great departure from traditional word processors and I firmly believe that people really need to discover it on their own, or else they will just be confused and think it’s an arcane, dated, and useless piece of software.

Hominine,
@Hominine@lemmy.world avatar

Now do VIM.

GravitySpoiled,

come on :D I provided ressources to markdown, not latex. markdown is easier than word.

Diplomjodler,

Found the “I use Arch, BTW” guy.

sim642, (edited ) in What's your experience with bluetooth audio?

Sometime HSP just stopped working so now I have to do calls with my laptop built-in mic.

Also, some programs like Zoom just fail to use the right output device no matter what I choose in settings. I just have to make headphones the fallback device for anything to work.

But the most annoying thing is Linux somehow stealing the playback when my headphones are connected to multiple devices. Even when nothing plays on the computer but does play on the phone, there’s no audio. I have to disable/disconnect my computer to use headphones with phone when my computer is in range.

Verat, (edited ) in What's your experience with bluetooth audio?

I remember under pulse I would have issues of programs like discord and my headset breaking the connection over the switch between A2DP and HFP or HSP or whatever the mic mode was. Havent had any issues since pipewire came along and supposedly took over handling that, but I havent used a Bluetooth device with a mic to test with since, so I’m just quoting hearsay that pipewire fixed that.

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

When I was 12 I got “tricked” into installing Linux Mint from a USB drive because another kid told me it had Garageband on it.

Like that meme where you give someone a bunch of adderall and a pickaxe and tell them there’s gold under a location you need excavated.

Perhaps you could explore adjacent strategies?

nayminlwin,

May be not a bad idea.

His screen time is currently limited and he’s been asking me to remove the limit. Guess I can let him dual boot into Mint without any screen time limit so that he can play around.

WhiteHotaru,
  1. harden parental controls on windows install.
  2. „hey son! I hardened the parental controls on your windows install. And by the way, I installed Linux to your PC as well. It has no parental controls.“
  3. ???
  4. Linux Sysadmin
oscardejarjayes, in Micro***t Word on Linux and alternatives

Emacs or Neovim could also serve to replace Word, depending on what you need it for.

lemmyvore,

They obviously need it to open docs made in Word by other people…

mmstick, in COSMIC Edit with project-wide search
@mmstick@lemmy.world avatar
MangoKangaroo, (edited ) in What's your experience with bluetooth audio?

It’s okay. On my desktop with an Intel card my headphones occasionally have an issue where they’ll stop actually playing sounds until I swap the codec in GNOME Settings. I’m pretty sure it’s an issue with the headphones proper, because I don’t think I’ve had the issue with my earbuds or when using them on my laptop.

Speaking of my laptop, if I have WiFi turned on, the Bluetooth goes to shit. It sounds fine, but the audio will randomly cut out. I blame Realtek.

_cnt0, in Made the switch to KDE

Welcome to the KDE gang.

kittenroar, (edited ) in What's the best way to remote into a linux machine?

nomachine works well in my experience; it’s pretty straightforward to set up. And it offers nice performance. It’s free (as in beer), but it is proprietary software – they make their $$ selling enterprise features on their website.

cygnus, in Best distro for Lenovo Carbon X1
@cygnus@lemmy.ca avatar

I have an X1 gen 9 and sleep-on-close worked just fine with Fedora for the time I used that distro (although it was KDE, not GNOME). Every other distro I tried worked as expected in that respect.

KISSmyOS, in What's your experience with bluetooth audio?

On Debian Unstable and Arch (both with pipewire) it just worked out of the box for me with no issues.

duncesplayed, in Security advise collection - what do you recommend?

As @BCsven mentioned, the talk about stable distributions is not right at all.

Also, the commands you gave in “secure directories and dotfiles” are not doing anything. sudo chmod 755 ~/.bashrc doesn’t change the ownership of the file: it’s still owned by you. So setting the permissions 755 just makes it writeable by…you. You will still be able to modify it without sudo.

If you want to make your dotfile require root access to change, you would need to augment the chmod with a sudo chown root ~/.bashrc

Pantherina,

Thanks yes I forgot to mention that.

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

Best thing available on windows, still suffers from running on windows, but inside is a pretty usable Linux distro

OmnipotentEntity, in short question by an aspiring user
@OmnipotentEntity@beehaw.org avatar

Just make sure you back up any important data before wiping your own hard drive. And yeah, Steam handles a lot of the weirdness of running windows only games pretty well automatically.

Rubanski,

On C I only have my windows OS , data is on D. I think that should be enough precaution? If course I backed up everything but I don’t plan on backup everything again. Or do you think it could “leech”?

jwt, (edited )

@OmnipotentEntity makes a good point. Most (and definitely older) laptops have 1 drive. Which would mean your C and D ‘drives’ are actually 2 partitions on 1 physical hard drive. This is fine, but you need to be extra cautious when installing Linux. Many linux installers push you to the easiest choice and select ‘wipe whole disk and install linux’, which in your case would possibly lead to inadvertently wiping the D partition too.

You might want to pay extra attention to this during the installation, when selecting which disk to use for installation. Make sure you only let the installer delete the C partition (which will probably not be named as such, so be ready to find another way to identify the correct partition (maybe by its size?)), and let the installer use the free space that gives to create linux partitions it needs there (next to the D partition).

NB: Still in Windows, you may also want to check whether or not your D drive is encrypted with Bitlocker, as that is a Windows-type encryption and cant be unlocked without a recovery key (aside from it not being practical to use Bitlocker encryption in combination with linux (or NTFS for that sake, as OmnipotentEntity also already mentioned)). If so, you might want to decrypt the D partition so you can still access it from Linux (while it is of course better to have encryption enabled, it may be a temporary convenience).

Edit: Solid choice of Linux Mint btw. It’s been a while since I’ve used it, but in my memory (also as a starting Linux user) it made the right things easy. If your laptop is quite old, and Cinnamon (also solid) doesn’t feel quite snappy enough, you could give XFCE a try. It’s less polished (some say ugly 😆) out-of-the-box, but also less resource hungry (Cinnamon and XFCE are both Desktop Environments (DE’s). On Linux you can have multiple DE’s installed side-by-side; and then make a choice which DE you want to use when you login)

OmnipotentEntity, (edited )
@OmnipotentEntity@beehaw.org avatar

If “D” is physically on the same hard drive, then you’ll probably want to back it up before installing. Technically, you can manage to do it without screwing everything up, but I would not trust myself to. It’s always a good idea to have backups anyway.

Also, user files typically reside on C by default and it takes some effort to put them on a different drive. Things like Downloads, Documents, Pictures, etc. so it’s worth checking that before wiping as well.

Additionally, you’ll probably want to format your “D” drive to a Linux native filesystem (eventually, after you back it up, because formatting results in data loss). While Linux does support NTFS quite well, it’s not perfect, and your data would probably be safer on ext4 or f2fs (depending on if you have HDDs or SSDs) (or zfs or btrfs is you’re into COW filesystems).

In Linux, you have all of your files mounted to a single “drive” called /. Everything is below /, which is called the “root” of your filesystem.

Typically, user data is stored in “/home” and this resides in the same directory structure as the rest of your OS, but on most systems it’s on a different filesystem or even on a different drive entirely. This is because in Linux it is routine to put a “D” drive just in a folder. On my computer, I have several of these mount points defined, so the different types of data don’t get mixed around, and I don’t have to worry about downloading too much bullshit affecting my computer’s updates.

Hope this helps.

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