• nucleative@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    ·
    edit-2
    8 hours ago

    For quite a long while search engines would return amazing results when you searched for

    Dsc-0001.jpg

    And so on, perhaps with some variations based on camera model. People uploaded their DCIM folders to their homedirs which were sometimes exposed to the web. You’d see so much private stuff this way.

    Just tried and it appears such functionality has been removed from Google, because of course it has.

      • nucleative@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        15 minutes ago

        In the 90s and early 00’s it was really common for Universities (for their students and professors) to arrange Unix based shell accounts for email and storage.

        The Apache http server was easily configured to allow per user websites and this was commonly done to give everyone a website. They looked something like a “www.example.com/~username” URL which mapped to a public_html folder inside the user’s home directory. Apache would serve up any files or html that lived inside to the public.

        https://httpd.apache.org/docs/current/howto/public_html.html

        At the time, a lot of people didn’t worry about anyone finding their obscure files, so put them there freely for family and friends.

        Wild times!