Tag: ubuntu

  • Vagrant script dpkg preconfigure unable to re…

    Vagrant script “dpkg-preconfigure: unable to re-open stdin: No such file or directory” https://serverfault.com/questions/500764/dpkg-reconfigure-unable-to-re-open-stdin-no-file-or-directory export DEBIAN_FRONTEND=noninteractive

  • I forgot how much setup was required to…

    I forgot how much setup was required to go from a base Ubuntu install to bundling and running ruby things: “mkmf.rb can’t find header files for ruby” and other header files messages with bundler… new to also install ruby-dev with your ruby package install in Ubuntu On Ubuntu… need the following: apt-get install -y ruby…

  • Running a Commodore VICE emulator on a remote Ubuntu Linux machine with Xfvb

    The Challenge I want to have a Commodore 128 VICE emulator start up, run some arbitrary BASIC code, and get a snapshot of the output. There are a few settings configurable from the command line to accomplish this: +sound (without this option you will get and error “pa_simple_new(): Connection refused” because you’re *probably* not going…