Skip to content

Instantly share code, notes, and snippets.

@mik0s
mik0s / classic.txt
Last active March 19, 2024 20:48
Music
./ACCUPHASE
./ACCUPHASE/Special Sound Selection 1.2007
./ACCUPHASE/Special Sound Selection 2.2011
./ACCUPHASE/Special Sound Selection 3.2014
./ACCUPHASE/Special Sound Selection 4.2017
./Denon
./Denon/Bach - Brandenburg Concertos - Schuricht
./Denon/Bach - Brandenburg Concertos - Schuricht/SACD 1
./Denon/Bach - Brandenburg Concertos - Schuricht/SACD 2
./Denon/Bruckner Symphony No. 7 - Schuricht Hague
@mik0s
mik0s / gist:4804bd13dbc0c80a4e27ee41b277de4b
Created February 12, 2020 12:48 — forked from soardex/gist:e95cdc230d1ac5b824b3
Install rbenv in CentOS 7
# install build dependencies
sudo yum install -y git-core zlib zlib-devel gcc-c++ patch readline readline-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison curl sqlite-devel
# clone and install rbenv environment
cd ~
git clone git://github.com/sstephenson/rbenv.git .rbenv
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile