Useful Unix Commands
Update some useful Unix commands when I have free extra time.
Mostly will be common or interesting commands.
Update some useful Unix commands when I have free extra time.
Mostly will be common or interesting commands.
Sitemap 可方便管理员通知搜索引擎他们网站上有哪些可供抓取的网页。
向google提交自己hexo博客的sitemap
有助于让别人更好地通过google搜索到自己的博客
下面来说一下具体步骤
原文写于2013年,过了3年,发现hexo升级后有许多变化
所以更新一下这篇博文
There are at lease 3 versions of Python in my computer, the defaule python2.7 provided by OSX is the first one, and the python2.7 and python3.3 installed by homebrew are another two versions. The result is that I am always confused by my multiply python versions, especially when I want to link them with my IDE or add some useful site-packages.
系统是OS X 10.9.2,osx在brew link的时候总是会遇到权限问题,
会提示权限不足,但是brew又不能sudo,
今天安装ffmpeg又遇到了这个问题,
在网上找到了解决方法
在Linux下写一个GUI程序的时候使用PyQt4,
然后在显示中文的时候出现了乱码的问题,
即使在文件头加了#coding:utf-8也没有用,
其实解决方法十分简单。
虽然PyQt是跨平台的,但是为了确保Linux的100%兼容性,
把之前在mac下开发的PyQt4项目移入Linux系统。
在Linux下配置PyQt4开发环境,其中包括安装依赖关系,PyQt,Eclipse,
以及在Eclipse中配置python开发环境。
在家里连有线网的时候终端里变成bogon:~ Fiona$
正常应该是Fiona:~ Fiona$
google到原因是dhcp会修改你的hostname
比较简捷的解决方法是在网络配置那里使用google的DNS
如果电脑里面安装的java是7版本的,
在访问一些网站的时候可能会报错.1
2sun.security.validator.ValidatorException: PKIX path validation failed:
java.security.cert.CertPathValidatorException: algorithm check failed: MD2withRSA disabled
这是由于新版的jre7认为MD2, RSA 算法不安全所以限制了它们