I get paid by the hour! 😅 But for real though it’s a struggle. Mostly I try to use msys2 for everything but. I still have native git. There are some long standing bugs that make the vim excruciatingly slow to open or close, really I should go try to fix it but it doesn’t feel like a fun problem.
- 0 Posts
- 62 Comments
For work, I just use windows. Not my machine not my problem.
For AC power, capacitors don’t effectively store energy for later, and would change the power factor to make the resistive load reactive which can bring down the efficiency of the power transfer. For AC power a big ol resistive heater is probably as efficient as you can get, which is part of why those kettles are so simple and boil water so fast.
A kettle that stores energy would need to use DC power, converting it from AC and probably have a very large capacitor, more likely a battery.
mvirts@lemmy.worldto
Linux@lemmy.ml•[Help request] They say "don't break Debian" but apparently I managed to do it.
1·4 days agoDon’t be afraid of the command line, breaking Linux is how you end up learning how to use it!
I haven’t done this tutorial but if that kind of thing helps you this one looks pretty good.
My best guess is you need to do something like:
(In the shell, one line at a time, enter runs the command)
mkdir /mnt/tmp mount /dev/sda2 /mnt/tmp nano /mnt/tmp/etc/fstabNano is a text editor that uses your whole terminal, so you will see the contents of /mnt/tmp/etc/fstab (the file that controls where disks are mounted) and replace ‘sdb’ with ‘sda’ on the line starting with /dev/sdb2. The bottom of nano’s screen shows you the keyboard shortcuts, I think Ctrl W will make it write the file, asking for confirmation of the filename, which should stay the same. Exit nano (Ctrl+x maybe?) then reboot with the command ‘reboot’
If you get any errors about access denied or permissions, run ‘sudo bash’ to get a shell with more power and try again.
Good luck!
What most likely happened is your disk order switched and, as others have mentioned, using /dev/sda1 or something similar to point to partitions is unstable and can’t be trusted. Once your system is back up, look up how to specify partitions in /etc/fstab using UUID (something like /dev/disks/by-uuid/xxxx-xxxxxxxxxx-xxxx instead of /dev/sda2)
mvirts@lemmy.worldto
Linux@lemmy.ml•My desktop just shut down, and I'm not sure where to look for logs to figure out why
31·6 days agoWhen this happens to me I mostly assume Linux shutdown automatically because of a critical over temperature event. I’ve seen it in the logs a few times but I don’t usually check anymore.
There’s an example of this here https://unix.stackexchange.com/questions/502226/how-do-you-find-out-if-a-linux-machine-overheated-before-the-previous-boot-and-w
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.
Me too! Lol what do I need fast ram for anyway? Slow builds are more of a feature every day that goes by.
Check your disk usage with df -h
When my machine gets weird it’s always out of disk space.
I think it shut down because its arm hit the table and activated some sort or failsafe mode (hopefully) 😬
Just imagine it was your hand instead of that tiny water bottle.
Only the Japanese edition will save us
mvirts@lemmy.worldto
Linux@lemmy.ml•How to show file icons by default application in GNOME?
1·1 month agoAgreed, you can probably get away with an extension that updates the file icons when the default app changes, and syncs all of them when you press a button somewhere or install it.
Yes. Gentoo is always a good idea :)
Don’t forget the handedness of each coordinate system!
Everyone should know most of the time the data is still there when a file is deleted. If it’s important try testdisk or photorec. If it’s critical pay for professional recovery.
mvirts@lemmy.worldto
Showerthoughts@lemmy.world•Are they still underpants if you aren't wearing pants?
5·2 months agoShould my dog see a vet if it underpants?






Sounds like the right choice! I’m glad you got Debian up and running,