linux

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

flipflop97, (edited ) in New Plasma 6 Default Icon Theme Looks
@flipflop97@feddit.nl avatar

That looks… really inconsistent

  • Why is the mac icon black while the rest aren’t?
  • Why are the games/downloads icons offset while the rest aren’t?
  • Why are some icons really minimalistic and some really detailed?
  • Why do the colored folders have a line while the rest don’t?
  • Why are java/android/deb/blender colored while the rest aren’t?
  • And why is the black folder blue lol
be_excellent_to_each_other,
@be_excellent_to_each_other@kbin.social avatar

IIRC they refined the Breeze icons over a LONG period of time to get them to the current state - I'm sure the same will be true here.

Quazatron, in Filesystem mirroring: best backup tool?
@Quazatron@lemmy.world avatar

If you want backups done right, use BorgBackup. You can use Vorta as a GUI for Borg.

PlexSheep,

I didn’t know it had a GUI, very nice.

d3Xt3r, (edited ) in Fedora 39 Released with GNOME 45, Linux 6.5 + More

Meh. As a KDE F38 user, this is a super boring release. Nothing really new for us to look forward to, except LibreOffice 7.6 (which you can get via Flatpak). I was hoping the new DNF 5 would make the cut, but guess it’s still not ready yet. :(

Guess will have to hold out my excitement until F40 for Plasma 6 and DNF 5 (hopefully).

tony, in The best RAID setup for internal HDD and does it actually make sense to use it all for gaming?

Raid 0 on 3x500GB triples your failure rate (especially important on older drives, as I presume these are), and still won’t get anywhere near an SSD in speed.

You could just mount the 3 drives separately and have storage that way, which means if one fails you’ve still got the data on the other two… it’d still suck but not as bad as losing everything.

If it was me I’d wait until I could afford the SSD… it’ll be many times faster and newer.

notthebees,

I mean it’s worth a shot. OP knows that much. If it works out, it’d tide them over until they get a new ssd

Uluganda,

I will only use it for game data. I highly value my personal data so I wont put anything remote to worthy in it, I have nas, separate drive, and even Google Drive. If it fails, the worst thing that will happen is I need to redownload all my games from Steam. It will be a bummer, but I think I should be able to restore the first game in matter of hours. My save data will be saved on Steam anyway.

Yeah, single hdd is only around 150mbps, not bad, but I saw 4 hdd can get to 600mbps, which is in realm of sata ssd. I’m just thinking to giving a shot, beside it’s only $20. If one fail, I still have 1tb.

CmdrShepard,

Are you accounting for stuff like SATA cables and cradle mounts for the HDDs in your cost calculation?

SuperIce, (edited )

Sequential speeds aren’t the only metric for storage performance though. Random reads are quite important and the HDDs will literally be hundreds of times slower than an SSD for random reads. It may be fine for older games if you’re fine with waiting for a minute at each loading screen, but some modern games now require SSDs and that number will likely skyrocket soon.

ivanafterall,
@ivanafterall@kbin.social avatar

This is what I do. I have a massive old-school hard drive and I use it for things like Rimworld or various indie games. It's honestly manageable for some more-demanding stuff, but if I try to run anything intensive, I might as well not play it, at all. The old-school drive is great for anything Steamdeck level or below, basically.

ares35,
@ares35@kbin.social avatar

agreed. games read a lot of random data. performance won't be nearly as 'good' as op expects.

the difference of $50 matters that much for op, i think that not spending anything would be the more prudent choice.

that said, if it were me i'd raid-0 two of them and keep the third as a single drop-in replacement for when that array dies; containing a full backup of the array's contents kept up-to-date with every major patch the games on it gets.

Uluganda,

Yeah, I’m mega broke right now, lol. For reference, $50 for average people is around 8 days worth of salary here. And I’m unfortunately, an average people.

thejml,

In that case a 3 drive RAID-5 is what you want. One drive dies you lose nothing but redundancy. You still get two drives with of data along with parity checking. It isn’t quite as fast as a zero, depending on hardware (most will max the HDD speed before being bottlenecks). Nothing will be as fast for random reads as an SSD or NVME, but you get the storage and piece of mind.

Quazatron,
@Quazatron@lemmy.world avatar

You can have separate disks attached to your Steam installation. You don’t need RAID at all for that.

Uluganda,

That RAID would be the separate disks. I surely wont use it to be my / or /home disks, it’s too risky. 3x500mb should give me theoretically 300-400mbps of sequential read/write.

Quazatron,
@Quazatron@lemmy.world avatar

If you really need the speed, sure, go ahead, but I suspect you won’t actually get that speed unless on very large sequential files.

majorequivalent01, in The ASUS Eee PC and the netbook revolution (including Linux)

makes me want to restore my sibling’s eee pc now.

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.

Quazatron, in What would cause a hard drive's, in an enclosure, filesystem to not mount in PopOs?
@Quazatron@lemmy.world avatar

I don’t know the reason, but I’m intrigued: why Veracrypt and NTFS instead of something like LUKS and EXT4?

Extrasvhx9he,

Mostly just for cross compatibility between my devices and I really like veracrypt

Quazatron,
@Quazatron@lemmy.world avatar

Sorry, I am unaware of a cross-system full disk encryption solution.

chemicalwonka, (edited ) in I made it to Linux! What is your must-have FOSS or Free Software for linux?
@chemicalwonka@discuss.tchncs.de avatar

Gimp and PGA

KISSmyOS, in My ubuntu installation broke completely

So I grabbed my ventoy-drive, downloaded latest mint ISO on it and instead of doing something productive I planned to do I’ll spend couple of hours at reinstalling the whole system.

With Mint, you should be able to get to a working system that lets you do your paperwork within less than half an hour.
You can set up all your customizations again when you have more time. But it should also be no issue to just copy your old /home folder to the new system between Mint and Ubuntu. Then the only step after installation would be to install the programs you had before.

IsoKiero,

Yes, I know. Existing drive layout however says that I need to repartition the whole thing and that says that I need to copy couple of hundred GB’s over to something else before reinstallation and so on, so it’s not a half hour job. And while I’m at it it’s better to do it right than half-ass it over a long, long period of time.

fraydabson, in Lightweight distro for home server?

I use arch.
edit: lol while I am new to arch, I guess I kind of expected people to disagree with me. I was under the impression that stock arch is very lightweight? I know there used to be jokes about “I installed Arch” cause it’s supposed to be hard. But I installed Arch on my desktop and server recently, I did the manual install on my desktop and the guided install on my server. Both super straight forward. Plus Arch seems to have some of the best documentation across distros. I don’t know why it should not be suggested, unless I am missing something.

myersguy,

Most people want stability (low change) for servers. Arch is typically run where plentiful software updates are welcome. It’s not that you can’t/shouldn’t use Arch for servers, but it isn’t the most conventional suggestion.

BastingChemina, in Lightweight distro for home server?

Did someone suggested Debian already? If not I would suggest Debian.

possiblylinux127,

Has anyone heard of debian?

Fjor, in Lightweight distro for home server?
  • OpenSuse
  • Debian
  • Alpine

Would be the three I’d choose from atleast.

RootBeerGuy,
@RootBeerGuy@discuss.tchncs.de avatar

So… Debian.

wopod77356, in Linux holds more than 8% market share in India, and it's on the upward trend

1000018735Indians

TheOakTree,

Hahaha they did a racism so funni

wopod77356,

Fuck off streetshitter

TheOakTree,

It must be hard to make your way through the world with a shatteringly low IQ. Unfortunately for you, one does not have to be Indian to object to racism… so we can confirm that your cognition is at rock bottom.

I guess that would explain why you act like such a bottom-feeder, spewing so much garbage because that’s all you like to eat.

This was fun to type, thanks for the opportunity! Go fuck a cactus :D

moriquende,

People will seriously believe anything just to feel superior. No wonder most people spewing bullshit like this are losers in dire need of feeling like they’re worth something.

wopod77356,

It’s facts

snowfalldreamland, in Who uses pure GNOME (no extensions)

The system tray is the one thing i need to see that/if email/steam/chat is running and if there’s new messages. Otherwise gnome works great for me

d3Xt3r, in CLI monitoring with GPU overview

Just use a terminal multiplexer to split your screen (so you don’t need a separate tab), and then ceate an alias/session file with your monitoring programs so you can call it with a single command.

Like @muhyb, I too use btop and nvtop, and this is how it looks like in zellij: https://lemmy.nz/pictrs/image/2e8ad660-f844-4df2-b5ce-aebb0d61d918.png

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