sudo rm -rf /Applications/IntelliJ\ IDEA\ CE.app
sudo rm -rf ~/Library/Preferences/IdeaIC2018.1
sudo rm -rf ~/Library/Caches/IdeaIC2018.1
sudo rm -rf ~/Library/Application\ Support/IdeaIC2018.1
sudo rm -rf ~/Library/Logs/IdeaIC2018.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data "aws_route53_zone" "example_com" { | |
name = "example.com." | |
private_zone = false | |
} | |
resource "aws_acm_certificate" "example_com" { | |
domain_name = "example.com" | |
subject_alternative_names = ["www.example.com"] | |
validation_method = "DNS" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Go to https://developer.github.com/v4/explorer/ and enter the graphql query with the query veriable: | |
# {"queryString": "your-githubuser-name"} | |
cat results.json | | |
jq '.data.user.repositories.edges[] | { Count: .node.collaborators.totalCount, Repo: .node.name} | select(.Count > 2)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import argparse | |
import boto3 | |
import sys | |
import urllib.request | |
import subprocess | |
from glob import glob | |
from os.path import basename, dirname |
I hereby claim:
- I am sarkis on github.
- I am sarkis (https://keybase.io/sarkis) on keybase.
- I have a public key ASCXx9tYx_blpa34KtAvPv7eBvDEDihkjBNUfyG5DId7VAo
To claim this, I am signing this object:
NewerOlder