-
Set EC2 Instance, Download Key-Value Pair (.pem)
-
Get Putty Compatible Key ppk, using PUTTygen by loading .pem key without adding parameters
-
Enter
user@public-dns
as server and Add SSH Key to Auth in Settings -
Update Apt-Get Packages
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
BEGIN | |
-- SET NOCOUNT ON added to prevent extra result sets from | |
-- interfering with SELECT statements. | |
SET NOCOUNT ON; | |
BEGIN TRANSACTION; | |
DECLARE @now_year CHAR(4) | |
DECLARE @num_year CHAR(4) | |
DECLARE @run_num INT |
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
#SingleInstance, force | |
Path = C:\putty.exe | |
IP = IP | |
User = Instance User | |
Pass = Instance Pass | |
Directory = Repo Directory | |
GitUser = | |
GitPass = | |
Origin = origin |
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
/ ==UserScript== | |
// @name New Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match http://www.cinema.mv/movie/310 | |
// @grant none | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js | |
// ==/UserScript== |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/