在ubuntu中升级python版本
$ python -V Python 2.6.6 $ curl -kL https://raw.github.com/utahta/pythonbrew/master/pythonbrew-insta...
windows清理winsxs文件夹
今天发现电脑运行特别的慢,仔细找了一下原因,看到C盘的剩余空间只有100多M了,删掉了pagefile.sys后也才2G多一点。WIN7的系统就是这样,用着用着,剩余空间就没了。用魔方优化大师看了一下...
WordPress 3 多站点配置子站点无法显示图片问题
所有图片下载完成后,Firefox显示”图像 “XXXX” 因其本身有错无法显示。” , FireBug显示”Image corrupt or truncated“ 把图片下载...
ubuntu上配置共享上网
iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -t nat -A POSTROUTING -o br-lan -j MASQ...
asp.net部署到mono下大小写问题(找不到views或者图片/样式显示不出来)
官方专门为这个大小写问题做了一个叫IOMap的东东,呵呵,直接抄原文了http://www.mono-project.com/IOMap The Problem Windows deve...
解决IIS7返回header里面的date值不正确导致firefox里cookies无效的问题.
问题: 突然有一天,easybug.net上的登录功能无法使用,原本以为是自己电脑有问题,所以没有理会.后来又有好些用户反应无法登录.我就奇怪了,最近都没有更新过什么,怎么会突然就登录不了了呢. 用了...
在linux下编译安装nginx+php(fastcgi)
nginx使用fastcgi方式连接php,在linux下面编译安装时要编译php支持fastcgi方式,其他的一些东西,照着原来的方式装就可以了。 分为以下步骤: 1、安装php的fastcgi版 ...
Setting up a Mercurial server under IIS7 on Windows Server 2008 R2
This guide walks you through setting up a Mercurial server under IIS7 on Windows Server 2008 R2. Not...
ubuntu 12.04 on citrix xenserver 5.6
After upgrading my virtualized Ubuntu 11.10 installation to Ubuntu 12.04 Precise Pangolin, I’v...