Skip to content

Instantly share code, notes, and snippets.

View jamiros's full-sized avatar
:octocat:
git push

Og Ramos jamiros

:octocat:
git push
View GitHub Profile
@jamiros
jamiros / install+python_3_10.sh
Created May 30, 2024 15:17 — forked from dameyerdave/install+python_3_10.sh
Install Python 3.10 on RHEL/CENTOS
#!/usr/bin/env bash
sudo dnf install wget yum-utils make gcc openssl-devel bzip2-devel libffi-devel zlib-devel
# Ubuntu: sudo apt install -y wget yum-utils make gcc libssl-dev libbz2-dev libffi-dev zlib1g-dev
mkdir tmp
cd tmp
wget https://www.python.org/ftp/python/3.10.8/Python-3.10.8.tgz
tar xzf Python-3.10.8.tgz
cd Python-3.10.8
sudo ./configure --with-system-ffi --with-computed-gotos --enable-loadable-sqlite-extensions --enable-optimizations
@jamiros
jamiros / postmortem.md
Created March 23, 2023 23:36 — forked from mlafeldt/postmortem.md
Example Postmortem from SRE book, pp. 487-491

Shakespeare Sonnet++ Postmortem (incident #465)

Date

2015-10-21

Authors

  • jennifer
  • martym