摘要:重现firstboot.if firstboot hangs, and then you reboot, and firstboot comes up again, does itjust hang again if you try this? also, try going through firstboot (by adding auser i guess). then do this:rm ......
摘要:字符串函数和……支票簿?daniel robbins总裁兼 ceo, gentoo technologies, inc.2001 年 4 月 在这篇 awk 系列的总结中,daniel 向您介绍 awk 重要的字符串函数,以及演示了如何从头开始编写完整的支票簿结算程序。在这个过程中,您将学习如何编写自己的函数,并使用 awk 的多维数组。学完本文之后,您将掌握更多 awk 经验,可以让您创建功能更......
在slackware 10下安装Oracle 10 --1上一页 ... 我是从以下网址下载到 binutils-2.10.1.tar.gz的: http://mirrors.usc.edu/pub/gnu/binutils/?c=m;o=d 【程序编程相关:
CONEXANT ADSL MODEN远】 【推荐阅读:
男人穿衣不可不知的21条规律 ZT】 【扩展信息:
Baisc Shell Code [转]】 我用如下步骤将它安装进系统: # tar -xzvf binutils-2.10.1.tar.gz # cd binutils-2.10.1 # ./configure # make # make install # 此步要以root身份执行 下一步以root身份运行下面的命令 # cd /usr/bin # mv ld ld.new # cp /usr/local/bin/ld ./ 这样就临时的用ld 2.10代替了ld 2.11 注:我仍然在oracle的安装过程中遇到了一些链接错误,当他们发生时我只是选择了继续(continue). 为oracle用户设置shell限额 在文件/etc/security/limits.conf 中添加如下行: * soft nproc 2047 * hard nproc 163844 * soft nofile 1024 * hard nofile 65536 每行都遵从如下格式: *<tab><tab>soft<tab>nproc<tab<tab>2047 设置oracle环境变量 以oracle用户在/home/oracle目录创建文件.profile并加入如下内容: # oracle environment export oracle_base=/u01/app/oracle export oracle_home=/u01/app/oracle/product/10.0.1.0.2 ...
下一页 摘要:2001 年 10 月 在这篇 sed 系列的总结性文章中,daniel robbins 带您体验 sed 的真正力量。在介绍完几个重要的 sed 脚本之后,他将通过将一个 quicken .qif 文件转换成可读文本格式来演示一些基本 sed 脚本的编写。该转换脚本不仅实用,而且还是展现 sed 脚本编写能力的极佳示例。强健的 sed在 第二篇 sed 文章中,我提供了一些示例来演示 sed 的......