摘要:sppence murray 是 linux 开发高手之一,同时长期以来他一直是 unix 的坚定支持者。本文介绍的是 murray 和他在 codemonks consulting 的同事在日常的 linux 开发以及应用服务工作中用到的基本技术: shell 脚本,相信 linux 的开发人员都会受益于这项有用而且通用的技术。 spence murray 是 codemonks consulting 的创始人之一,自从 20 世纪 80 年代最早在 ......
摘要:this page describes expect and several other
tools that can be found at this site. first, expect . . .
introduction
expect is a tool for automating interactive applications such as
telnet, ftp, passwd, fsck, rlogin, tip, etc. ......
isolinux serial console keyboard issuehello list, 【相关文章:
DOS 和Linux常用命令的对比】 【扩展阅读:
成年人必看的5个故事】i am trying to use the console to setup my machine.
during boot i am able see the syslinux boot prompt on 【扩展信息:键盘的快捷操作】
the serial console *and* the monitor, but i can not use the console keyboard. i can only use the keyboard that is connected on the machine. after the kernel is loaded, the console keyboard starts working, but, this does not help me much, since i still need to use the keyboard before the linux kernel is loaded. does anybody have any ideea what might be wrong? here is my isolinux.cfg file: serial 0 9600 prompt 1 timeout 0 display debian.txt ...
下一页 摘要:了解一下 udp前言由於udp ( user datagram protocol ) 的傳輸量大及非連接傳輸 ( connectionless)的便捷特性,udp 已被廣泛應用在量大及快速資料存取程式所選定的傳輸協定。其中nfs over udp 即是最常見的一種。雖然udp 有非連接傳輸的便捷特性但也因此在傳輸上不如 tcp ( transmission control protocol ) 來的穩定,尤其是當線路不穩定或是駭客入侵時很容易讓 nfs的 ......