发布时间:2014-01-30 00:41:39
前提条件:做好yum源点击(此处)折叠或打开#!/bin/sh#The scripts is for RHEL6.3#author is 123#date 2013-01-29for i in gcc libaio-devel-0.3.107 compat-libstdc++-33-3.2.3 elfutils-libelf-devel-0.152 glibc-devel-2.12 gcc-.........【阅读全文】
发布时间:2014-01-30 00:10:57
[root@test ~]#mkdir /mnt/iso[root@test home]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.3 (Santiago)[root@test ~]# mount -o loop -t iso9660 /mnt/hgfs/linux/rhel-server-6.3-x86_64-dvd.iso /mnt/iso/[root@test home]# vi /etc/yum.repos.d/rhel-source.repo .........【阅读全文】
发布时间:2014-01-29 22:52:44
一.简介:awk其名称得自于它的创始人 Alfred Aho 、Peter Weinberger 和 Brian Kernighan 姓氏的首个字母。实际上 AWK 的确拥有自己的语言: AWK 程序设计语言 , 三位创建者已将它正式定义为“样式扫描和处理语言”。它允许您创建简短的程序,这些程序读取输入文件、为数据排序、处理数据、对输入执行计.........【阅读全文】
发布时间:2014-01-29 21:35:39
[root@oracle11g test]# wc --help用法:wc [选项]... [文件]... 或:wc [选项]... --files0-from=F输出每个指定文件的行数、单词计数和字节数,如果指定了多于一个文件,继续给出所有相关数据的总计。如果没有指定文件,或者文件为"-",则从标准输入读取数据。 -c, --bytes输出字节数统计 -m, --cha.........【阅读全文】
发布时间:2014-01-29 20:30:05
oracle进程如下[root@oracle11g ~]# ps -elf | grep oracle5 S avahi 1908 1 0 80 0 - 6945 poll_s 19:06 ? 00:00:00 avahi-daemon: registering [oracle11g.local]4 S root 3362 3263 0 80 &n.........【阅读全文】