Archive for the Software Category
Debian6 国内比较快的源
deb http://mirrors.163.com/debian/ squeeze main contrib non-free
deb-src http://mirrors.163.com/debian squeeze main contrib non-free
deb http://[......]
我的VIM配置文件
Linux 下无线网卡启动脚本
Linux 下无线网卡启动脚本
不使用dhcp
1 2 3 4 5 6 | #!/bin/sh ifconfig wlan0 up iwconfig wlan0 ESSID MYESSID iwconfig key s:PASSWORD ifconfig wlan0 192.168.0.xxx route add gw 192.168.0.1 |
[......]
自己做的一个SLIM主题
什么是SLIM, SLIM是一个简单轻巧的Linux登录管理器,配置选项完成,支持X服务器的登录/关机/重启命令,支持主题文件,支持用户自动登录,可定制欢迎以及关闭信息。[......]
一个Vim脚本建立文件时添加头
VIM创建文件时添加文件注释头,修改时更新最后修改时间和最小一位版本号。支持文件类型(.sh .py .pl .vim .java .c .h .cpp .cc .h .js)
C/C++ 风格注释文件头
1 2 3 4 5 6 7 8 | /*
* C source file
*
* $id: test.c,v 1.0.0 2008/12/25 05:03:57 master Exp $
* Copyright (C) 2008 Yunlong Wen ([email protected])
*
* Last Modified: 2008/12/25 05:03:57
*/ |
[......]
Linux 下 Conky 监控各种硬件信息
Conky 配置文件
1 2 3 4 5 6 7 8 9 10 11 | background yes font Bitstream Vera Sans:size=9 xftfont Bitstream Vera Sans:size=9 use_xft yes xftalpha 0.1 update_interval 1.0 total_run_times 0 own_window yes #own_window_type background own_window_transparent yes own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager |
[......]
WordPress 2.6.3 发布[升级包下载]
WordPress 2.6.3 只是一个小的安全更新,不需要更新语言包。
所以,如果是从2.6.2升级的话,只需要下载这个升级包覆盖就可以了。只有21KB不到。
阅读全文

