如题。升级到14.04后,原先通过gconf-editor设置的方法失效了。
实际上,14.04转而使用dconf-editor了。。
sudo apt-get install dconf-editor
然后找到:
org.gnome.nautilus.desktop
这下面的值分别代表了图标,不解释了,找到需要的设置为true即可。
[......]
如题。升级到14.04后,原先通过gconf-editor设置的方法失效了。
实际上,14.04转而使用dconf-editor了。。
sudo apt-get install dconf-editor
然后找到:
org.gnome.nautilus.desktop
这下面的值分别代表了图标,不解释了,找到需要的设置为true即可。
[......]
转载自:《使用Fabric部署网站应用》
以前一直用rsync同步代码到服务器,这种山寨方法用一次两次还可,每天部署10次就麻烦了,最近抽空研究了一下Fabric,发现这个东西部署起来简直太爽了。
Fabric是一个用Python开发的部署工具,最大特点是不用登录远程服务器,在本地运行远程命令,几行Python脚本就可以轻松部署。
花10分钟写了一个部署脚本fabfile.py(名字不能变),放到工程目录下:
#!/usr/bin/env python
# -*- coding:[......]
sudo apt-add-repository ppa:skunk/pepper-flash
sudo apt-get update
sudo apt-get install pepflashplugin-installer
Note that you need to configure Chromium to use Pepper Flash. To do this, open /etc/chromium-browser/default and add the following lin[......]
转载自 StackOverflow Update: 560M Pageviews A Month, 25 Servers, And It's All About Performance
The folks at Stack Overflow remain incredibly open about what they are doing and why. So it’s time for another update. What has Stack Overflow been up to?[......]