by xero updated 10.29.24
This article was moved to https://zhiyzuo.github.io/installation-rattle/ !
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
# gcloud auth activate-service-account --key-file=85.json | |
# gcloud projects list | |
project="my-project" | |
space="" | |
echo "gcloud auth list" | |
gcloud auth list | |
echo -e "$space" |
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
The arsenal, armory & library by Maderas (@hackermaderas, #CyberpunkisNow) 6/8/2019 | |
Original / 1st version here: https://pastebin.com/rMw4WbhX | |
___________________________________________________________________________________ | |
# Basic knowledge requirements for Red Teaming, PenTesting, Hacking & Cybersecurity | |
# These are the basic competencies expected (and tested for during the in-person technical interview) by one of the largest, most visible InfoSec companies # on Earth. | |
Workshop Site: https://ibm.github.io/openshift-on-ibm-cloud-workshops/
Repository: https://github.com/IBM/openshift-on-ibm-cloud-workshops/tree/master/deploying-to-openshift
Deploying to OpenShift: https://www.openshift.com/resources/ebooks/deploying-to-openshift
OpenShift for Developers: https://www.openshift.com/resources/ebooks/openshift-for-developers
OpenShift Playground: https://www.openshift.com/learn/courses/playground/
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
# load packages ---- | |
library(RSocrata) | |
library(tidycensus) | |
library(dplyr) | |
library(mapview) | |
library(leaflet) | |
library(sp) | |
# read & wrangle turnstile data ---- | |
stations <- read.socrata("https://data.cityofchicago.org/resource/8pix-ypme.json") |
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
The arsenal, armory & library by Maderas (@hackermaderas, #CyberpunkisNow) 6/8/2019 | |
Original / 1st version here: https://pastebin.com/rMw4WbhX | |
___________________________________________________________________________________ | |
# Basic knowledge requirements for Red Teaming, PenTesting, Hacking & Cybersecurity | |
# These are the basic competencies expected (and tested for during the in-person technical interview) by one of the largest, most visible InfoSec companies # on Earth. | |
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
library(naijR) | |
# 1. Draw plot of North-East GPZ | |
# First, get the states of interest | |
# Then, pass them to the mapping function's `region` parameter | |
ne <- states(gpz = "ne") | |
map_ng( | |
region = ne, | |
title = "North-East Geopolitical Zone", | |
fill = TRUE, |
Earth Engine App
Earth Engine Code Editor script
/**
* @license
* Copyright 2021 The Google Earth Engine Community Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
OlderNewer