linux

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

Stillhart, (edited ) in Audio Hardware Question from a Linux newbie

Step one is probably figuring out why the Mojo is turning off. If it’s the USB power going to sleep, the answer could be as simple as running the power USB cable directly to an outlet instead of the computer (which is often better for audio quality anyways). Otherwise, I’d look into the spdif link that the other person posted.

ninekeysdown, in Why btrfs gets huge perf hit with background IO work?
@ninekeysdown@lemmy.world avatar

I was curious about this too. Definitely making me question some of my own thoughts and assumptions about btrfs.

ProtonBadger,

It's a single metric out of many for a file system, let's see if someone investigates.

Kidplayer_666, in Sell Me on Linux

Regarding the tools, you must take into consideration the fact that you do not have Microsoft apps on Linux (unless you run them through wine or online, which is not ideal). However there are several alternative tools, either open source (libre office-imperfect compatibility, Onlyoffice desktop-better compatibility, incomplete feature set) or closed source (either WPS office or FreeOffice). PDF is an annoying one as unless you feel comfortable with libreoffice draw or you want to do more basic editing, tools for PDF on Linux are kind of lacking

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

Distrobox. Try distrobox.

pimeys, in Amazon Building its Own Linux-Based OS to Replace Android

Nice! And they will probably differentiate from the competition by allowing GPL applications and sideloading, and having a total control for your privacy and no tracking, right?

Right?

Jagermo,

In the beginning? Sure. Later? Well, you know, security and all, think of the kids!

pastermil,

And the grannies!

KISSmyOS,

Best we can do is exclusive Amazon deals related to what you just talked about with your spouse.

Diplomjodler,

Check out these great special offers in GPL applications and sideloading!

yoz,

Lol

helenslunch,
@helenslunch@feddit.nl avatar

Probably will just be more like their own flavor of Android where they lock down the OS and insert all kinds of malware.

kittenzrulz123,

Yeah and maybe Bezos will finally allow his workers to have bathroom breaks

KISSmyOS,

Delivery drivers are free to sideload a fully open bucket and take bathroom breaks in the privacy of their vans.

Juvyn00b,

I know there’s sarcasm here, but the article did state an sdk will be available so apps need ported.

mateomaui, (edited ) in Sell Me on Linux

In addition to using virtual machines, remember that once a virtual machine is installed, you can use 7zip (or any zipping program) to archive the whole folder containing the vm files, so if something screws up on the vm, you can reset by deleting the folder, restore it from the zipped archive, and trying again without having to do the whole installation process over and over. You can make as many of those archives as you want as you get a vm install to different milestones.

khorovodoved, (edited ) in Best lesser-known distribution/DE for low-end machines?

If you want serious optimizations - then Gentoo is your choice. But seriously, there won’t be any serious difference between distributions. What really matters here are DEs and browsers. I would recommend some kind of lightweight window manager like i3 or dwm. If you do not want to configure everything yourself, then your choice is lxde/lxqt. Also, you can use distros without systemd (void, artix, devuan, gentoo etc), but that does not matter that much.

backhdlp,
@backhdlp@lemmy.blahaj.zone avatar

Another alternative to not configuring is using someone else’s rice

Presi300, in Best lesser-known distribution/DE for low-end machines?
@Presi300@lemmy.world avatar

AntiX/MX Linux, I’ve had great success getting them to boot on systems that were refusing to boot anything else, AntiX is my go-to distro for bringing new life to old hardware, it works with literally anything you throw at it.

h3ndrik, (edited ) in Sell Me on Linux

You need to try it. Don’t just roll it out in your business. Try it yourself before. Get an old/secondary computer and install it, try your templates and workflows. See which version (distribution) you like. Get your E-Mail connected and so on.

I can tell you Linux isn’t Windows or MacOS. For me, it works very well. I can do lots of things Windows users can not do or that are very cumbersome there, and I don’t have any advertisements or privacy issues. It respects my rights and freedoms as a user. And I’ve had way less issues with my printers and stuff than my windows-friends. I’ve never had a virus on my machine. I can’t tell you if it works for you.

I also don’t like selling it. It’s (arguably) better, faster and more user-friendly than Windows in many ways. But you need to find out if you can make use of it. One big factor against it would be familiarization with a different product. Except for that, I invite you to try it.

