Skip to content

Instantly share code, notes, and snippets.

@gccpacman
gccpacman / clients.md
Created May 12, 2016 15:39 — forked from defunkt/clients.md
A list of Gist clients.

Gist Clients

Want to create a Gist from your editor, the command line, or the Services menu? Here's how.

Editor Support

### 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:
@gccpacman
gccpacman / README.md
Created September 2, 2018 16:48 — forked from zhiguangwang/README.md
Installing and running shadowsocks on Ubuntu Server

Installing and running shadowsocks on Ubuntu Server

16.10 yakkety and above

  1. Install the the shadowsocks-libev package from apt repository.

     sudo apt update
     sudo apt install shadowsocks-libev
    
  2. Save ss.json as /etc/shadowsocks-libev/config.json.

# 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 is a hello world for python
print('hello world.')