Skip to content

Instantly share code, notes, and snippets.

@daniel-finnan
daniel-finnan / linux_commands.md
Last active May 8, 2024 14:46
Useful Linux commands

Useful Linux commands

Using bash

Comparing the contents of two directories

diff -r <directory1> <directory2>

Finding all files containing specific string

@daniel-finnan
daniel-finnan / canon_MG5150_ubuntu.md
Last active April 16, 2024 09:37
Getting Canon MG5150 printer working on Ubuntu

Getting Canon MG5150 printer working on Ubuntu

Add the following Personal Package Archive:

sudo add-apt-repository ppa:thierry-f/fork-michael-gruz

Then update:

sudo apt update

@daniel-finnan
daniel-finnan / ubuntu_emu0404.md
Last active April 8, 2024 08:17
E-MU 0404 PCIe on Ubuntu

Getting the E-MU 0404 PCIe sound card working on Ubuntu

Ubuntu Studio 22.04 has the relevant software for using the E-MU 0404 PCIe, such as Studio Controls and Jack.

Install the firmware as detailed by this post:

cd ~
wget ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-1.0.28.tar.bz2
tar xjf alsa-firmware-1.0.28.tar.bz2
@daniel-finnan
daniel-finnan / rserver_rstudio_azure.md
Last active April 16, 2022 07:51
Hosting RServer and RStudio on Azure

Instructions for installing RServer and RStudio on Azure

ServerAlias www.rstudio-jumpingrivers.westeurope.cloudapp.azure.com  
Allow from localhost
  • Don't use this command for generating SSL certificate:
letsencrypt-auto --apache -d your-own-domain.at -d www.your-own-domain.at