最新blog文章
搜索
导航
在线用户
tags in 标签
用户登录
gmail imap Thunderbird config
http://mail.google.com/support/bin/answer.py?answer=77662
imap.gmail.com
smtp.gmail.com
user@gmail.com
port 993
SSL
smtp port 587
TLS
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
ssh tunnel
簡單的說,SSH Tunnel可以幫助我們穿越不被信任的網路,
從而在我們設定的路徑中得到加密的傳輸。
SSH Tunnel必須建立於一個SSH連線上
所以說當我們希望使用SSH Tunnel對A主機進行POP3的傳輸,
必須先建立一個到A主機的SSH連線,再透過它來建立Tunnel。
我們會使用到的putty和plink都可以在這裡下載,
不過我更喜歡pietty,由piaip長輩製作。
實戰一:使用putty從win32平台連線至某主機A並使用
SSH Tunnel進行安全的POP3傳輸
1. 使用putty連線至主機A
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
- 阅读全文
ubuntu 设置 tinyproxy
tinyproxy 是小型 http 代理。
sudo apt-get install tinyproxy
编辑参数设置
sudo gedit /etc/tinyproxy/tinyproxy.conf
tinyproxy 默认配置文件内容如下:
##
## tinyproxy.conf -- tinyproxy daemon configuration file
##
#
# Name of the user the tinyproxy daemon should switch to after the port
# has been bound.
#
User nobody
Group nogroup
#
# Port to listen on.
#
Port 8888
#
# If you have multiple interfaces this allows you to bind to only one. If
# this is commented out, tinyproxy will bind to all interfaces present.
#
#Listen 192.168.0.1
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
- 阅读全文
opera 不支持 socks 代理
只能另想办法,也许可以设置为系统代理(Gnome)
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
- 阅读全文
hautesecure 的报告还卖钱
http://answers.hautesecure.com/afmviewfaq.aspx?faqid=127
是不是有点过分?稀里糊涂又被列入 hautesecure 的黑名单。
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
putty ssh tunnel proxy
公司防火墙干掉了大部分端口和网站。只好 vpn出去,但据说此端口也要被咔嚓,于是只好 ssh 到某个可以出去的服务器上...
老版本的 portable 的 putty 可能不行,从官网下载
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
主要是
http://thinkhole.org/wp/wp-content/images/putty-tunnels.gif
设置 ssh - tunnel - Source port 3128 并且 Dynamic Auto ,连接 ssh 即可。其它设置为
socks 127.0.0.1 port 3128
删掉那些 http proxy 只保留 socks(5) 代理
linux 下直接
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
- 阅读全文
.ppv 是什么文件?
这个是pplive的缓存文件,可以手动删除。因为网速不够,所以会临时放到硬盘里,而且会找到最大空间的那个硬盘来存放,不影响,怕占空间的话删掉就可以了.只要你一用PPLIVE,这个文件就会出来的
这个是pplive的缓存文件,可以手动删除。因为网速不够,所以会临时放到硬盘里,而且会找到最大空间的那个硬盘来存放,不影响,怕占空间的话删掉就可以了.只要你一用PPLIVE,这个文件就会出来的,大小为1g左右,不看pplive时,建议及时清除,一般在系统盘生成
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
修改 wordpress widgets 中 Tags 的代码
wordpress widgets 中 Tags 附近代码
Tags 别说包裹标签,后面连空格都没有。不好弄样式。
修改 wp-includes 目录的 widgets.php
function wp_widget_tag_cloud($args) {
...
$title = empty($options['title']) ? __('Tags') : $options['title'];
修改里面的 __('Tags') : 为 __('') : 或者其它。
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
AlphaImageLoader 导致链接被覆盖
被覆盖的链接没有任何鼠标响应,点不成。解决办法:
设置 AlphaImageLoader 滤镜的元素必须是 position:static 然后链接所在的元素为 position:relative 。
- guoshuang 的blog
- 要发表评论,请先登录 或 注册
最新评论
1 周 2 天 前
1 周 2 天 前
1 周 2 天 前
2 周 5 天 前
7 周 13 小时 前
7 周 21 小时 前
11 周 5 天 前
11 周 5 天 前
14 周 2 天 前
14 周 3 天 前