04 2015 档案
摘要:http://www.ttlsa.com/linux/centos-install-pptp-vpn/
阅读全文
摘要:打包手册:https://python-packaging-user-guide.readthedocs.org/en/latest/installing.html#installing-from-a-local-src-treehttp://lingxiankong.github.io/blog/...
阅读全文
摘要:参考:http://billie66.github.io/TLCL/book/index.htmlls - List directory contents选项长选项描述-a--all列出所有文件,甚至包括文件名以"."圆点开头的默认会被隐藏的隐藏文件。-A--almost-all列出所有文件,除了....
阅读全文
摘要:参考:http://calibre-ebook.com/download_linuxhttp://blog.codinglabs.org/articles/convert-html-to-kindle-book.htmlThe Linux Command Line#TLCL.recipefrom c...
阅读全文
摘要:复制manage.py中的相关代码即可并将文件置于Project文件夹(与manage.py同位置)下示例:#! /usr/bin/env python# -*- coding:utf-8 -*-import osif __name__ == "__main__": os.environ.se...
阅读全文
摘要:http://man.chinaunix.net/linux/debian/debian_learning/ch01s04.htmlhttp://blog.csdn.net/xiangliangyu/article/details/22288531setfaclgetfacl
阅读全文
摘要:测试安装cd ENV. bin/activateyum install libxml2-devel libxslt-develpip install soaplib安装中遇到的问题:UnicodeDecodeError ...export LANG="en_US.UTF-8" #临时改变LANG环境...
阅读全文
摘要:http://www.cnblogs.com/wawlian/archive/2012/05/22/2512801.htmlhttp://www.cnblogs.com/wawlian/archive/2012/12/08/2808503.htmlhttp://coolshell.cn/articl...
阅读全文
摘要:廖雪峰教程:http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/00138681965108490cb4c13182e472f8d87830f13be6e88000http://wklk...
阅读全文
摘要:服务器端CentOS 6.5下编辑/etc/ssh/sshd_configMacOSx下编辑/etc/sshd_config#开启公钥验证RSAAuthentication yesPubkeyAuthentication yesAuthorizedKeysFile .ssh/authorized_k...
阅读全文
摘要:CentOS 7yum install python-virtualenvvirtualenv --no-site-packages testenv #不依赖真实环境的packages用 --no-site-packagescd testenvsource ./bin/active #开启...
阅读全文
摘要:suds官方:https://fedorahosted.org/suds/wiki/Documentation互联网公开WSDL:http://www.webxml.com.cn/zh_cn/web_services.aspxhttp://www.cnblogs.com/w2011/archive/...
阅读全文
摘要:正常时输出追踪信息:import tracebackdef stack(): print 'The python stack:' traceback.print_stack()from twisted.internet import reactorreactor.callWhenRunn...
阅读全文
摘要:CentOS6.5yum install python-devel,pippip install twisted参考:http://stackoverflow.com/questions/8629198/twisted-installation-failed-on-linux
阅读全文
摘要:http://www.cnblogs.com/Security-Darren/p/4168392.htmlerrno.EWOULDBLOCK操作将会阻塞
阅读全文
摘要:http://goodcandle.cnblogs.com/archive/2005/12/10/294652.aspxhttp://yangrong.blog.51cto.com/6945369/1339593
阅读全文
摘要:参考:http://www.cnblogs.com/captain_jack/archive/2011/01/11/1933366.htmlhttps://docs.python.org/2/library/optparse.htmleg:# This is the blocking Get Poe...
阅读全文
摘要:-------------20150508 update----------------http://mindonmind.github.io/notes/linux/tmux.htmlPageUp/PageDown 翻页q 显示窗口序号o 循环切换到各窗口x 关闭当前窗口s 选择sessi...
阅读全文
摘要:> http://goodosoft.github.io/2015/02/25/Using-AD-as-authentication-for-Django/>http://my.oschina.net/lxcong/blog/145260>http://www.zouyesheng.com/ldap...
阅读全文
摘要:http://blog.csdn.net/turkeyzhou/article/details/8876658
阅读全文
摘要:http://blog.csdn.net/hcbbt/article/details/42072545http://tool.oschina.net/encode?type=4andhttp://gbsgd.lofter.com/post/1cb3fd57_5b81057
阅读全文
摘要:概要:http://os.51cto.com/art/201312/423616.htm论坛:http://www.linux360.cn/https://www.centos.bz/http://bbs.linuxtone.org/forum.php专题:http://os.51cto.com/a...
阅读全文
摘要:http://www.linuxde.net/2011/11/1877.html
阅读全文
摘要:http://blog.csdn.net/dante_k7/article/details/7211868ldconfig的主要用途:默认搜寻/lilb和/usr/lib,以及配置文件/etc/ld.so.conf内所列的目录下的库文件。搜索出可共享的动态链接库,库文件的格式为:lib***.so....
阅读全文
摘要:http://www.it165.net/os/html/201405/8390.htmlenv /etc/profile 环境变量 系统提供 可改set /etc/bashrc及用户自定义的变量 用户自定义 可改内部变量 $n $# $0 $? $* $@ $$ 系统提供 不可改
阅读全文
摘要:[官网]http://www.openstack.org/[视频教程1]http://blog.csdn.net/u010973404/article/details/16841229[视频教程2]http://www.zhihu.com/question/26930931[51cto专题]http...
阅读全文
摘要:[参考]http://blog.csdn.net/simeone18/article/details/8580592[方法一]假设无线网卡代号为wlan0,无线AP的essid为:TheWiFi,密码为:ThePassword,WPA加密添加如下内容至 /etc/sysconfig/network-...
阅读全文
摘要:http://blog.chinaunix.net/uid-23069658-id-3343885.html
阅读全文
摘要:[姿势]http://www.91ri.org/6620.htmlhttp://www.waitalone.cn/linux-shell-rebound-under-way.html[图释]http://www.219.me/posts/1760NC方式实现服务端[IP:114.114.114.11...
阅读全文

浙公网安备 33010602011771号