Skip to content

Instantly share code, notes, and snippets.

View mephmanx's full-sized avatar
🏠
Working from home

Chris Lyons mephmanx

🏠
Working from home
View GitHub Profile
@mephmanx
mephmanx / install_ruby_rpi.sh
Created December 23, 2022 20:54 — forked from blacktm/install_ruby_rpi.sh
A Bash script to install Ruby on the Raspberry Pi
#!/bin/bash
# --------------------------------------------------------------------------------------------
# Installs Ruby using rbenv/ruby-build on the Raspberry Pi (Raspbian)
#
# Run from the web:
# bash <(curl -s https://gist.githubusercontent.com/blacktm/8302741/raw/install_ruby_rpi.sh)
# --------------------------------------------------------------------------------------------
# Set the Ruby version you want to install

Keybase proof

I hereby claim:

  • I am mephmanx on github.
  • I am dotcomrow (https://keybase.io/dotcomrow) on keybase.
  • I have a public key ASBZqz8sS_rTBxKRkUxs1FtC7nwrYQUOa1PWvI6nh9KaBQo

To claim this, I am signing this object:

@mephmanx
mephmanx / qemu_ubuntu.md
Created October 19, 2022 17:21 — forked from Jatapiaro/qemu_ubuntu.md
How to install QEMU on OSX and install an Ubuntu VM

Install QEMU on OSX

QEMU requires brew in OSX, so we need to install brew first.

Installing Brew

To install brew we need to have the developer tools enabled in our system. In order to install those tools, we have two options.

  1. Download Xcode form the AppStore
  2. In your terminal run the following command: xcode-select --install