会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
similarface
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
16
17
下一页
2016年5月27日
vsftp搭配iptables的配置
摘要: [similarface@InnerTest vsftpd]$ ll total 48 -rw------- 1 root root 125 Mar 23 02:26 ftpusers -rw-r--r-- 1 root root 12288 May 27 14:47 logins.db -rw-r--r-- 1 root root 34 May 27 14:40 login_us...
阅读全文
posted @ 2016-05-27 16:53 similarface
阅读(381)
评论(0)
推荐(0)
编辑
一个简单的爬虫
该文被密码保护。
阅读全文
posted @ 2016-05-27 11:21 similarface
阅读(2)
评论(0)
推荐(0)
编辑
2016年5月26日
等待网络服务是否可用
摘要: #coding:utf-8 __author__ = 'similarface' import argparse import socket import errno from time import time as now DEFAULT_TIMEOUT = 120 DEFAULT_SERVER_HOST = 'localhost' DEFAULT_SERVER_PORT = 80 cla...
阅读全文
posted @ 2016-05-26 14:41 similarface
阅读(202)
评论(0)
推荐(0)
编辑
使用ICMP协议Ping网络主机
摘要: #coding:utf-8 #!/usr/bin/env python import os import argparse import socket import struct import select import time # ICMP_ECHO_REQUEST = 8 # Platform specific #超时时间 DEFAULT_TIMEOUT = 2 #ping到次数 D...
阅读全文
posted @ 2016-05-26 14:16 similarface
阅读(703)
评论(0)
推荐(0)
编辑
将本地端口转发到远程主机
摘要: 浏览器访问:http://localhost:8800 --> 会跳转到:http://www.23mofang.com
阅读全文
posted @ 2016-05-26 11:24 similarface
阅读(762)
评论(0)
推荐(0)
编辑
儿童天赋脚本
摘要: #!/usr/bin/python #coding:utf-8 __author__ = 'similarface' import time import sys,datetime,re,subprocess #发送邮件 from itertools import islice import commands,optparse,os,xlrd import sys import smtplib ...
阅读全文
posted @ 2016-05-26 10:14 similarface
阅读(266)
评论(0)
推荐(0)
编辑
2016年5月25日
python网络编程socket之多线程
摘要: #coding:utf-8 __author__ = 'similarface' import os,socket,threading,SocketServer SERVER_HOST='localhost' SERVER_PORT=0 BUF_SIZE=1024 ECHO_MSG='HELLO' class ThreadClient(): def __init__(self,ip,...
阅读全文
posted @ 2016-05-25 11:30 similarface
阅读(595)
评论(0)
推荐(0)
编辑
python网络编程socket之多进程
摘要: #coding:utf-8 __author__ = 'similarface' import os,socket,threading,SocketServer SERVER_HOST='localhost' SERVER_PORT=0 BUF_SIZE=1024 ECHO_MSG='HELLO' class ForkedClient(): def __init__(self,ip,...
阅读全文
posted @ 2016-05-25 11:24 similarface
阅读(2252)
评论(1)
推荐(1)
编辑
2016年5月23日
python剑指网络
摘要: www.python.org的IP地址:103.245.222.223
阅读全文
posted @ 2016-05-23 18:16 similarface
阅读(159)
评论(0)
推荐(0)
编辑
python剑指网络篇一
摘要: #coding:utf-8 __author__ = 'similarface' #!/usr/bin/env python import socket #二进制和ASCII互转及其它进制转换 from binascii import hexlify def get_remote_machine_info(remote_host): ''' 获取根据域名获取IP地址 :...
阅读全文
posted @ 2016-05-23 14:15 similarface
阅读(259)
评论(0)
推荐(0)
编辑
上一页
1
···
8
9
10
11
12
13
14
15
16
17
下一页
公告