小魔女 发表于 2015-1-14 21:14:47

带来一篇CentOS 6.4 安装利用体验汇总2

欢迎大家来到仓酷云论坛!8、安装VIM编纂器
9、安装MAN匡助文档
10、安装LVM
11、修正默许言语
12、安装经常使用工具
8、安装VIM编纂器



接第一篇:http://www.centoscn.com/CentOS/Intermediate/2013/0907/1572.html
1.检察




默许没有安装vim
2.安装vim
1
#yuminstallvim*






9、安装MAN匡助文档
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#yuminstallman*
#manvim
VIM(1)VIM(1)
NAME
vim-ViIMproved,aprogrammerstexteditor
SYNOPSIS
vim
vim-
vim-ttag
vim-q
ex
view
gvimgviewevimeview
rvimrviewrgvimrgview
DESCRIPTION
VimisatexteditorthatisupwardscompatibletoVi.Itcanbeusedtoeditallkindsofplaintext.Itis
especiallyusefulforeditingprograms.
TherearealotofenhancementsaboveVi:multilevelundo,multiwindowsandbuffers,syntaxhighlighting,com-
mandlineediting,filenamecompletion,on-linehelp,visualselection,etc..See":helpvi_diff.txt"forasum-
maryofthedifferencesbetweenVimandVi.



10、安装LVM

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#yuminstalllvm2
#manlvm
LVM(8)LVM(8)
NAME
lvm-LVM2tools
SYNOPSIS
lvm
DESCRIPTION
lvmprovidesthecommand-linetoolsforLVM2.Aseparatemanualpagedescribeseachcommandindetail.
Iflvmisinvokedwithnoargumentsitpresentsareadlineprompt(assumingitwascompiledwithreadlinesup-
port).LVMcommandsmaybeenteredinteractivelyatthispromptwithreadlinefacilitiesincludinghistoryand
commandnameandoptioncompletion.Refertoreadline(3)fordetails.
IflvmisinvokedwithargvsettothenameofaspecificLVMcommand(forexamplebyusingahardorsoft
link)itactsasthatcommand.
Oninvocation,lvmrequiresthatonlythestandardfiledescriptorsstdin,stdoutandstderrareavailable.If
othersarefound,theygetclosedandmessagesareissuedwarningabouttheleak.
WherecommandstakeVGorLVnamesasarguments,thefullpathnameisoptional.AnLVcalled"lvol0"inaVG
called"vg0"canbespecifiedas"vg0/lvol0".WherealistofVGsisrequiredbutisleftempty,alistofall
VGswillbesubstituted.WherealistofLVsisrequiredbutaVGisgiven,alistofalltheLVsinthatVG
willbesubstituted.Solvdisplayvg0willdisplayalltheLVsin"vg0".Tagscanalsobeused-see--addtag
below.
Oneadvantageofusingthebuilt-inshellisthatconfigurationinformationgetscachedinternallybetweencom-
mands.
Afilecontainingasimplescriptwithonecommandperlinecanalsobegivenonthecommandline.Thescript
canalsobeexecuteddirectlyifthefirstlineis#!followedbytheabsolutepathoflvm.



11、修正默许言语

1
2
3
4
#vim/etc/sysconfig/i18n
LANG="en_US.UTF-8"
~
#exportLANG=en



12、安装经常使用工具

1.罕见紧缩工具zipunzipbzip2

1
#yum-yinstallunzipzipbzip2bzip2-devel





2.gccgcc++编译器

1
#yuminstallgccgcc-c++Cy





3.cmake编译器

1
#yuminstallcmakemakeCy





4.图片资本

1
#yum-yinstallgdlibjpeglibjpeg-devellibpnglibpng-develfreetype-devel





5.别的经常使用资本包工具

1
#yum-yinstallautoconfbisonautomakezlib*fiex*libxml*ncurses-devellibmcrypt*libtool-ltdl-devel*





到此一切演示全体完成!^_^……


如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!

柔情似水 发表于 2015-1-17 09:04:28

linux鸟哥的私房菜,第三版,基础篇,网上有pdf下的,看它的目录和每章的介绍就行了,这个绝对原创!

金色的骷髅 发表于 2015-2-4 21:35:19

我感觉linux的学习,学习编程~!~!就去学习C语言编程!!

深爱那片海 发表于 2015-2-10 21:22:33

我是学习嵌入式方向的,这学期就选修了这门专业任选课。

灵魂腐蚀 发表于 2015-3-1 16:56:40

你需要提供精确有效的信息。Linux这并不是要求你简单的把成吨的出错代码或者数据完全转储摘录到你的提问中。

莫相离 发表于 2015-3-10 23:37:30

把这个问题放在其他Linux社区请求帮助也是一种选择。如果Linux得不到答案,请不要以为我们觉得无法帮助你。有时只是看到你问题的人不知道答案罢了。这时换一个社区是不错的选择。

若天明 发表于 2015-3-17 18:09:32

对于英语不是很好的读者红旗 Linux、中标Linux这些中文版本比较适合。现在一些Linux网站有一些Linux版本的免费下载,这里要说的是并不适合Linux初学者。

活着的死人 发表于 2015-3-24 22:23:36

一定要学好命令,shell是命令语言,命令解释程序及程序设计语言的统称,shell也负责用户和操作系统之间的沟通。
页: [1]
查看完整版本: 带来一篇CentOS 6.4 安装利用体验汇总2