Nixos, meaning to try Gnuix but I got projects to finish!
- 5 Posts
- 256 Comments
mvirts@lemmy.worldto
Linux@lemmy.ml•The Engineer Who Tried to Put Age Verification Into Linux
87·4 mesi faWhat is this, open source software for ants!?!
This whole story is ridiculous. Put it behind a compile flag and merge it, we all know first across the finish line gets bonus 5 years of standardization.
It’s the law that’s a problem, not the software.
mvirts@lemmy.worldto
Linux@lemmy.ml•Will I survive the Linux CLI if I only switch because I'm a student and Arch distro speed?
1·4 mesi faYes, you’ll be fine
mvirts@lemmy.worldto
Linux@lemmy.ml•What's a Linux distro thats breaks the windows mold and is good for testing?
1·5 mesi faI second this. I need to try guix, nixos has been my daily driver for years now.
Try using alsamixer, check for channels that are muted.
Also check if your distro is saving and restoring alsa settings every boot and remove the settings file
mvirts@lemmy.worldto
Linux@lemmy.ml•I currently have a dual boot between Windows and Linux but I'm thinking about removing Windows. Would I need to do anything to Grub in order to continue use Linux Mint?
2·6 mesi faGrub should be able to boot mint fine, just know where grub is installed and which disk boots the system before formatting anything. To test, unplug the windows disk and see what happens
mvirts@lemmy.worldto
3DPrinting@lemmy.world•Designed a simple photo frame on FreeCad. Why are some layers peeling in my print?English
2·6 mesi faHopefully this isn’t a common problem, but I was running auto bed leveling manually, the getting failed prints because I didn’t save the levelling results to the printer and I didn’t have gcode to load the levelling data and enable it in my slicer settings.
Maybe something similar is happening to you.
You can also try disabling auto leveling and level manually, that was giving me better prints for a while but it’s a pain.
I think xvnc does this with vnc. If using gnome start gnome-remote-desktop with systemctl --user start gnome-remote-desktop then use grdctl to set it up (or the settings gui). I’ve had luck with rdp on a Wayland session this way.
Also, what do you mean by crashes? Kernel panic? Random app death because the oom killer was activated should be expected when pushing the memory limits on Linux.
I’m running 8 and 32 in my T490, seems to work fine. I’m building software and leaking memory like crazy and it’s never been weird. I don’t see why 8 + 32 would be any different than 8 + 16 other than capacity.
Doesn’t the channel balance not matter that much? Like operations can be done in parallel. I always thought the benefits came from reading different things from each ram chip not synchronizing them byte for byte.
Check your disk usage with df -h
When my machine gets weird it’s always out of disk space.
Yes. Gentoo is always a good idea :)
mvirts@lemmy.worldto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
5·8 mesi faLet’s see how this goes then revisit the question.
mvirts@lemmy.worldto
3DPrinting@lemmy.world•Looking to buy a cheap but best first 3d printer. Ender3 V3, CR-10 SE, or something else?English
2·8 mesi faNot a mistake, I’ve got an ender 3 and a cr10. Both are fine, keep your expectations realistic and calibrate each axis, especially the extruders. Use PLA, consider getting a new build plate if your prints won’t stick. I recommend flashing firmware on the ender 3 unless you know what was loaded onto it last, doesn’t have to be fancy firmware just something you know for sure is configured for your printer. A cr10 should probably get firmware as well but I never loaded new firmware on mine and the controller is older so I’m not sure if it’s a good idea.
Don’t forget the cost of filament, if you print a lot you may spend more on filament in a year that your printer budget.
Totally possible.
I recommend making room on your drive using windows tools to shrink the windows partition before letting your Linux installer add new ones, or doing it manually. This is just so that no weird filesystem bugs show up after resizing your ntfs filesystem with Linux tools. Never had a problem with them but it’s probably good to use Microsoft tools to mess with the Microsoft filesystem just in case.
Maybe watch your system logs on the server when it’s having trouble, could be something random.
Mostly just try Linux on it 😹 Don’t install it just run from a flash drive or something
mvirts@lemmy.worldto
Linux@lemmy.ml•GitHub - winapps-org/winapps: Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.
11·11 mesi faI feel mislead, none of the apps actually run on Linux.
The easy thing is to just format them ext4 and use them as extra data storage.
Edit 2: don’t delete the efi partition!!! Move that just like your system partition. Unless you want to learn how to rebuild it :) unless you’re using Windows boot manager you can remove the Microsoft folder from the efi partition as well
The good news is your system partition is small so you can delete the first two partitions. Make a small boot partition if you want, make a new system partition second ( bigger than your current one), copy the existing system partition into the new one (without deleting the old one), boot into the new system partition, test that it works, then expand the fs to fill the partition. Then you can move your home partition if you want or just make your system partition huge to fill the space up to your existing home partition, then delete the last partitions an grow your home partition to fill the disk
Edit: once you know the new system partition works you delete the old one.