mateomaui, (edited ) in Sell Me on Linux

I’m also nervous about using an OS I’m not familiar with for business purposes right away.

Install the latest version of VMware Player (17.5) on your current OS, then install linux distros on virtual machines to figure things out first.

If you settle on any you like, make a full disk image backup, before repartitioning to install linux as a dual boot setup and try it on hardware that way.

Keep the Windows partition around, if nothing else just for games or apps that don’t work on linux, or as your backup working profession setup.

edit: some will recommend VirtualBox instead, but for me (on Windows at least) it always resizes on startup incorrectly and obscures part of the desktop, so I have to manually resize on every VM boot. VMware does it properly each time for me without issues.

knobbysideup, in Audio Hardware Question from a Linux newbie

See if there’s a way to disable power save for your audio driver module.

I had to do this for Intel for example


<span style="color:#323232;">#/etc/modprobe.d/audio_disable_powersave.conf
</span><span style="color:#323232;"> options snd_hda_intel power_save=0
</span>
mvirts, in Audio Hardware Question from a Linux newbie

ubuntu-mate.community/t/…/26220

Maybe this? I think spdif is a more relevant search term, toslink didn’t seem to turn up much.

0xtero, (edited ) in Sell Me on Linux

I’m also nervous about using an OS I’m not familiar with for business purposes right away.

Keep using what gets the job done. That's what computers are for. Do not switch to Linux.

starkzarn, in Have I successfully blocked ssh logins to root?

That all sounds correct to me. The random port you’re seeing in the logs is a high port, often referred to as an ephemeral port, and it is common for source ports. All good there.

cyberwolfie,

Ok, thanks - so if I understand correctly then, it is listening on port 22 as a default, and not accepting traffic on any port.

That brings of the question: wouldn’t I be better off changing the SSH-port? And is that so easy as to uncomment the #Port 22 line in the config file and changing the port number to something random, and saving that somewhere? Would I then be able to connect by running ssh myuser@mydomain.com:, or would I need to do anything else to successfully connect?

siph,

You would need to specify the new port when using ssh (using the -p$PORT option). Just keep in mind that security through obscurity is not considered secure in itself. You could instead consider a service like fail2ban that automatically blocks connections from certain sources depending on your set parameters.

Tanoh,

You would need to specify the new port when using ssh (using the -p$PORT option).

You can put a host entry for it in .ssh/config specifying the port.

cyberwolfie,

Just keep in mind that security through obscurity is not considered secure in itself.

Do you consider it to not be a helpful measure to take at all?

I have fail2ban configured - since it is reading from the auth.log, I guess I would not have to make any changes to the configuration there to have it work with a new port?

siph, (edited )

It’s a mixed bag. Personally I wouldn’t use a non-standard port.

Consider that port numbers under 1024 are Privileged Ports. You would either have to make sure that no other privileged service is running on the port you want to use for SSH when using another privileged port or you need to make sure that no unprivileged program tries to use the same port as your SSH service when using a non-privileged. Overall it adds a bit of overhead and possible headaches for barely any gain.

Fail2ban should work with a different port without any further configuration but it might not.

cyberwolfie,

Alright, cheers - I’ll leave it be as well then :)

nfsu2, in Sell Me on Linux
@nfsu2@feddit.cl avatar

Linux is usually light compared to windows, and no nonsense bloatware and faster to run. Plus is customizable.

If you are a lawyer I assume you are looking for stability and prefer simple over complex. So my guess is that Debian(since is the most stable rock solid distro) would suit you, and most importantly is the desktop environment, if you are looking something similar to Windows I would choose KDE Plasma and if you like MacOS interface then Gnome. Both of them are very different but customizable, I find Gnome is simpler and less busy and Plasma is full of features but busy IMO. Oh and Cinnamon desktop environment is best of both worlds I think. If you are concerned about security and encryption then I’m afraid I can’t advice you on that. Finally I recommend looking up in “distrowatch” if you are looking for something most specific, most distros come with Libre Office as some of the comments point out. There are some distros specifically made for business wich I would recommend if you go big.

Here is a post I made of my desktop with Gnome so that you can see how it look and feels.

feddit.cl/…/39b62b9a-ebfa-4d4e-a944-4a58cc765357.…

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