linux

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

dino, in I made it to Linux! What is your must-have FOSS or Free Software for linux?

MPV, although you could also have used it on windows already. Also freetube, you can also combine those two with a little bit of internet search.

xantoxis, (edited ) in Linux Distribution Timeline

I installed Slackware in 1994 or so. Floppy. Disks.

Fast forward almost 30 years and I’m still trying new (to me) distros. Proxmox VE this time.

cybersandwich,

Proxmox isn’t a “distro” as most would colloquially think of one. It’s a hypervisor.

Am I taking crazy pills?

Do you mean you are using it to use your setup in a VM or container?

xantoxis, (edited )

Proxmox VE is a packaging of Linux as an operating system. It is a distribution. Straight from the wikipedia page:

It is a Debian-based Linux distribution with a modified Ubuntu LTS kernel[7] and allows deployment and management of virtual machines and containers.[8][9]

Cool way to respond to a comment btw:

Am I taking crazy pills?

The VMs I’m running in Proxmox are also Linux, but that’s less interesting to me.

cybersandwich,

I gotcha. I meant no offense. I was halfway hoping you’d tell me there was a spin of proxmox that was meant for desktop use that containerized everything or something.

TechAdmin,

It’s Debian-based so can install all the same desktop and window environments available there.

perishthethought, in Linux Distribution Timeline

When I was first hearing about linux, it was via Knoppix. Seems like a past life now, so long ago.

cerement,
@cerement@slrpnk.net avatar

Knoppix saved so many Windows systems …

heartfelthumburger, in New Plasma 6 Default Icon Theme Looks
@heartfelthumburger@sopuli.xyz avatar

Looks good to me

heygooberman, in I made it to Linux! What is your must-have FOSS or Free Software for linux?
@heygooberman@lemmy.today avatar

I personally recommend LibreWolf over Firefox. It is a fork of Firefox, but it includes some additional settings for better privacy.

Flameshot is a pretty useful screenshot tool that functions similar to the Snip tool on Windows.

If you’re going to be installing apps via Flatpak, I recently learned of an app called Warehouse that allows you to view all the Flatpak apps you installed, the user data associated with each app, and their file location.

If you want another option for LibreOffice, you can try OnlyOffice, but I personally prefer LibreOffice.

If you’re looking for a text editor that’s like Notepad++, I recommend checking out NotepadQQ.

Finally, if you want a notebook app similar to Microsoft OneNote, I’d like to recommend Joplin.

Deregon,
@Deregon@jlai.lu avatar

For Flatpak apps, along with Warehouse, Flatseal allows you to view and edit permissions for each app, which is not only useful but sometimes mandatory when an app has misconfigured permissions

heygooberman,
@heygooberman@lemmy.today avatar

Oh yes, Flatseal is also a good tool to have! Thanks for adding that!

arisunz, in I made it to Linux! What is your must-have FOSS or Free Software for linux?
@arisunz@lemmy.blahaj.zone avatar

random suggestion but do you play guitar? take a look at guitarix if so, you won’t be disappointed

lemmyvore, in Your chosen desktop Linux defaults?

I’ve never had a problem with ext4 after power failure.

Zram is not a substitute for swap. Your system is less optimal by not having at least a small swap.

Firewalls should never default to on. It’s an advanced tool and it should be left to advanced users.

Not to mention how much grief it would cause distro maintainers. If they don’t auto configure the firewall they get blasted by people who don’t know why their stuff isn’t working. If they auto configure they get blasted by people upset that the auto configurator dared change their precious firewall rules. You just can’t win.

kylian0087,

Honnestly. Firewalls shut be enabled by default. Specially on laptops connecting to public places.

A good default shut be choosen by the disteo maintainer. A default shut not overwrite your own config. Like any config really. So no upset folks that like to change the firewall. Also if you dont block much outgoing trafic you are not likely to run into problems. And for people that like to poke holes in the incoming trafic. Your a “advanced” user anyway.

lemmyvore,

So what should happen when the user installs a service that needs an open port in order to work? Presumably the whole point of installing it being to, you know, use it.

kylian0087,

Their are not many programs that require open ports for incoming trafic. Things like ssh or a web server do. But then again those are services you would manualy want to open anyway.

Leny,

Why does not having swap make the system less optimal? Considering obviously it has more than enough ram available.

lemmyvore,

Swap holds memory pages which are not currently used. Putting them out of the way will optimize the main RAM for normal operations.

