- 博客(49)
- 收藏
- 关注
转载 linux机访问windows
smb://f2825063@10.167.64.66/sp$smb://f2825063@10/167.64.30/sp ...
2009-04-27 08:45:39
98
转载 linux查询并删除文件
做一个crontab作业,定时执行,删除修改时间在30天以前的trcfind / -name '*.trc'-mtime +30 | xargs rmfind 目錄 -name *.trc -mtime +時間 -exe...
2009-04-15 23:49:47
85
转载 create sequence
promptprompt Creating sequence DVR_CHIEF_DVR_ID_SEQprompt ================...
2009-04-14 09:38:56
158
转载 powerdesign9.0 sn
KEY: 0001499799999998006749I D: P-DES 9 Studio Enterprise ...
2009-04-14 08:52:27
81
转载 oracle 查询被锁语句
selectt2.username,t2.sid,t2.serial#,t2.logon_time,t2.OSUSER,t2.PROGRAM,t3.OBJECT,t3.TYPEfrom v$...
2009-04-08 11:40:31
118
转载 oracle 前十条性能差的sql
SELECT * FROM (SELECT PARSING_USER_IDEXECUTIONS,SORTS,COMMAND_TYPE,DISK_READS,sql_text FROM...
2009-04-03 11:50:09
148
转载 oracle 批量删除某用户下表
select 'drop table '||table_name||' cascade constraints;' fromuser_tables; ...
2009-04-03 11:39:25
113
转载 sqlplus 產生xls 文件
sqlplus 能生产xls的excel文件connect / as sysdba;set markup html on;spool c:\abc.xlsselect * from tab;spo...
2009-03-06 16:38:10
81
转载 summar sn
vmware4 for windows series:18WW5-2D14Y-R8HDG-4WTX3vmware4 for linux series:UKWDD-12HDW-10M4Z-4MRN7vmware5 for wi...
2009-02-24 14:18:42
109
转载 postfix 配置(4)
六、 postfix中的命令行工具及其它 下面我们来看一看postfix的命令行工具,通过这些工具的使用可能会使你 对postfix的管理更简单。 6.1 sendmail兼容的命令行...
2009-02-16 12:20:13
112
转载 postfix 配置(3)
五、 postfix的配置实例 5.1为拨号用户配置postfix 假设有一个小公司使用拨号上网,公司通过ISP的SMTP服务器(假设其域名为mail.isp.com,ip地址为201.11...
2009-02-16 12:18:10
392
转载 postfix 配置(2)
6. 通过发件人地址进行限制 可以用smtpd_sender_restrictions参数通过发件人在执行MAIL FROM命令时提供的地址进行限制。可以指定一个或多个参数值,中间用逗号隔开。限制规则...
2009-02-16 12:16:35
300
转载 postfix 配置(1)
4.1 postfix的配置文件结构 postfix的配置文件位于/etc/postfix下,安装完postfix以后,我们可以通过ls命令查看postfix的配置文件: [r...
2009-02-16 12:14:39
141
转载 设置route范例 route-eth1
[root@cnsrv156 network-scripts]# more route-eth10.0.0.0/0 via 10.57.20.2 dev eth1 table RD onlink147...
2009-02-06 17:29:34
1400
转载 linux 路由表
linux系统给我们提供了一个很好的路由套件---iproute2我们来熟悉一下..iproute2由几个常见的命令..ip ro ls ip就是ip命令啦,ro就是rou...
2009-02-05 17:42:20
130
转载 oracle imp and exp
1 #!/bin/sh 2 date=date; 3 ss=`$date +%Y%m%d`; 4 sd=$[ss-1]; 5 #sd="20080630"; 6 cp -...
2009-02-02 15:37:38
99
转载 network configure for linux
1.1 ifconfig-eth0 configureDEVICE=eth0BOOTPROTO=staticIPADDR=10.162.28.97NETMASK=255.255.252.0...
2009-01-30 16:41:12
82
转载 winbind 认证http,sytem-auth configure
1.1 /etc/pam.d/httpd consigure 1 #%PAM-1.0 2 #auth required /lib/security/pam_un...
2009-01-30 16:28:42
99
转载 rman脚本
::::::::::::::backup_0_sun.rms::::::::::::::run{allocate channel c1 type disk maxpiecesize=...
2009-01-30 13:56:09
68
转载 crontab 用法
1 SHELL=/bin/bash 2 PATH=/sbin:/bin:/usr/sbin:/usr/bin 3 MAILTO=root 4 HOME=/ 5 6 # ru...
2009-01-30 13:55:00
85
转载 iptables setting for linux
1 # Generated by iptables-save v1.2.9 on Fri Sep 30 15:51:00 2005 2 *nat 3 :PREROUTING A...
2009-01-30 13:01:35
90
转载 dhcpd setting for linux
1 ddns-update-style. none; 2 authoritative; 3 option domain-name "foxconn.com"; 4...
2009-01-30 12:57:51
120
转载 i18n language setting
1 LANGUAGE=zh_TW.UTF-8:zh_TW.Big5:zh_TW:zh_HK:zh 2 GTK_IM_MODULE=gcin 3 LC_ADDRESS=z...
2009-01-30 12:55:46
211
转载 postgresql执行档
#! /bin/sh# postgresql This is the init script. for starting up the PostgreSQL# s...
2009-01-30 12:51:13
348
转载 winbindd 执行档
#!/bin/sh## chkconfig: 35 91 9## description: Start/stops the winbindd daemon.### Source...
2009-01-30 12:49:00
283
转载 smb 执行档
#!/bin/sh## chkconfig: 35 91 9# description: Starts and stops the Samba /usr/sbin/smbd3 and /usr...
2009-01-30 12:46:23
108
转载 apache setting for linux
1.1 httpd.conf setting244 LoadModule auth_pam_module modules/mod_auth_pam.so1.2 vhost.co...
2009-01-30 11:34:11
145
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人