Skip to content

Instantly share code, notes, and snippets.

@crossi202
crossi202 / Installing CentOS 6.7 64 bit on Hetzner with partitions larger than 2TB.md
Last active March 28, 2018 06:50
Guide to overcome the 2TB limitation for CentOS 6.7 at Hetzner

Installing CentOS 6.7 on Hetzner with partitions larger than 2TB

Install the CentOS 6.7 64 bit minimal

  • Start the server in Rescue mode [1],
  • Type
$ installimage
@floer32
floer32 / centos_python_env_setup
Last active May 2, 2022 03:47 — forked from stantonk/doit
CentOS 6: Install Python 2.7.4, pip, virtualenv, and virtualenvwrapper on CentOS (plus some bonus items at the end if you want). You should probably run with `sudo`.
#!/bin/bash
# Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/
# Install stuff #
#################
# Install development tools and some misc. necessary packages
yum -y groupinstall "Development tools"
yum -y install zlib-devel # gen'l reqs