Just connect; Done;
I thought so… The internet is not that easy of a place huh?! They told everybody would be connected, and promised again with IPv6, but I’m disgressing.
(defconst artist-packages '((artist :location built-in))) | |
(defun artist/toogle-emacs-state () | |
"Toggle emacs-state when `artist-mode' is toggled." | |
(unless (eq dotspacemacs-editing-style 'emacs) | |
(if artist-mode | |
(unless (evil-emacs-state-p) | |
(evil-emacs-state)) | |
(evil-exit-emacs-state)))) |
cross_readlink() { | |
( | |
TARGET_FILE=$1 | |
cd "$(dirname "$TARGET_FILE")" | |
TARGET_FILE=$(basename "$TARGET_FILE") | |
while [ -L "$TARGET_FILE" ] | |
do | |
TARGET_FILE=$(readlink "$TARGET_FILE") |
kickstart init my-laptop | |
cd my-laptop | |
echo 'kickstart.context "Editors"' > roles/editors.sh | |
echo 'kickstart.package.install vim' >> roles/editors.sh | |
kickstart local editors |
Arraste para sua barra de bookmarks
Descubra a numerologia da firma
I hereby claim:
To claim this, I am signing this object:
https://simonfredsted.com/1459?utm_source=webopsweekly&utm_medium=email https://heap.engineering/terraform-gotchas/ https://www.contino.io/insights/top-3-terraform-testing-strategies-for-ultra-reliable-infrastructure-as-code https://sgoel.org/posts/experiences-using-terraform/ http://engineering.rallyhealth.com//jekyll/update/2017/02/15/immutable-infrastructure-w-terraform-and-windows.html https://charity.wtf/2016/04/14/scrapbag-of-useful-terraform-tips/ https://medium.com/@simonvc/terraform-securely-5ec34d294782 https://segment.com/blog/rebuilding-our-infrastructure/ http://engineering.rallyhealth.com/jekyll/update/2017/02/15/immutable-infrastructure-w-terraform-and-windows.html https://www.thoughtworks.com/insights/blog/implementing-blue-green-deployments-aws
Uma lista de links relacionados a sistemas operacionais, pesquisas academicas e Rust
Se voce puder escolher o formato, TOML é ainda mais fácil de lidar que YML
Pra montar um CI no Travis (com suporte a gerar Binários em Mac, Windwos e Linux)