Skip to content

Instantly share code, notes, and snippets.

@guy4261
guy4261 / python2.7.9_centos_installation.sh
Last active February 20, 2025 03:53
Installing Python 2.7.9 on CentOS
###########################
# Installing Python 2.7.9 #
###########################
# https://github.com/h2oai/h2o-2/wiki/Installing-python-2.7-on-centos-6.3.-Follow-this-sequence-exactly-for-centos-machine-only
yum -y groupinstall "Development tools"
yum -y install zlib-devel
yum -y install bzip2-devel
yum -y install openssl-devel
@TimothyYe
TimothyYe / bench.sh
Created October 24, 2017 01:52
Bench test script
#!/usr/bin/env bash
#
# Description: Auto test download & I/O speed script
#
# Copyright (C) 2015 - 2016 Teddysun <[email protected]>
#
# Thanks: LookBack <[email protected]>
#
# URL: https://teddysun.com/444.html
#