Remote Desktop Organizer 1.4.5 一款非常方便的微软远程桌面管理工具。几个月前,不知道为什么我Remote Desktop Organizer 无法使用了,无法连接远程桌面,也没有错误提示。重装什么的都不管用,复制到其他系统下又好用。
August 2013 Archives
Continue reading Remote Desktop Organizer 1.4.5.
昨天晚上打开flash.07073.com的时候会跳到一个博彩的网站。开始的时候并没在意,小游戏网广告多也算正常吧。后来发现只要是从Google搜索结果点过来链接全部都会跳到这个博彩网站,偶尔还会跳到天猫、paipai、一号店,都是推广链接。
我开始还以为是Chrome又安装了恶意插件,检查一番确定不是浏览器问题,也不会是木马。难道是搜索页面劫持?
Continue reading 看07073对搜索页面劫持.
前两天在host1free的VPS上尝试使用ss5 安装配置 socks5 时遇到了点问题,现在总结一下记下来:
整个安装过程主要参考了一篇关于CentOS5 下的socks5 安装配置。
下面为CentOS 6下安装配置Socks 5的过程:
1.安装编译环境
yum -y install gcc automake make
2.安装ss5必要的包
yum -y install pam-devel openldap-devel cyrus-sasl-devel openssl-devel
Continue reading CentOS 下安装配置 socks5.
自己在虚拟机里面安装的cPanel ,上传PHP探针之后出现500错误。查看cPanel面板日志发现类似 SoftException in Application.cpp:256: File "/home/hosting/public_html/tz.php" is writeable by group 这样的错误,搜索之,找到了解决方法。
Continue reading PHP 探针 500 internal server error.
下面是在host1free 的VPS下的安装配置socks5代理的笔记,操作系统为CentOS 6。
在编译ss5的时候出现下面的错误:
gcc -g -O2 -DSOLARIS -fPIC -O2 -L/usr/local/lib -R/usr/local/lib -I . -I ../include -fPIC -c SS5Radius.c In file included from SS5Radius.c:22: ../include/SS5Radius.h:22:25: error: openssl/md5.h: No such file or directory
直接使用 yum 安装 libssl-dev 会提示no such packages available,因为libssl-dev在CentOS中的名字是 openssl-devel,所以正确的方法为: