Onno (VK6FLAB)

Anything and everything Amateur Radio and beyond. Heavily into Open Source and SDR, working on a multi band monitor and transmitter.

#geek #nerd #hamradio VK6FLAB #podcaster #australia #ITProfessional #voiceover #opentowork

  • 135 Posts
  • 1.91K Comments
Joined 1 year ago
cake
Cake day: March 4th, 2024

help-circle





  • The real question is: Why?

    Here’s some answers to your question:

    1. Backup your data, nuke the drive, start again.
    2. chroot is the tool for the job. Backup your data before you accidentally nuke your drive.
    3. Shrink the partition and write a new one in the empty space, but backup your data before you accidentally nuke your drive.
    4. Connect an external drive, install on it, but backup your data before you accidentally nuke your drive.

    Finally, the reason that the wiki didn’t help is that the question is asked by either a person with not enough experience, or one who doesn’t need the wiki. This is a non trivial process and you should backup your data before you proceed, lest you accidentally nuke your drive.

    Edit:

    Also, anything you break can be fixed … but only if you have a backup.















  • Unicode is a way to encode the things that humans use to write stuff into a computer.

    ASCII is for example another way, as is EBCDIC.

    All these methods translate squiggles that we’ve used for centuries into something that can be represented inside a computer.

    For example, the letter “A” is under ASCII represented by the number 65.

    This post is pointing out that there are two characters that look identical, but have different numbers, which means that what the user sees is identical, but what the computer sees is different.

    This is the basis for much tomfoolery.