I’m a guy on the internet. Nothing to see here.

  • 1 Post
  • 9 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle
  • GooeyGlob@lemmy.worldtoLinux@lemmy.mlIf you create a man page
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    6 days ago

    It depends on how the document is written, but \> stops matching on a period, comma, apostrophe, space, newline, what have you. Word boundary matching is just very handy.

    As to why its that set of characters… Honestly I have no idea :) Regexes are just what they are and I assume the special escape made sense to the inventor at least.




  • GooeyGlob@lemmy.worldtoLinux@lemmy.mlBeginning with Linux
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    16 days ago

    You may not hear this from others, but I would NOT switch your phone OS and desktop OS at the same time. Assuming you live a digital life there is just TOO MUCH to have to deal with while dealing with tbe hassle of things that don’t make sense, or require you to stop what you’re doing and google the answer.

    I love /e/OS and would absolutely recommend it, but there are just shortcomings that slow me down all the time (are you OK with the play store compatibility suddenly stopping and you cant download apps - do you wait and see if it starts working after a few minutes? reboot your phone? Log out and back into your google account? Switch to/from anonymous? This happens more than I think folks would readily admit and the solution is just different each time)

    Once you are up and running fot a few weeks with whatever change you want to make first then sure go for the other one.

    Best of luck!


  • GooeyGlob@lemmy.worldtoLinux@lemmy.ml404 in apt
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 months ago

    From what I’m reading, autoclean would remove any local packages which couldn’t be download (i.e. they are out of date). This would indeed fix the issue, but your packages could still be missing critical udpates.

    When possible you should definitely run ‘sudo apt update && sudo apt dist-upgrade’ to get the latest stuff installed. If it says you’re up to date then that’s awesome and no further action is needed.






  • This is a bit of a hack, but while you wait for a new drive or laptop, you could install Linux onto a thumb drive and run it from there.

    When you use Rufus to write the image to the flash drive, it should give you the option to create a persistent storage section with a slider to say how much of the drive to allocate to that. At least this should keep Microsoft from destroying the data on it, lthough it will probably ask every time it starts up whether you want to format that drive.

    This way you can just use whatever your BIOS boot key is, probably something like F12, to boot onto your Linux and keep it away from Microsoft :)