Skip to content

Instantly share code, notes, and snippets.

I have a Vantec NBA-200U audio USB device, it has a Digital S/PDIF in. I want to listen to SPDIF out from my MacBook.

I have a fairly stock Ubuntu 17.10 setup, but I think I had to apt-get install pavucontrol.

pavucontrol

  • Configuration

Installing Locale::gettext with gettext from homebrew (macOS)

brew install gettext

And you will get the "keg-only formula" message - that's ok!

==> Caveats
@andyjack
andyjack / remotepaste.md
Created May 30, 2016 14:18 — forked from burke/remotepaste.md
This sets up keybindings in tmux that allow you to copy/paste to/from your OS X clipboard from tmux running inside an SSH connection to a remote host. Partially borrowed from http://seancoates.com/blogs/remote-pbcopy

Local (OS X) Side

~/Library/LaunchAgents/pbcopy.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
     <key>Label</key>
     <string>localhost.pbcopy</string>
@andyjack
andyjack / installing-net-ssleay-with-homebrew-openssl.md
Last active August 18, 2022 14:29
Installing Net::SSLeay with openssl from homebrew (OS X)

Installing Net::SSLeay with openssl from homebrew (macOS)

You don't need to do anything fancy other than running cpanm - with the most recent Net::SSLeay things should Just Work.

Updated 2020-Mar-10

I realized that since Net::SSLeay is looking in known places (including homebrew's install locations) for openssl, it means that my instructions that set up environment variables are no longer necessary! The following will install the module:

# openssl 1.0.2d