Even IT people don’t give a shit about security until it’s way too late. Source: getting out of a job where the median age of a server is around 3-4 years old with no updates and runtimes hard installed outside repositories.
Even IT people don’t give a shit about security until it’s way too late. Source: getting out of a job where the median age of a server is around 3-4 years old with no updates and runtimes hard installed outside repositories.
If it’s just the dirty flag (it was uncleanly unmounted) you can try
ntfsfix -d /dev/sdc1
Still probably better to boot into Windows and let it deal with it (ntfs tools are still reverse engineered stuff after all), and check journalctl before doing it, but it works in a pinch.
I am this exact case and it’s getting better. A month ago I installed Arch on my Nvidia desktop and it had multiple problems: returning from sleep, really bad cursor lag hitches, video would freeze at random, applications would flicker, etc. Nowadays most of it is gone, unfortunately the really bad freezes after changing resolution on monitors are still there though
It’s because it’s bleeding edge, extremely well documented and extremely popular. Bleeding edge is exciting and you’re gonna end up on the arch wiki anyway regardless of distro, so you may as well go to the source.
Do mind though it doesn’t mean it’s easy, like at all, and I fundamentally agree, there’s a million better choices for first timers.
Idk if I would suggest Endeavour to a first time user. In my experience it has been perfectly stable and simple, except for some random boot time kernel panics, but the potential for an inexperienced user to break an install without at least some core concepts of a package manager, especially with the AUR, is certainly there.
TL;DR of the /home partition is this: One partition is gonna be the bootloader, typically a small /boot folder. This thing starts the booting process from efi, boot the kernel, this will mount the root partition (/). then, according to the File System TABle, typically a text file in /etc/fstab, you can mount whatever drives (and more!) Anywhere in the file system tree. A common setup is to partition your drive into a smallish / partition and a bigger /home partition. Under /home will be your /home/username folder, roughly the equivalent of C:\Users\username on windows, but even more of your install lives there now: any userspace application (usually a flatpak, which works crossdistro), ideally all user configuration, as well as of course your files. So, once you either need or want to switch distro, you leave the home partition untouched, format / and make a new user with the same username and home folder and bam, most if not all of your configuration and at least some of your apps will be there from the start You should probably do this, it’s not too complicated and it may save the ou a headache in the future.
Used Sony 5 III was my play from the V30 and I’m honestly still kind of ambivalent about it. DAC not as good, 21:9 aspect ratio is just stupid. Great display, camera and size though.
Disagree on picking RPM distros for an absolute beginner (this is what the image is about at least). SUSE maybe but you don’t want a newbie having to deal with US patent bullshit and especially SELinux. Similarly, no newbie will ever pic a barebones WM as a first time user.