- 博客(6)
- 收藏
- 关注
expand ROOT filesystem size @ Oracle VM
1. dd a new bigger file than /OVS/styks, for example:create a 30G file,named styks_2. the file will be your new /dev/xvda. # dd if=/dev/zero of=/OVS/styks_2 bs=5M count=6000 2. shutdown the VM an...
2010-04-25 17:41:15
116
获取SqlServer表结构(字段,主键,外键,递增,描述)
[code="sql"] SELECT (case when a.colorder=1 then d.name else '' end) N'表名', a.colorder N'字段序号', a.name N'字段名', (case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1 then '√'else '' end) N'标识...
2010-03-05 14:04:16
112
利用Sysinternals Suite加强Windows系统管理
Desktops: 虚拟桌面 zoomit: 桌面涂鸦 pslist: ps pskill: kill strings: grep autoruns.exe: 查看系统中几乎所有的自动运行、加载的项目 Bginfo.exe: 当前系统的信息作为桌面背景显示出来 whois.exe Autologon.exe ...
2010-02-28 13:29:26
83
原创 vim-cheatsheet
[img]http://dl.iteye.com/upload/attachment/206267/f11edd91-90db-3c0d-9aff-4d6410351aaf.png[/img]
2010-02-14 22:32:50
73
原创 vsftpd vs ssl
[b] make vsftpd with ssl support[/b] [quote]- vsftpd built with OpenSSL support. This is a decision your vsftpd packager made, or if you are building vsftpd yourself, edit "builddefs.h" and change ...
2010-01-04 11:17:07
86
原创 ls colours
[b]bash:[/b] [color=red]LS_COLORS='di=1:fi=0:ln=31:pi=5:so=5:bd=5:cd=5:or=31:mi=0:ex=35:*.rpm=90' export LS_COLORS[/color] http://linux-sxs.org/housekeeping/lscolors.html [quote] Here is an eas...
2010-01-04 09:24:36
138
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人