Skip to content

Instantly share code, notes, and snippets.

View SARAN-thala's full-sized avatar

Saran SARAN-thala

View GitHub Profile
;; I've watched most, if not all of these.
Korean:
Oldboy
Sympathy for Mr Vengeance
Sympathy for Lady Vengeance
Bakjwi
JSA
Memories of Murder
Man From Nowhere
@eyecatchup
eyecatchup / mkgit-centos6.sh
Created June 26, 2015 08:08
Bash script to install the latest Git version on CentOS 6.x.
#!/usr/bin/env bash
# Install the latest version of git on CentOS 6.x
# Install Required Packages
sudo yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
sudo yum install gcc perl-ExtUtils-MakeMaker
# Uninstall old Git RPM
sudo yum remove git