Skip to content

Instantly share code, notes, and snippets.

@oidz1234
oidz1234 / note
Created June 30, 2021 23:39
Tool that I find very helpful and use everyday, can't be that bad if it's just one line right?
#!/bin/bash
# TODO:
# if not args then display notes
notefile="/home/mark/notes.txt"
# this script does not seem safe to me, but if only I use it it's fine, definitly very explotiable though
echo "$(date -Iminutes)" "$@" >> "$notefile"
@oidz1234
oidz1234 / devops_best_practices.md
Created September 4, 2019 11:11 — forked from jpswade/devops_best_practices.md
Devops Best Practices

DevOps started out as "Agile Systems Administration". In 2008, Andrew Shafer did a talk called "Agile Infrastucture" addressing issues around involving more of the company in the same disciplines as programmers.

In 2009, Patrick Debois created "DevOpsDays" conference to help to bring it to light. However, it wouldn't begin to trend until about 2010, when people would begin to describe it as a standalone discipline.

Today, DevOps goes beyond just developers, systems administration and infrastructure, its about [dev, ops, agile, cloud, open source and business](https://blogs.the451group.com/opensource/2010/03/03/devops-mixing-dev-ops-agile-cloud-open-source-and-busi