It’s not a huge difference on a modern fast system with lots of actual RAM but it can be felt on older systems and/or less RAM.

Leny,

So it’s not not having swap that makes the system “less optimal” but not having enough RAM if I understand correctly?

lemmyvore,

They go hand in hand. Given enough RAM you can keep the swap in RAM rather than on disk to make it faster, but you still need swap.

Leny,

I’m confused, so if there’s no swap, what is the system doing given enough RAM? What’s the impact?

lemmyvore,
jezza,

I have a question about swap.

My current rig has 64 gb, and I opted to not create a swap partition. My logic being I have more than enough.

The question is does swap ever get used for non-overflow reasons? I would have expected 64 GB to be more than enough to keep most applications in memory. (including whatever the kernel wants to cache)

virtualbriefcase,

I believe so, though I went without swap for a while myself and never noticed any issues. When in doubt a 1gb swap partition can’t hurt.

lemmyvore,

Start with a small swap file (100 MB) and see how much gets used, no need to waste 1 GB.

lemmyvore, (edited )

I also have 64 GB and yes, it gets used. For very low quantities, mind you, we’re talking couple hundred KB at most, and only if you don’t reboot for extended periods of time (including suspend time).

Creating a big swap is not needed, but if you add one that’s a couple hundred MB you will see it gets used eventually.

You don’t have to create a swap partition, you can create a swap file (with dd, mkswap, swapon and /etc/fstab). You can also look into zswap.

Swap is not meant as overflow “disk RAM”, it’s meant as a particular type of data cache. It can be used when you run out of RAM but the system will be extremely slow when that happens and most users would just reboot.

wolf,

What is the difference between physical swap and having a swap partition on ZRAM, especially for the kernel? To the best of my knowledge, nearly no Linux distribution supports suspend to disk any more, any ZRAM swap looks for the kernel like … swap. Thanks to the virtual file system. Further, I have high trust in the Fedora community, which decided to use ZRAM.

We can agree to disagree about the firewalls, especially for people who don’t now why their stuff isn’t working, it protects them and is much better than having unconfigured services with open ports on a laptop in a public network IMHO.

Jumuta, in Firefox needs a 180° turn to full privacy out of the box. - Feddit

use librewolf if you want privacy that much

Vincent,

But also keep in mind that it couldn't exist without Firefox/Mozilla existing. A world in which more people use Firefox over Chromium-based browsers is a better world.

Jumuta,

ehhh debatable, mozilla still gets a lot of funding from google so they’re not as independent as you think. A better world wpuld be one where qtwebkit based browsers, chromium based browsers and firefox based browsers have the same market share.

