摘要:一、it技术开发综合类 http://community.csdn.net/ 适合人群:只适合软件开发者二、www.itpub.net 适合人群:数据库开发人员三、http://bbs.chinaunix.net/forum/ 适合人员:系统工程师 四、bbs.chinajavaworld.com/ 适合人员:java开发五、http://www.huihoo.com/foru......
摘要:技术文章,仅供参考。通过并行化 linux 系统服务来提高引导速度 级别:中级 james hunt (jameshunt-at-uk.ibm.com) 软件工程师,ibm 2003 年 11 月 本文向您描述了如何在不影响可用性的前提下加快 linux 操作系统的引导速度。当然,这种方法要求您对系统服务及服务之间的依赖关系有所理解,如果它们可以并行启动,就让它们并行启动而不是串行启动。 毫无疑问......
Performing Mounts and Unmounts 4-19performing mounts and unmounts 4-19
3. use the fsck command on the / (root) partition to check and repair 【程序编程相关:Linux Kernel 2.6.11.】
【推荐阅读:
重装LAMP】any potential problems in the file system. 【扩展信息:
终于在suse下播放ape成功了....】 # fsck /dev/rdsk/c0t0d0s0 4. if the fsck command is successful, mount the / (root) file system on the /a directory to gain access to the file system on disk. # mount /dev/dsk/c0t0d0s0 /a ...
下一页 摘要:本文主要说明x window system的基本运行原理,其启动过程,及常见的跨网络运行x window system。一) 基本运行原理 x window system采用c/s结构,但和我们常见的c/s不同。常见的c/s结构中,称提供服务的一方为server,即服务器端(如http服务,ftp服务等),使用服务的称为client,即客户端。但在x window system中,client是执......