-
Install the the
shadowsocks-libev
package from apt repository.sudo apt update sudo apt install shadowsocks-libev
-
Save
ss.json
as/etc/shadowsocks-libev/config.json
.
This file contains 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
#this is a hello world for python | |
print('hello world.') |
This file contains 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
# import module | |
Import-Module PSReadLine | |
# oh-my-posh | |
# Import-Module posh-git | |
# Import-Module oh-my-posh | |
# Set-Prompt | |
# Set-Theme Agnoster | |
# Set-Theme tehrob |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am gccpacman on github. | |
* I am gccpacman (https://keybase.io/gccpacman) on keybase. | |
* I have a public key ASBUAwG29g2_NdTuWSvP11uUg1Luc0IrYRNH7_bdWKWlZgo | |
To claim this, I am signing this object: |
This file contains 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
import os | |
import hash | |
# content hah | |
#what | |
print(‘hello gist tool’) |
This file contains 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 | |
# -*- coding: utf-8 -*- | |
import sys | |
import json | |
from urlparse import urlparse, parse_qs | |
import requests | |
This file contains 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
import pymongo | |
import datetime | |
client = pymongo.MongoClient("mongodb://localhost/test") | |
db = client.test_database | |
post = { | |
"author": "Mike", | |
"text": "My first blog post!", |
This file contains 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
{"0.43516015155176513":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEcpTUP4SlNFgzs/F2E3wvRUUWYIldngQ/\r\ngaph6dr/52jCagYanEKVLeYurTMV5nFBls6SXl5cEgeQ4RHxiFZIQc3/AAAACDxn\r\naXRodWI+wv8AAACNBBATCAA//wAAAAWCVw8mWv8AAAACiwn/AAAACZC8ThRTFmgd\r\nO/8AAAAFlQgJCgv/AAAAA5YBAv8AAAACmwP/AAAAAp4BAAC2ewD/YqzIoSjzioRa\r\nKCJyYS5dygVs0ApogRp3YaGc8AGyAzIBAONjEpStdftge3wCyUgAXH9oG5+t44L7\r\nyiFBs5WBbLn9zv8AAABWBAAAAAASCCqGSM49AwEHAgMEQE9Lu3kk8wpyi1zVL5Ug\r\nQQCN261Fb5dqxQRjWt5oEN+dgpgjiqpPp5+P+/2FfaJK9gvH9tF6Y7udZHZjrLbF\r\n1wMBCAfC/wAAAG0EGBMIAB//AAAABYJXDyZa/wAAAAmQvE4UUxZoHTv/AAAAApsM\r\nAABpSgD/Xt0ZCSTDoOj0GTMBB99Hr6Uz0pvmg51meyFLa/EHAp0BAKQArj2C4PwO\r\nvmxrOqbH9hLU6DIUIRu/XfQamnEZjs4N\r\n=uoZF\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n","0.1714806222637062":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEcpTUP4SlNFgzs/F2E3wvRUUWYIldngQ/\r\ngaph6dr/52jCagYanEKVLeYurTMV5nFBls6SXl5cEgeQ4RHxiFZIQc3/AAAACDxn\r\naXRodWI+wv8AAACNBBATC |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
NewerOlder