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://[......]

阅读全文

常用工具推荐

网络工具 psftp vncviewer nc

串口调试

我的VIM配置文件

用了好几年的VIM配置文件,有喜欢的下载吧,效果图

UTF8[......]

阅读全文

命令行屏幕色彩显示脚本

命令行屏幕色彩样例

[......]

阅读全文

Bash下实现的一个ssh快速连接菜单的脚本

Bash下实现的一个GUI ssh快速连接菜单的脚本[......]

阅读全文

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

[......]

阅读全文

一个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不到。
阅读全文

  • Page 1 of 2
  • 1
  • 2
  • >