• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • rImITywR@lemmy.worldtoMemes@lemmy.mlNotepad.exe
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 month ago

    You copy some text from a webpage and put it in your markdown/LaTeX document in your text editor, like vim. Then you use pandoc/pdf-latex to export in whatever file format you need. It never looks wonky, it looks exactly like you tell it to.









  • You don’t even need any hardware to get started. Fire up a virtual machine in VirtualBox or VMWare or use WSL. Start playing around, find a distro/DE you like and start learning.

    After some time, look into dual booting your existing machine. You can try this in a virtual machine first before making any changes to you hardware.




  • Do you have an earlier snapshot that you can roll back to? If not then this is a learning experience about how you should take a snapshot before doing any configuration changes/updates. And also maybe some automatic ones on a schedule (daily/weekly).

    As far as recovering files, you could try the Windows recovery environment (or whatever they call it). Take a snapshot first, in case it makes things worse.

    You could also try mounting the virtual disk to your host system. https://www.baeldung.com/linux/mount-qcow2-image

    Or try booting the VM with a live boot environment of your favorite distro, similar to how you would do recovery from a dead physical machine.