激情久久久_欧美视频区_成人av免费_不卡视频一二三区_欧美精品在欧美一区二区少妇_欧美一区二区三区的

服務器之家:專注于服務器技術及軟件下載分享
分類導航

Linux|Centos|Ubuntu|系統進程|Fedora|注冊表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服務器之家 - 服務器系統 - Centos - centos 6.3 安裝使用筆記分享

centos 6.3 安裝使用筆記分享

2019-10-06 21:13centos教程網 Centos

在163鏡像上下載DVD-1的ISO鏡像后刻錄成啟動光盤,安裝完成后,添加國內的更新源,電信網絡使用163的鏡像最快

sudo vim /etc/yum.repos.d/CentOS-Base.repo 
 

復制代碼

代碼如下:


# CentOS-Base.repo 

# The mirror system uses the connecting IP address of the client and the 
# update status of each mirror to pick mirrors that are updated to and 
# geographically close to the client. You should use this for CentOS updates 
# unless you are manually picking other mirrors. 

# If the mirrorlist= does not work for you, as a fall back you can try the 
# remarked out baseurl= line instead. 


[base] 
name=CentOS-$releasever - Base 
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os 
baseurl=http://mirrors.163.com/centos/$releasever/os/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
#released updates 
[updates] 
name=CentOS-$releasever - Updates 
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates 
baseurl=http://mirrors.163.com/centos/$releasever/updates/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
#additional packages that may be useful 
[extras] 
name=CentOS-$releasever - Extras 
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras 
baseurl=http://mirrors.163.com/centos/$releasever/extras/$basearch/ 
gpgcheck=1 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
#additional packages that extend functionality of existing packages 
[centosplus] 
name=CentOS-$releasever - Plus 
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus 
baseurl=http://mirrors.163.com/centos/$releasever/centosplus/$basearch/ 
gpgcheck=1 
enabled=0 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 
#contrib - packages by Centos Users 
[contrib] 
name=CentOS-$releasever - Contrib 
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib 
baseurl=http://mirrors.163.com/centos/$releasever/contrib/$basearch/ 
gpgcheck=1 
enabled=0 
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 



接下來里面更新:sudo yum update 

更新完后,下載幾個字體,wqy-microhei.ttc,YaHeiConsolas,Microsoft_YaHei等,然后在系統設置->外觀里面修改默認字體。 

———RPMforge repository————— 

有時候有些軟件可能在中心的repo里面的沒有,這時候最好使用RPMforge repository,但是這樣來的話升級的時候會有version沖突,于是可以這樣子設置: 

先下載RPMForge的repo: 

wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-1.el6.rf.x86_64.rpm 

安裝: 

rpm -ivh rpmforge-release-0.5.2-1.el6.rf.x86_64.rpm 

you’ll get a warning, but it will proceed based on the flags that you set. warning: rpmforge-release-0.5.2-1.el6.rf.x86_64.rpm : Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY 
Preparing... ########################################### [100%] 
1:rpmforge-release ########################################### [100%] 

接下來最最重要的就是設置優先級了: 

Now you need to edit /etc/yum.repos.d/CentOS-Base.repo and add these priorities to the bottoms of each of the following repo sections: 

復制代碼

代碼如下:


[base] 
priority=1 
[updates] 
priority=1 
[extras] 
priority=1 



Save your changes on this file and edit the rpmforge.repo file. You’ll only need to edit the one repository section. 


[rpmforge] 
priority=5 

Save your changes and you’re finished. 

-----------開始更新瀏覽器版本至firefox18------------- 
參考文章:http://www.if-not-true-then-false.com/2011/install-firefox-on-fedora-centos-red-hat-rhel/ 

備份下先: 

tar -cvzf $HOME/mozilla-firefox-profiles-backup.tar.gz $HOME/.mozilla/firefox/ 

su - 

## Remi Dependency on CentOS 6 and Red Hat (RHEL) 6 ## 
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm 
## CentOS 6 and Red Hat (RHEL) 6 ## 
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm 

檢查有用的版本: 

yum --enablerepo=remi list firefox 

# 更新或者安裝 Mozilla Firefox 18/10 
yum --enablerepo=remi update firefox 

# 啟動 Firefox 18/10 
firefox 

firefox安裝那個flash插件: 

去adobe的官網上去下載,選擇tar.gz包,解壓,得到libflashplayer.so, 把這個文件復制到 /home/username/.mozilla/plugins目錄下,重啟firefox就行了。要注意的是,libflashplayer.so必須屬于指定普通用戶。 