Unfortunately Apple stole qtwebkit and drove it into the grave so there’s little chance of that actually happening :(

I still hold out hope though, and try to use Falkon whenever possible

Vincent,

A Mozilla dependent on Google seeing value in Firefox sending searches their way is at minimum as good as one in which Mozilla doesn't exist and everybody uses Chromium-based browsers, by definition - and in practice, way better.

But yes, more non-Blink engines in use in general would also be a better world. Alas, that, too, isn't the world we live in.

lemmyvore,

I still don’t understand why Microsoft dropped Blink. Surely there’s nothing for them in letting Google own the browser engine, and it’s not like they cannot afford to keep developing their own. Weird.

Pantherina,

I did. But why should I need to? Firefox is the product, if nobody uses Firefox mozilla uses marketshare. Why do we need Librewolf, which really is the only Firefox you should use out of the box? The same with Mull for Android, where damn “Firefox Focus” is their privacy option which is pretty useless.

If Firefox is so bad you need to use Librewolf, Firefox as a product is useless for many people.

I now use Firefox again and harden it myself. But I dont expect ANYONE to do that, as its even a bit too inconvenient for me

Jumuta,

because the default Firefox is either more convenient for most normal users or gets them more funding because of corporate sponsors

privacy and convenience is always a tradeoff so you can’t just make firefox really private like librewolf and expect mass adoption

Pantherina,

I get you. But Firefox is not mass adopted, so you can assume its only the privacy concerned people. If you are about features, Firefox is good. But for the most part, and for people that dont care, Chrome is just as good, but with Webapps, using your phone as a 2FA key, flashing damn GrapheneOS through a browser, faster speed and supposedly a more secure sandbox.

Firefox relies on Google, but Google has no reason to support it anymore. So this funding will probably vanish soon.

andruid, in Red Hat paywall?! How the Raleigh giant divided the open source community.

As a former RedHat advocate it sucks honestly, I have to find companies like Rancher and Suse that off truly FOSS products now. Like I want opensource devs to get paid if they are being depended on, but the RedHat paywall makes avoiding the vendor lock or trying to be cost flexible a legal land mine. They also offer more and more proprietary rebrands of FOSS projects that I fear will get EEEd as well.

DaGeek247, in The best RAID setup for internal HDD and does it actually make sense to use it all for gaming?
@DaGeek247@kbin.social avatar

Im sorry, but, for things like games, raid isn't really going to give you a perceivable speed increase. Most games today get the most use from the random read, where raid does best is with things like sequencial writes (large movies, etc).

Raid0 will add to your throughput, but your seek times will still be the same regardless of how many drives you add to it.

Here in the us, a 2tb ssd is less than 50$. Im sorry its not the same where you are at.

I know the others suggest raid0, but since youre doing three drives im gonna suggest raid 5 instead. You don't lose out on read performance compared to raid0, just write speeds. More importantly, one drive failing wont actually break anything.

fafok20662, in If only more Linux programs followed sandboxing best practices...

Why does it look like itoddler ui?

Infiltrated_ad8271,
@Infiltrated_ad8271@kbin.social avatar

They successfully applied the gnome design guidelines.

fafok20662,

Yikes it looks just like a mobile or tablet.

Spotlight7573,

And that’s a bad thing?

The desktop is finally catching up with the more restrictive permissions model where an app doesn’t just have the ability to do anything the user can do but instead only has access to what it needs.

Going with a familiar interface style like the ones people already use on mobile just makes sense.

What would you want it to look like instead?

bingbong,
Rustmilian, (edited )
@Rustmilian@lemmy.world avatar

I’m not a fan of all the blank space in their design language, it doesn’t look bad or anything but I don’t have a touch screen and having to move the mouse around so much for long periods of time physically hurts, especially on laptops.
I wish it was more… desktop friendly… If they took more advantage of the dynamic layout capabilities of GTK4 to have a better desktop layout based on their already existing design language while still having this mobile esk layout for other devices, we’d be golden.
If they don’t want to do that, they should at least increase the default mouse speed so it feels better out of the box.

shea,

looking nice and readable is just cool and good

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

Here is the way to 4chan >>> ___

Luccus, (edited )

Linux users (sometimes):

sees an extremely user-friendly interface - so good that everyone and their grandma can use it perfectly right away without any explanation

“Ugh, why doesn’t this look more complicated?”

Edit: This was in response to someone commenting “Why does it look like toddler UI?”. The comment seems to be deleted now.

1984,
@1984@lemmy.today avatar

Haha so true, and I say this as a Linux user for like 20 years. There are some Linux users who value functionality over form so much that they prefer cluttered user interfaces with tiny borders to maximize screen space.

madmaurice, (edited ) in Is gnome going to become proprietary?
@madmaurice@discuss.tchncs.de avatar

But closed source projects still get bug reports. The users just can’t fix it themselves. So where’s the advantage?

Kata1yst,
@Kata1yst@kbin.social avatar

Accountability. The Dev is wishing others couldn't see the backlog and their decision process publicly.

WallEx,

So petty

SGHFan, in Red Hat paywall?! How the Raleigh giant divided the open source community.
@SGHFan@lemdro.id avatar

I flip the bird at the Red Hat building every time I pass it.

billwashere,

Hello fellow Raleighen… Raleighite… Raleighian?

SGHFan, (edited )
@SGHFan@lemdro.id avatar

I also don’t know what the terminology is. I’m in North Raleigh, and I sometimes go to downtown.

billwashere,

Used to live in Cary, now in Clayton (house prices… geez). Work at State so I see that giant Redhat building everyday. Hell I’m on Centennial campus so they used to be down the street.

penquin, in Interview with KDE’s lead propagandist

Nate looks like my older brother. Like an almost carbon copy 😳

snowraven, (edited )

Plot twist: you elder brother has been the lead KDE propagandist all along.

penquin,

Lol. They’re so close it’s creepy.

rufus, (edited ) in this random process was using 25 % cpu is this a virus?

Yeah, next time don’t panic. Use ps and pstree and fuser (or the programs you like) to first find out the executable filename with full path and which program started it. Then you can kill it and you’ll have some info to start debugging things.

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