Skip to content

Instantly share code, notes, and snippets.

View VManolas's full-sized avatar
🔹
Slow and steady

Vasilis Manolas VManolas

🔹
Slow and steady
View GitHub Profile
@bruno-novo-it
bruno-novo-it / install_all.sh
Last active November 11, 2024 11:59
Ubuntu/Debian/Mint After Install Installation Packages
#!/bin/bash
echo -e "\nInstalling all the things!!\n"
echo -e "\nAdding Google Chrome Key and Repository\n"
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
@jpswade
jpswade / devops_best_practices.md
Last active June 3, 2025 12:12
Devops Best Practices Checklist

Find the original here article here: Devops Best Practices

DevOps started out as "Agile Systems Administration". In 2008, at the Agile Conference in Toronto, Andrew Shafer posted an offer to moderate an ad hoc "Birds of a Feather" meeting to discuss the topic of "Agile Infrastructure". Only one person showed up to discuss the topic: Patrick Debois. Their discussions and sharing of ideas with others advanced the concept of "agile systems administration". Debois and Shafer formed an Agile Systems Administrator group on Google, with limited success. Patrick Debois did a presentation called "Infrastructure and Operations" addressing