
from werkzeug.contrib.cache import RedisCache cache = RedisCache(host='127.0.0.1',port=6379,db=4) cache.set('my-item', 'value',timeout=50) cache.get('my-item')
upstream uwsgicluster { server 127.0.0.1:9001; server 192.168.100.101:9001; server 192.168.100.102:9001; server 192.168.100.103:9001; server 192.168.100.104:9001; } server { listen 80; server_name www.example.com example.com; access_log /srv/www/example.com/logs/access.log; error_log /srv/www/example.com/logs/error.log; location / { include uwsgi_params; uwsgi_pass uwsgicluster; } location /static { root /srv/www/example.com/public_html/static/; index index.html index.htm; } }
python 설치
add-apt-repository ppa:fkrull/deadsnakes
apt-get update
apt-get install python3.4
pip 설치
get https://bootstrap.pypa.io/get-pip.py
python3.4 get-pip.py
패키지 검색
$ apt-cache search <패키지 이름>
패키지 정보보기
$ apt-cache show <패키지 이름>
$ apt-cache show openssh-server
패키지 소스 리스트 갱신(upgrade 를 하기 전에 update 해서 /etc/apt/source.list 를 갱신)
$ sudo apt-get update
설치된 패키지 업그레이드
$ sudo apt-get upgrade
패키지 설치
$ sudo apt-get install <패키지 이름>
패키지 제거
$ sudo apt-get remove <패키지 이름>
패키지 재설치(주로 소프트웨어가 잘못되어 있을 때 사용)
$ sudo apt-get reinstall <패키지 이름>
apt-get install 명령어로 설치한 패키지(deb) 파일의 삭제
$ sudo apt-get clean
경로(/var/cache/apt/archives)에 .deb 패키지 파일로 저장되어 있다.
if type(val) is dict: if 'T' in obj: if 'response' not in jsonData.keys(): if not token: if token['userid'] is None:
if 'response' not in jsonData.keys():