摘要:the following procedure describes how to boot from the solaris oesoftware cd-rom to edit a misconfigured /etc/vfstab file.repairing important files if boot failsthe following procedure describes how t......
摘要:在fedora中使用yum简化rpm包管理(2004-01-29)victoryan指北系列之yum说明:为了大家学习方便,重新编排,并就应用的部分做了补充,如使用yum来安装mplayer,xmms-mp3等,希望能节约大家的时间
在fedora中使用yum简化rpm包管理(2004-01-29)
victoryan指北系列之yum
说明:为了大家学习方便,重新编排,并就应......
查看分区类型的方法以往我们拿到一块朋友的硬盘没有办法看是什么分区,导致mount命令不能识别分区类型,现在好了.
fdisk -l不复杂,但是看不到文件系统类型,只能看到分区类型,以redhat 9为例:
【程序编程相关:
重装LAMP】 【推荐阅读:
编译iptables的扩展】[root@redhat9 root]# fdisk -l 【扩展信息:
Linux Kernel 2.6.11.】 disk /dev/sda: 8589 mb, 8589934592 bytes 255 heads, 63 sectors/track, 1044 cylinders units = cylinders of 16065 * 512 = 8225280 bytes device boot start end blocks id system /dev/sda1 * 1 13 104391 83 linux /dev/sda2 14 1012 8024467+ 83 linux /dev/sda3 1013 1044 257040 82 linux swap df -tk是可以的,不过df -th更友好一些,容量大小是以易读的方式显示的,而且它是显示所有分区,并不是一个分区.这个命令最方便. [root@redhat9 root]# df -th ...
下一页 摘要:使用putty(ssh)密匙安全登录服务器 putty 主页 :http://www.chiark.greenend.org.uk/~sgtatham/putty/参考网页:http://www.chinaunix.net/jh/5/245314.html http://blog.blogchina.com/article_125271.704722.html我们暂且选用ssh1协议,后面讨论......