LILO, Linux Crash Rescue HOWTO LILO 毁损,无法…
2008-02-23 07:20:52来源:互联网 阅读 ()
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
2. 相关连结
请参阅以下位址,可取得 LILO、Linux 救援、当机回复的相关资讯 -
Mini Lilo HOWTO at http://www.linuxdoc.org/HOWTO/mini/LILO.html
Bootdisk-HOWTO at http://www.metalab.unc.edu/LDP/HOWTO/Bootdisk-HOWTO/index.html
Pre-made boot disks at http://www.linuxdoc.org/HOWTO/Bootdisk-HOWTO/
Tomsrtbt boot floppy disk http://www.toms.net/rb
Yard rescue and boot floppy disk http://www.croftj.net/~fawcett/yard
BootPrompt-HOWTO at http://www.linuxdoc.org/HOWTO/BootPrompt-HOWTO.html
Multiboot with LILO mini HOWTO at http://www.linuxdoc.org/HOWTO/mini/Multiboot-with-LILO.html
Linux WinNT mini HOWTO at http://www.linuxdoc.org/HOWTO/mini/Linux WinNT.html
Linux goodies main site http://www.aldev.8m.com
Linux goodies mirror site http://aldev.webjump.com
Vim color text editor for C , C http://metalab.unc.edu/LDP/HOWTO/Vim-HOWTO.html
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
3. 此份文件的其他格式
此份文件是以 11 种不同的格式所发行的 - DVI, Postscript, Latex, Adobe Acrobat PDF, LyX, GNU-info, HTML, RTF(Rich Text Format), Plain-text, Unix man pages, single HTML file 以及 SGML.
您可以从下列连结得到 HTML、DVI、Postscript、或 SGML 格式的 HOWTO 文件单一 tar ball 档案 - ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/other-formats/
纯文字格式: ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO
其他语言之文件翻译,像是法文、德文、西班牙文、 中文、日文等是在 ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO 欢迎您帮忙翻译成其他语言的版本。
此份文件是以 "SGML-Tools" 工具软体所撰写的,您可以在下面的连结得到此软体 - http://www.sgmltools.org 您可使用以下指令组译原始档,例如:
sgml2html LILO-crash-rescue-HOWTO.sgml (获取 html 档案)
sgml2rtf LILO-crash-rescue-HOWTO.sgml (获取 RTF 档案 )
sgml2latex LILO-crash-rescue-HOWTO.sgml (获取 latex 档案)
(译注:中译版使用者请至 ftp.linux.org.tw/pub/CLDP/src 下载 zh-sgmltools-1.x-x.tar.gz 并安装之,再以 big5sgml2html、big5sgml2rtf、 big5sgml2latex 指令组译原始档。详见 SGMLtools 中文套件使用说明 http://www.linux.org.tw/CLDP/zh-sgmltools.html)
LaTeX 文件可以使用 sgml2latex 来制作 Postscript,再用 dvips 转成 PDF 档,并且使用 Acrobat distill ( http://www.adobe.com) 指令观看结果。如以下所示:
--------------------------------------------------------------------------------
bash$ man sgml2latex
bash$ sgml2latex filename.sgml
bash$ man dvips
bash$ dvips -o filename.ps filename.dvi
bash$ distill filename.ps
bash$ man ghostscript
bash$ man ps2pdf
bash$ ps2pdf input.ps output.pdf
bash$ acroread output.pdf &
--------------------------------------------------------------------------------
或者您可使用 Ghostscript 的指令 ps2pdf。 ps2pdf 是个与 Adobe's Acrobat Distiller 产品作用相似并拥有其大部分功能的指令:它将 PostScript 档案转换成可携式文件格式(Portable Document Format, PDF)档案。 ps2pdf是被一个包含在 Ghostscript 的指令稿 (command script) (批次档 batch file),且选择一种名叫 pdfwrite 的特殊 "输出装置 (output device)" 来执行。为了要使用 ps2pdf,当 Ghostscript 在安装组译时,pdfwrite 装置必须要包含在 makefile 里。详见安装 Ghostscript 的文件。
这份 howto 文件位於 -
http://sunsite.unc.edu/LDP/HOWTO/LILO-crash-rescue-HOWTO.html
您可也以在下列镜像站找到这份文件 -
http://www.caldera.com/LDP/HOWTO/LILO-crash-rescue-HOWTO.html
http://www.WGS.com/LDP/HOWTO/LILO-crash-rescue-HOWTO.html
http://www.cc.gatech.edu/linux/LDP/HOWTO/LILO-crash-rescue-HOWTO.html
http://www.redhat.com/linux-info/ldp/HOWTO/LILO-crash-rescue-HOWTO.html
其他较靠近您的镜像站 (网址智慧辨识, network-address-wise) 可以在此找到 http://sunsite.unc.edu/LDP/mirrors.html 选择一个镜像站,且进入目录 /LDP/HOWTO/LILO-crash-rescue-HOWTO.html
要阅读 dvi 格式的文件,必须使用 xdvi 程式。xdvi 程式在 Redhat Linux 是存在於 tetex-xdvi*.rpm (译注:随不同发行套件而有所差异;请洽询您的发行套件厂商或组织)。您可以从控制面板(ControlPanel) | 应用程式(Applications) | 出版(Publishing) | Tex 的选单按钮开启之。要读取 dvi 格式文件,执行以下指令 -
xdvi -geometry 80x90 howto.dvi
man xdvi
并且使用滑鼠来重新设定视窗大小。使用方向键、Page Up、Page Down 来导引,您也可使用 'f', 'd', 'u', 'c', 'l', 'r', 'p', 'n' 字母键来上移、下移、置中、至下一页、回上一页等。要关闭专家选单,请按 'x'。
您可以使用 'gv' (ghostview) 或 'ghostscript' 来阅读 postscript 格式的文件。在 Redhat Linux 里,ghostscript 存在於 ghostscript*.rpm 套件;gv 则存在於 gv*.rpm 套件里。(译注:随不同发行套件而有所差异;请洽询您的发行套件厂商或组织) 您可以从控制面版(ControlPanel) | 应用程式(Applications) | 美工绘图(Graphics) 的选单按钮开启之。gv 远比 ghostscript 更人性化。 ghostscript 和 gv 也有其他平台的版本,像是 OS/2、 Windows 95 和 NT,您甚至在那些平台也可以观看此份文件。
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- lilo大杂耍 2008-02-23
- Lilo.conf (LILO 配置文件) 手册 2008-02-23
- 解读LILO错误提示信息 2008-02-23
- 深 入Linux 的LILO 2008-02-23
- 使用LILO做为Win95 WinNT Linux多重开机 mini-HOWTO 2008-02-23
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
