1.安装Git
ssh myserver.com
sudo apt-get update
sudo apt-get install git-core2.设置git用户
| {% highlight cl linenos %} | |
| (require 'package) | |
| (setq package-archives | |
| '(("original" . "http://tromey.com/elpa/") | |
| ("gnu" . "http://elpa.gnu.org/packages/") | |
| ("marmalade" . "http://marmalade-repo.org/packages/") | |
| ("melpa" . "http://melpa.milkbox.net/packages/"))) | |
| (package-initialize) | |
| {% endhighlight %} |
| #!/usr/bin/python | |
| #coding=utf-8 | |
| import urllib | |
| import urllib2 | |
| import re | |
| import threading | |
| import Queue | |
| url = 'https://who.is/whois/name_search/' |
1.安装Git
ssh myserver.com
sudo apt-get update
sudo apt-get install git-core2.设置git用户
| upstream myapp { | |
| server 127.0.0.1:5000; | |
| } | |
| server { | |
| listen 80; | |
| server_name llbire.com www.llbire.com; | |
| location @myapp { | |
| proxy_pass http://myapp; |
| #!/usr/bin/env python2 | |
| #-*- coding:utf-8 -*- | |
| import httplib, urllib | |
| import socket | |
| import time | |
| import sys | |
| #replace with your sub_domain and your record_id, which can get it by API Record.List |
| require 'csv' | |
| class String | |
| def unquote | |
| self.gsub(/^"|"$/, '') | |
| end | |
| end | |
| # first line contains the field names | |
| #line = gets |
I hereby claim:
To claim this, I am signing this object:
| /* main.css */ | |
| body { display: none} |
| convert flux_logo.svg -bordercolor white -border 0 \ git:master | |
| \( -clone 0 -resize 16x16 \) \ | |
| \( -clone 0 -resize 32x32 \) \ | |
| \( -clone 0 -resize 48x48 \) \ | |
| \( -clone 0 -resize 64x64 \) \ | |
| -delete 0 -alpha off -colors 256 favicon.ico |
| [Script Info] | |
| ; Script generated by Aegisub 3.2.2 | |
| ; http://www.aegisub.org/ | |
| Title: Default Aegisub file | |
| ScriptType: v4.00+ | |
| WrapStyle: 0 | |
| ScaledBorderAndShadow: yes | |
| YCbCr Matrix: None | |
| [Aegisub Project Garbage] |