Skip to content

Instantly share code, notes, and snippets.

View satellitex's full-sized avatar
👁️
satelliteyes

satellitex satellitex

👁️
satelliteyes
View GitHub Profile
@npearce
npearce / install-docker.md
Last active June 5, 2024 20:07
Amazon Linux 2 - install docker & docker-compose using 'sudo amazon-linux-extras' command

UPDATE (March 2020, thanks @ic): I don't know the exact AMI version but yum install docker now works on the latest Amazon Linux 2. The instructions below may still be relevant depending on the vintage AMI you are using.

Amazon changed the install in Linux 2. One no-longer using 'yum' See: https://aws.amazon.com/amazon-linux-2/release-notes/

Docker CE Install

sudo amazon-linux-extras install docker
sudo service docker start
@amu-kuroneko
amu-kuroneko / with_footprint.js
Created March 24, 2018 06:38
with で自動的に足跡をつけるスクリプト
/**
* with にログインした状態でこのスクリプトを実行する
*
* e.g. Google Chrome
* 1. 開発者ウィンドウを開く (Command + Option + i)
* 2. Console タブを選択
* 3. このスクリプトを Copy & Paste して Return キーを入力
*
* WARNING: このスクリプトを回しすぎるとアカウントが BAN される可能性がある
*/
@amu-kuroneko
amu-kuroneko / omiai_footprint.js
Last active January 9, 2023 23:55
omiai で自動的に足跡をつけるスクリプト
/**
* omiai にログインした状態でこのスクリプトを実行する
*
* e.g. Google Chrome
* 1. 開発者ウィンドウを開く (Command + Option + i)
* 2. Console タブを選択
* 3. このスクリプトを Copy & Paste して Return キーを入力
* 動作確認
* * Network タブを選択して、リクエストが増えていたら動作している
*
@amu-kuroneko
amu-kuroneko / pairs_footprint.js
Last active February 21, 2024 23:38
Pairs で自動的に足跡をつけるスクリプト
/* global $: false */
/**
* Pairs にログインした状態でこのスクリプトを実行する
* - Search API: Ver.2.0
* - User API: Ver.1.0
* - Visitor API: Ver.1.0
*
* e.g. Google Chrome
* 1. 開発者ウィンドウを開く (Command + Option + i)
* 2. Console タブを洗濯