Comments

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

mvirts, to linux in What does Ubuntu do when LTS is supported for 12 years, but PHP is not?

I’m sure it’ll be fine, just keep running the old version 🙃

mvirts, to linux in Is there any way to emulate aegis authenticator (fdroid) on an ubuntu based computer?

I would recommend using a native 2fa app for Ubuntu. This answer askubuntu.com/a/1460646 recommends keepassxc, which is also a password manager that I personally use for passwords but I’ve not used its 2fa function. I also found this app gitlab.gnome.org/World/Authenticator

mvirts, to lemmyshitpost in How did we ever eat before social media?

Made it… Eventually

mvirts, to linux in I feel like breaking my windows install was a rite of passage

Sounds like you may have accidentally been installing an ssh server on zorin.

mvirts, to science_memes in uncomfortable levels of eye contact

Also our big moon has to deal with sharing space with our horde of trophy trash moons

mvirts, (edited ) to linux in What would be the best way for me to recover data from my old laptop's hard drive, which seems to have a bad superblock?

The quick and dirty way I’ve used is…

Use the nbd system (network block devices) and qemu to create a qcow2 image with your defective device as the base device. Serve this qcow2 image with qemu-nbd and attach it as a NBD device locally. Then run fsck or testdisk on the NBD device. This will let you repair the filesystem Linux sees without writing to the disk. Testdisk can scan for any filesystems left on the device if the partitions no longer match filesystems.

Also, if all else fails use photorec to slice the file types you need.

Also, ddrescue can try to read any actually failing sectors and work out what they contain, but puts a lot of stress on the device.

Beware, any method that puts more wear on the disk should not be used unless you’re willing to accept the risk that the drive could get worse.

mvirts, to linux in Cannot Install openSUSE or any other Distro

The messages you’re getting sound like they’re from the bootloader, so I think secure boot is not causing the problem… Linux should print some stuff right away when it loads, maybe check the architecture of the kernel you’re trying to boot, even an error immediately after loading the kernel should print something unless the architecture is so different that it’s just feeding the CPU bad instructions… Not sure how the bootloader would get installed correctly in that situation though. Is this after installation? Does the system boot from a live USB or cdrom?

mvirts, (edited ) to linux in can you chkdsk from a windows vm?

Yes. But since we’re in Linux land, you may be able to replay the journal and un-dirty your disk by mounting with the ntfs3 driver listed here docs.kernel.org/filesystems/ntfs3.html, or you could try using ‘ntfsfix -d [your device]’ from the ntfs-3g package to clear the journal and the dirty bit, although whatever the last operation was on the filesystem may be left in an incomplete state since the journal is not replayed.

I haven’t done it in a while, but with virtualbox I have used direct disk access by creating a special vmdk with vboxmanage to give a VM access to real partitions.

mvirts, to linux in AMD+Wayland+dual monitor = Screen flickering

If you disable the TV display first, then turn it off, does the flickering happen?

mvirts, to linux in Audio Hardware Question from a Linux newbie

ubuntu-mate.community/t/…/26220

Maybe this? I think spdif is a more relevant search term, toslink didn’t seem to turn up much.

mvirts, to askelectronics in What is this "220?" component and how do I determine a compatible replacement?

Clearly R27 is installed backwards 😹 oh yeah also you can guess that they’re resistors because the label (screen print) uses an R to identify them

mvirts, to asklemmy in Does anyone actually enjoy working out?

You can do it!

mvirts, to comicstrips in xkcd #2886: Fast Radio Bursts

😹

mvirts, to linux in When do I actually need a firewall?

Ya. And sometimes hosting companies run active scans on customer machines. I get a crazy number of login attempts over ssh. I ❤️ fail2ban

mvirts, to linux in [Solved] Had a power outage while updating my fedora system, and now dnf has file conflicts. Is it recoverable?

Yes

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #