前言:网上关于ssh登录后限定用户到特定目录的文章很多,但绝大部分都是天下一家抄的局面,果子我实在看不下去了,特意整理了下,希望大家不要再走弯路了。 1、环境准备 CentOS 6.4_X64 ISO...
CentOS 7 远程windows
1、安装xfreerdpsudo yum install -y xfreerdp 2、远程命令xfreerdp -g 1024x768&nb...
python爬虫教程
python爬虫教程:http://python.jobbole.com/81332/ 廖雪峰博客:http://www.liaoxuefeng.com/
python修改mp3标题
很多时候,我们从互联网下载过来的MP3是没有标题的,很烦燥,特意弄了个程序,Mark一下! # coding:utf-8 def ModifyMp3FileInfo(f...
shadowsocks客户端下载
http://sourceforge.net/projects/shadowsocksgui/files/dist/
Advanced File Permissions in Linux
Here we will discuss about the 3 special attributes other than the common read/write/execute. Exampl...
Simple network agent — writen by python
1、从语言的选择方向来说,因为我目的是要方便生活使用,希望能快速达到目的,如果用C和C++来说,工作量稍大些,于是选择了我还算熟悉的python语言 2、里面比较有意思的是在于数据的转发,代理既要承担...
python操作excel
一、安装xlrd模块 到python官网下载http://pypi.python.org/pypi/xlrd模块安装,前提是已经安装了python 环境。 &nbs...
python中的日志模块logging
先上码:import logging import sys import time,os logfile = os.path.basename(sys...
Sublime text 3配置python运行环境
1. 在菜单栏依次点击:Tools->Build System->New Build System... 2. 添加以下内容: { "cmd": , "path":"C:\\Python2...