Skip to content
View jauderho's full-sized avatar

Organizations

@webos-internals
Block or Report

Block or report jauderho

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jauderho/README.md

Pinned

  1. dockerfiles dockerfiles Public

    Dockerfiles for various things

    Dockerfile 95 19

  2. nts-servers nts-servers Public

    Time servers with NTS support

    Shell 75 7

  3. cloud-regions cloud-regions Public

    Available regions from each cloud provider

    Shell 1

  4. psfiles psfiles Public

    Useful PowerShell scripts

    PowerShell 1

  5. HOWTO: Upgrade Raspberry Pi OS from ... HOWTO: Upgrade Raspberry Pi OS from Bullseye to Bookworm
    1
    ### WARNING: READ CAREFULLY BEFORE ATTEMPTING ###
    2
    #
    3
    # Officially, this is not recommended. YMMV
    4
    # https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/
    5
    #
  6. HOWTO: Upgrade to Alpine 3.20 HOWTO: Upgrade to Alpine 3.20
    1
    #!/bin/ash
    2
    
                  
    3
    # There are some breaking changes to EFI upgrading from earlier versions of Alpine to 3.20
    4
    # The following should work based on the 3.20 changelog
    5
    # It should be run as root after upgrading to 3.20 BUT before rebooting. YMMV