Skip to content

Instantly share code, notes, and snippets.

View masamitsunamioka's full-sized avatar

Masamitsu Namioka masamitsunamioka

View GitHub Profile

Elixir

https://elixir-lang.org/install.html

$ git clone https://github.com/elixir-lang/elixir.git

$ cd elixir
$ export RELEASE_VERSION=v1.7.0-rc.1
$ git archive ${RELEASE_VERSION} --prefix=elixir-${RELEASE_VERSION}/ --output=$HOME/work/make/elixir-${RELEASE_VERSION}.tar.xz
https://bugs.erlang.org/browse/ERL-380
wget http://erlang.org/download/otp_src_20.3.tar.gz
@masamitsunamioka
masamitsunamioka / gist:fa6e7c8c5cf48ac01af2bb977d356dfa
Last active January 25, 2020 04:16
CentOS-7-x86_64-Minimal-1804 on VirtualBox //VMware Workstation Player
Initial Install/Update
# yum install kernel-devel gcc
# yum update
# yum groupinstall "KDE Plasma Workspaces"
# yum update
# shutdown -r now
Guest Additions (VirtualBox Only)
To be...

CentOS-7-x86_64-1708

Disk/Volume

volgroup00
	disk-00.xxx - disk-0f.xxx
  /
  swap

volgroup10
	disk-10.xxx - disk-1f.xxx
  /home
@masamitsunamioka
masamitsunamioka / font-el7.sh
Created April 14, 2018 12:18
installs better than cleartype font rendering on rhel/centos 7
#!/usr/bin/bash
set -e
# set up nux-dextop repo to install font packages. skip if this repo had already set up.
# can be done by either rpm or yum app.
# /usr/bin/sudo /usr/bin/rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
/usr/bin/sudo /usr/bin/yum localinstall http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
# disable nux-dextop by default and only enable it as needed as part of running yum.
@masamitsunamioka
masamitsunamioka / Building Python3.md
Last active April 28, 2018 06:36
Building Python3
@masamitsunamioka
masamitsunamioka / EclipseLink Canonical Model Generation (JDK9).md
Last active February 17, 2018 08:42
EclipseLink Canonical Model Generation (JDK9)