Tag: Howto


  • Anbernic RG35XX H with 8Bitdo SN30 Pro Bluetooth

    This was a bit of trial and error honestly, and I’ll upload some screenshots when I get a chance, but got an external controller configured with Knulli.

    Power on the SN30 Pro in “Windows” mode (hold Y + Start) then hold the pairing button for 3s.

    In Knulli, open the menu:

    • Controller & Bluetooth Settings > Enable Bluetooth
    • Pair Bluetooth Pads Automatically

    Once detected, if the controller is not responsive then you’re in a mode other than Windows.

    From Controller Mapping select OK on the warning then hold any key on the SN30 Pro. Configure the keys and set either the Function key as either Star or Home on the SN30 Pro.

    You’ll need then to set the active controller to SN30 Pro as P1 (or P2) controller with Controller & Bluetooth Settings > P1.

    It’s not perfect but more than good enough to play games with the device connected to HDMI, which is pretty handy for a short sighted old fart.


  • AWS re:Invent

    Embarrassingly spent ages looking for slide decks from re:Invent. Just click on the title under the video thumbnail. I’ve reached the point in my life where my parents couldn’t work the timer on the VHS.


  • Plesk, Nextcloud, and my shortening patience

    Plesk, Nextcloud, and my shortening patience

    I’ve a self-hosted Nextcloud installation which is frankly a pain, there’s a good chance updates will break everything.

    Plesk is a fairly intuitive interface for self hosting but is best described as non-standard Ubuntu – it handles PHP oddly in particular. Try running any of the php occ commands in it’s built-in ssh terminal and you’ll experience an exercise in frustration.

    It’s so much easier to ssh from an Ubuntu terminal and run occ commands directly – giving a clear error message that you can actually do something with.

    So its the Circles app, lets disable it:

    php occ app:disable circles

    Then repair the installation:

    php occ maintenance:repair

    Finally turn off maintenance mode:

    php occ maintenance:mode --off

    I don’t even use that app but we’re back.