当前位置: > CentOS > CentOS教程 >

CentOS7安裝及使用簡記

时间:2015-01-08 23:02来源:http://qingtianjiedu.com 作者:http://qingtianjiedu

本文記錄了擎天節度使用CentOS7的一些經驗,算是總結,可用作參考。
主要分爲這幾塊:
1.系統安裝
2.yum源
3.瀏覽器安裝
4.常用軟件安裝
5.LAMP或LNMP環境


系統安裝

系統安裝本身並不複雜,但是準備工作比較繁瑣。從CentOShttp://www.centos.org/download/
下載鏡像文件,個人用U盤方式安裝。首先通過PowerISO將鏡像文件燒錄到U盤中(使用Ultra ISO燒錄不成功)。有個問題,燒錄完成後,U盤可用大小變成了只有幾M,故只能當系統盤用。
在安裝位置中,選擇“我要配置分區”,個人分配方案:
/boot分區 1G
SWAP分區 2G
其他分區 看個人情況
(硬盤未全盤格式化,保留有NTFS分區)
安裝圖文教程

http://www.if-not-true-then-false.com/2014/centos-7-netinstall-guide/

http://www.osyunwei.com/archives/7829.html


yum源

Linux系統安裝軟件時會有各種依賴關係需要解決,如果手動安裝,會經常性的提示包依賴,而使用yum安裝則能很好的解決這個問題,快捷高效。repo文件在/etc/yum.repos.d/目錄下。
常見的yum源有epel,remi,Nux Dextop,大陸有網易、搜狐、阿里雲、中科大、上海交大等鏡像站。

http://mirrors.sohu.com/centos/

http://mirrors.163.com/centos/

http://mirrors.aliyun.com/centos/

https://lug.ustc.edu.cn/wiki/mirrors/help/centos

http://ftp.sjtu.edu.cn/centos/

個人喜歡中科大的源,CentOS-Base.repo 配置簡單,直接下載CentOS 7 下的CentOS-Base.repo文件替換到/etc/yum.repos.d/目錄下

https://lug.ustc.edu.cn/wiki/mirrors/help/centos

EPEL
## RHEL/CentOS 7 64-Bit ##
# wget http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm
# rpm -ivh epel-release-7-0.2.noarch.rpm
參考教程http://www.lixiaolong.org/Archives/1422.Html

http://www.cyberciti.biz/faq/installing-rhel-epel-repo-on-centos-redhat-7-x/

REMI
wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
rpm -Uvh remi-release-7.rpm

參考教程

http://www.unixmen.com/install-remi-repository-rhel-centos-scientific-linux-76-x5-x-fedora-201918/

Install Remi and EPEL yum repo Centos 7

http://briansnelson.com/Install_Remi_and_EPEL_yum_repo_Centos_7

Nux Dextop
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
參考教程http://linux.cn/article-3889-1.html


瀏覽器安裝

系統默認帶Mozilla Firefox,但版本較低,且不帶有FlashPlayer,使用體驗很不好。推薦安裝最新版Mozilla Firefox或使用Google Chorme。
最新版Mozilla Firefox安裝
Firefox官方最新版本下載地址:https://www.mozilla.org/en-US/firefox/all/
下載解壓後,直接點擊firefox即可運行。但需另外安裝Flash Player,參考本博另一篇文章

http://qingtianjiedu.com/blog/how-to-install-flash-player-plugin-for-firefox-in-centos7-x64/

Google Chorme安裝
參考本博文章

http://qingtianjiedu.com/blog/successfully-install-google-chorme-broswer-in-centos7-x64/


常用軟件安裝
VirtualBox
是一款開源虛擬機軟體,在Linux下使用QQ等軟件不是很方便,故用虛擬機安裝Windows系統,是個不錯的折衷方案。
下載地址https://www.virtualbox.org/wiki/Linux_Downloads

Flareget
是一款Linux下的下載軟體,可與Windows下的IDM媲美
下載地址http://flareget.com/
安裝可參考http://imcn.me/html/y2014/20053.html

Sublime text2
下載地址http://www.sublimetext.com/2
具體教程可以網絡搜索,不多敘述。

Kchmviewer
Kchmviewer,一款Linux下的CHM閱讀器。
安裝教程參考本博文章 CentOS7下使用Kchmviewer查看chm文檔

U盤等移動裝置,NTFS分區的掛載
NTFS分區在Linux下默認是無法掛載的,需要借助第三方軟體NTFS-3G,
下載地址http://www.tuxera.com/community/ntfs-3g-download/
參考教程官方文檔或http://gzmaster.blog.51cto.com/299556/61160/
或網路搜索。


LAMP或LNMP環境

開發環境,程序員必備。
參考地址:

http://www.osyunwei.com/

(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容