Category: 东写西读

2010-09-02

让vim显示空格,及tab字符 vim 多行注释

Filed under: 东写西读 - 02 Sep 2010

1、显示 TAB 键

文件中有 TAB 键的时候,你是看不见的。要把它显示出来:

:set list

现在 TAB 键显示为 ^I,而 $显示在每行的结尾,以便你能找到可能会被你忽略的空白字符在...

2010-08-30

Python 2.6+Django 1.2.1 + Nginx

Filed under: 东写西读 - 30 Aug 2010

                    Python 2.6.5 + Django 1.2.1 + Nginx Installation && Configuration
                        ...

2010-06-01

升级nginx,查看已经安装的模块,并隐藏或者修改版本号

Filed under: 东写西读 - 01 Jun 2010

升级,查看已经安装的模块

[root@mail ~]# /opt/nginx/sbin/nginx -V
nginx version: nginx/0.5.34
built by gcc 3.4.6 20060404 (Red Hat 3.4.6-3)
configure arguments: –prefix=/opt/nginx –sbin-path=/opt/nginx/s...

2010-04-29

linux下Rsync同步镜像服务器配置教程

Filed under: 东写西读 - 29 Apr 2010

主服务器:192.168.0.220 (CentOS 4.4)
从服务器:192.168.0.248 (CentOS 5)
============================== 1> 在两台主机上分别安装rsync ======================

默认一般都是安装了的

[root@office ~...

在Windows Live Writer中设置代码显示插件

Filed under: 东写西读 - 29 Apr 2010

      我一直用Windows Live Writer写博客,感觉很不错,唯一有点让我很不方便的时,如果我要在日志中放入代码,让代码按一定的格式显示,就很不方便了。

  ...

Next Page »