-------------install google chrome 24------------ 

sudo vim /etc/yum.repos.d/CentOS-Base.repo 

復制代碼

代碼如下:


[google64] 
name=Google – x86_64 
baseurl=http://dl.google.com/linux/rpm/stable/x86_64 
enabled=1 
gpgcheck=1 
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 



安裝穩定版本:sudo yum install google-chrome-stable

延伸 · 閱讀

精彩推薦
  • CentosCentos7運用/dev/shm進行網站優化

    Centos7運用/dev/shm進行網站優化

    這篇文章主要介紹了LINUX中Centos7運用/dev/shm進行網站優化相關知識點,對此有興趣的朋友參考學習下。...

    彬菌9912022-03-02
  • CentosCentOS7設置日期和時間方法以及基本概念介紹

    CentOS7設置日期和時間方法以及基本概念介紹

    這篇文章主要介紹了CentOS7設置日期和時間方法以及基本概念介紹,本文講解使用CentOS7中的新命令timedatectl設置日期時間方法,需要的朋友可以參考下 ...

    CentOS之家6522019-09-19
  • CentosCentOS 6.6實現永久修改DNS地址的方法

    CentOS 6.6實現永久修改DNS地址的方法

    這篇文章主要介紹了CentOS 6.6實現永久修改DNS地址的方法,涉及針對CentOS配置文件的相關設置技巧,具有一定參考借鑒價值,需要的朋友可以參考下 ...

    Linux社區4472020-08-21
  • CentosCentos 7開啟網卡自動獲取IP的詳細方法

    Centos 7開啟網卡自動獲取IP的詳細方法

    本篇文章主要介紹了Centos 7開啟網卡自動獲取IP的詳細方法,小編覺得挺不錯的,現在分享給大家,也給大家做個參考。一起跟隨小編過來看看吧...

    凌鋒8972021-12-29
  • CentosCentOS下Uptime命令詳解

    CentOS下Uptime命令詳解

    在Linux下,我們可以使用uptime命令,而且此命令不必使用root權限。uptime命令在系統中已經默認安裝了。今天小編為大家帶來的是CentOS下Uptime命令詳解;希望...

    CentOS之家11482019-06-19
  • Centoscentos 安裝與操作方法

    centos 安裝與操作方法

    這篇文章主要介紹了centos 安裝與操作方法,需要的朋友可以參考下...

    centos之家5272019-07-11
  • Centoscentos不小心刪除/root目錄該如何解決?

    centos不小心刪除/root目錄該如何解決?

    一些朋友最近在問小編centos不小心刪除/root目錄該如何解決?今天小編就為大家分享centos不小心刪除/root目錄解決辦法;希望對大家會有幫助,有需要的朋友...

    腳本之家8022019-05-29
  • CentosCentOS6.5下Redis安裝與配置詳細步驟

    CentOS6.5下Redis安裝與配置詳細步驟

    本篇文章主要介紹了CentOS6.5下Redis安裝與配置詳細步驟,詳細介紹redis單機單實例安裝與配置,服務及開機自啟動。有興趣的可以了解一下。...

    飛流11452021-12-24
主站蜘蛛池模板: 毛片免费视频观看 | 暖暖免费观看高清完整版电影 | 国产精品v片在线观看不卡 成人一区二区三区在线 | 羞羞的视频在线观看 | 欧美成人精品一区二区三区 | 亚洲精品 在线播放 | 牛牛热这里只有精品 | 嗯~啊~弄嗯~啊h高潮视频 | 福利在线小视频 | 4399一级成人毛片 | 禁漫天堂久久久久久久久久 | 91久久国产综合精品女同国语 | 男人天堂新地址 | 羞羞羞羞视频 | 久色伊人 | 一级做a爱片性色毛片 | 国产一区二区三区视频观看 | 91精品国产综合久久男男 | 久久久日韩av免费观看下载 | 免费黄色短视频网站 | 国产精品手机在线亚洲 | 18被视频免费观看视频 | 亚洲第一成网站 | 不卡国产一区二区三区四区 | 久夜tv| 精品免费国产一区二区三区 | 91专区在线观看 | 久久免费视频3 | 热久久91| 久久99精品国产自在现线 | 一区二区三区日韩在线观看 | 久久综合一区二区 | 久久久久久久91 | 国产一级91 | 狠狠操人人干 | 国产一级做a爱片在线看免 日日草夜夜 | 亚洲成人福利 | 国产欧美精品一区二区三区四区 | 久久久久欧美 | 欧美毛片 | 日本欧美视频 |