Skip to content

Instantly share code, notes, and snippets.

@frostytear
frostytear / mkgit-centos6.sh
Created April 1, 2017 08:17 — forked from eyecatchup/mkgit-centos6.sh
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
@frostytear
frostytear / iredmail_install.sh
Created March 20, 2017 15:53 — forked from leommoore/iredmail_install.sh
iRedMail - Install Script
#http://www.iredmail.org/index.html
#
#http://www.youtube.com/watch?v=uJ_AVoWbppc
#
#iRedMail on Nginx
#http://blog.eridlabs.com/using-iredmail-with-nginx-ubuntu-13-04-x64/
#Setup you domain
sudo su