怎么用linux安装盘(假设名字叫linux6.9.iso)

怎么用linux安装盘(假设名字叫linux6.9.iso),第1张

用linux安装盘。

1、首先选择安装源文件,也就是ISO文件,将其添加到vmware的虚拟光驱中。

2、选择ISO文件作为安装源文件,不要忘了勾选上面的启动时连接虚拟机开机,按下i键开始进入安装界面。

3、OracleLinux使用的是图形界面为默认安装方式。进入安装选择界面,直接按下Enter进入安装,按下text加enter开始进入纯文字安装模式。

centos下安装教程

1.到http://pkgs.repoforge.org/htop/下载对应版本

[cpp] view plain copy

wget http://pkgs.repoforge.org/htop/htop-1.0.2-1.el6.rf.x86_64.rpm

2.安装

[cpp] view plain copy

rpm –ivh htop-0.8.3-1.el4.rf.i386.rpm

3.程式装好了後直接下指令[root@localhost]#htop,就会出现以下画面。

安装支持组件

[plain] view plain copy

wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz

tar xvfz ncurses-5.9.tar.gz

cd ncurses-5.9

./configure

make

make install

安装htop:

[plain] view plain copy

wget http://sourceforge.net/projects/htop/files/htop/0.9/htop-0.9.tar.gz

tar zxvf htop-0.9.tar.gz

cd htop-0.9

./configure

make

make install


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/7539374.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-06
下一篇 2023-04-06

发表评论

登录后才能评论

评论列表(0条)

保存