--------------------------- Debugger Exception Notification ---------------------------Project xxx.exe raised exception class EIdSocketError with mess...
分类:
数据库 时间:
2014-09-26 21:53:48
阅读次数:
643
(function () {debugger;if(true) { var i = 100;}else { i = 10;}})();
分类:
编程语言 时间:
2014-09-26 20:41:58
阅读次数:
151
Git远程操作详解 - 阮一峰的网络日志http://www.ruanyifeng.com/blog/2014/06/git_remote.html2.XHR_百度文库http://wenku.baidu.com/link?url=bxf_ou2tKCmrl4OW_zKrH8Oikgtrjn8nuv...
分类:
Web程序 时间:
2014-09-26 01:46:58
阅读次数:
423
许多人使用简易的SSH连接工具,有时候需要在SSH下复制文件到本地查看比较方便,这就用到了SCP命令。
scp是有Security的文件copy,基于ssh登录,操作起来比较方便。
比如要把当前一个文件copy到远程另外一台主机上,可以如下命令。
scp /home/example.tar.gz root@remote host IP:/home/root
如果想反...
分类:
其他好文 时间:
2014-09-25 23:54:08
阅读次数:
227
今天发现有bash漏洞,但我这里近1000台服务器,为了方便、省时间,觉得使用ansible安装bash更新包,下面分享一下我的安装方法。1、安装的playbook的内容19:00:03#cd/etc/ansible
root@ip-10-10-10-10:/etc/ansible
19:00:06#catupdate_bash.yml
---
-hosts:"{{host}}"
remote_u..
分类:
其他好文 时间:
2014-09-25 23:51:18
阅读次数:
327
CVE-2014-6271: remote code execution through bash 漏洞具体介绍地址:http://seclists.org/oss-sec/2014/q3/650 可以执行: env?t=‘()?{?:;};?echo?You?are?vulnerable.‘?bash?-c?"true" 进行测试,...
分类:
系统相关 时间:
2014-09-25 18:19:57
阅读次数:
220
http{limit_conn_zone$binary_remote_addrzone=conn:10m;server{location/{limit_connconn2;}}}limit_conn_zone用在http段。limit_conn可以用在http,server,location区段。nginx新语法limit_conn_zone替换limit_conn用法对应conf文件夹中的nginx.conf文件,将limit_conn替换..
分类:
其他好文 时间:
2014-09-25 17:11:59
阅读次数:
236
说起来惭愧,自从开始使用Sublime Text之后,再也没有debug过PHP的代码,最近把debug的环境搭建了一下,在这里记录一下。安装XDebugsudo apt-get install php5-xdebug编辑xdebug.ini文件,添加如下配置xdebug.remote_enable...
分类:
Web程序 时间:
2014-09-25 16:34:47
阅读次数:
390
报错信息如下:Exceptioninthread"main"org.openqa.selenium.remote.UnreachableBrowserException:Couldnotstartanewsession.Possiblecausesareinvalidaddressoftheremo...
分类:
Web程序 时间:
2014-09-24 22:26:27
阅读次数:
394