Skip to content

Instantly share code, notes, and snippets.

View rschuman's full-sized avatar
:electron:
(V) (°,,,,°) (V)

Robert Schuman rschuman

:electron:
(V) (°,,,,°) (V)
View GitHub Profile
@rschuman
rschuman / gist:1032590
Created June 17, 2011 23:35
Fix: HFS+ drives no longer mount after upgrade from Ubuntu 10.10 to 11.04
After upgrading from Ubuntu 10.10 to 11.04, I could no longer mount any of my HFS+ OS X partitions:
$ sudo mount -t hfsplus /dev/sdc2 /media/radius_a
mount: wrong fs type, bad option, bad superblock on /dev/sdc2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I did the following in order to fix this error:
@rschuman
rschuman / vim_tricks.md
Last active December 20, 2015 11:49
Vim tricks
@rschuman
rschuman / ruby_magic.rb
Created August 5, 2013 21:03
Ruby Magic
# Create a line
my_line = "\n" + "-" * 125
@rschuman
rschuman / neobundle.md
Created August 6, 2013 16:35
vim magic
@rschuman
rschuman / install_tmux_centos.md
Last active July 26, 2018 12:51
Installation of most recent libevent2 and tmux on CentOS. Compile flags borrowed from https://gist.github.com/sturadnidge/4185338
@rschuman
rschuman / howto.md
Last active December 20, 2015 20:18
Killing off an annoying applications in OSX
  1. Bring up a terminal

  2. Look for the annoying process using this command:

    $ ps aux | grep -i "annoying_app"
  3. Output will look something like this:

robert 63499 0.0 0.1 1000968 7888 ?? S 20Jul13 23:26.50 /Applications/Annoying_App.app/Contents/MacOS/AnnoyingApp -psn_0_97164452

@rschuman
rschuman / iterm2_fu.md
Last active July 4, 2016 00:17
The Fu of iTerm, the 2nd Coming

Useful iTerm2 Key Commands

  • Quickly search for a particular session: shift+command+o
  • Send keyboard input to all session: shift+command+i
@rschuman
rschuman / .block
Created October 7, 2016 06:54
es2015 d3v4 d3-sankey demo
license: mit
@rschuman
rschuman / linebreak.md
Created May 5, 2020 09:19
Line breaks in markdown
Hello  (<-- two spaces)
World

Hello
World


@rschuman
rschuman / steamvr_on_oculus_quest.md
Last active February 5, 2025 02:04
Setting up the Oculus Quest for playing of SteamVR games

Playing SteamVR games on the Oculus Quest

With a little bit of configuration, SteamVR games can be played on the Oculus Quest. The following is a short configuration guide for helping make this happen

Hello SideQuest

Since the Oculus Quest is an Android device, apps can be sideloaded onto the Quest after a development configuration has been set up. Make use of SideQuest VR for setting up sideloading.

Installation