Skip to content

Instantly share code, notes, and snippets.

View RiderExMachina's full-sized avatar

RiderExMachina

  • Pacific Northwest
View GitHub Profile

Special Kubuntu Setup

Installation

  1. Download and install the latest iso from https://kubuntu.org/getkubuntu/
    • The Long Term Support (LTS) release is supported for 10 years and gets security updates
    • The current release is supported for 9 months
      • For a lot less hassle choose the LTS, for more up-to-date packages choose the current release.
  2. Update either using Discover or sudo apt update && sudo apt upgrade in the terminal
  3. Reboot to ensure the latest software is running
  4. (semi-optional) If gaming with an Nvidia card, install the graphics drivers ppa (sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update)
@RiderExMachina
RiderExMachina / Installing Wii U Game Updates for Cemu on Linux.md
Last active June 21, 2019 04:50
Install Wii U game system updates on Linux

! Wii U USB Helper Tool is not Linux-compatible at the time of this writing. Things may have changed and this guide may not be up to date !

Install Cemu on Linux

  1. Create folder where the wine prefix will preside (e.g. ~/Games/cemu)
  2. Initialize Wine export WINEPREFIX=~/Games/cemu && winecfg
  3. Download Cemu and run the installer within the Wine prefix wine "cemu installer.exe"
  4. Download the Cemu hooks package and install it

Dump the game

  1. Dump the Wii U game using ddd or wudump (wudump is recommended)

Keybase proof

I hereby claim:

  • I am riderexmachina on github.
  • I am riderexmachina (https://keybase.io/riderexmachina) on keybase.
  • I have a public key ASBPyTx1cXcuQH0YcWDn8wsbmV8sqito_FjGCQcEtERLRwo

To claim this, I am signing this object:

@RiderExMachina
RiderExMachina / ElementOpieNextPrevious.user.js
Last active July 10, 2017 21:40
Adds next-previous links to podcast pages at elementopie.com
// ==UserScript==
// @name Element Opie next-previous
// @namespace unknown
// @include http://elementopie.com/*/*
// @version 1.1
// @grant none
// ==/UserScript==
// This picks up the URL from the document. There's actually a lot we can do with this information...
var url = document.URL;