众所周知,WEB客户端可以是浏览器、机器人、搜索引擎等[1]。当然也可以是像telnet那样的程序。 本文主要介绍如何用telnet向HTTP服务器提交请求 用Telnet连接HTTP服务器的格式 telnet hostname port_number...
Tutorials
Ubuntu下抓取网络包的方法
本文主要介绍如何安全地在Ubuntu下抓取网络包,你应该已经具备如下工具: tcpdump 或者 dumpcap Wireshark Wireshark在抓取时必须要root权限,并且弹出一个安全提示:running wireshark as sudo can b...
PHP调试利器:Zend Debugger安装详解 (How to install Zend Bebugger)
本文主要介绍Zend Debugger的安装,以实现PHP Web Page Debug。 你应当已经安装以下软件: Zend Studio Zend Server 或者 Apache 在官方文件中提到,如果你使用的是Zend Core 或者 Zend Platform,...
更新DNS缓存 (Flush DNS Cache)
通过刷新DNS缓存可使自己尽快访问到被更新的主机 笔者就亲身经历过,电信和联通的网络,同样使用google的8.8.8.8,更新记录是在使用电信网络的计算机上,但是用联通的网络反而优先访问到站点。 而刷新DNS后即可...
设置wordpress头像 (Set up an avatar for your wordpress)
wordpress设置头像的方法主要有以下两种 在wordpress.com申请的博客,直接在后台上传设置即可 自己搭建的博客,需要另外注册一个Gravatar账号 本文主要介绍第二种: 登陆Gravatar官方网站 注册...
Win7:找到Aero特效的关键选项
为什么关闭Aero特效 为了在配置不高的计算机上使用win7 为什么要开启Aero特效 更美观 为了能够在远程控制时能够访问特定的程序 事实上,知道了如何关闭Aero也就知道了如何开启。唯一不同的...
GRUB basic settings
I will walk through the basic settings of GRUB on Ubuntu You may be interested in Modify the default boot item Delete old grub items Modify the default boot item As root use your f...
win7:如何获得system权限 (How to gain system permission)
Save the following two lines into .bat batch file. [code] sc Create SuperCMD binPath= "cmd /K start" type= own type= interact sc start SuperCMD [/code] Run as Administrator
在Ubuntu中快速安装LAMP
要搭建LAMP平台其实非常简单,只需一条指令即可下载所有安装包: 一、自动安装LAMP 1.安装LAMP [bash]sudo apt-get install lamp-server^[/bash] /!\注意:符号^是必须的 这是为什么呢? 在安装过程中,需要...
正版WIN7:配置Windows Update失败 (failure configuring windows updates reverting changes)
在开始第一步前,笔者建议先检查升级历史记录,并查找是否有升级失败的更新状态 检查升级历史 1.单击开始菜单 2.输入update,在搜索结果中找到Windows Update 3.启动Windows Update 4.在窗口左边的...