Manual EUserv Mirror Server/en

Aus EUserv Wiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „{{Languages|Manual EUserv Mirror Server}} Kategorie:Servers Kategorie:vServers '''''Use of the EUserv mirror servers''''' __TOC__ = Use of the EUserv mirr…“)
(CentOS)
Zeile 17: Zeile 17:
----
----
-
Under CentOS the mirror must be added or the following lines customized in the file '''/etc/yum.repos.d/CentOS-Base.repo''' as follows:
+
Under CentOS the mirror must be added or the following lines need to be changed in the file '''/etc/yum.repos.d/CentOS-Base.repo''' as follows:
[base]  
[base]  

Version vom 07:33, 3. Dez. 2012

Use of the EUserv mirror servers

Inhaltsverzeichnis

Use of the EUserv mirror servers

General

EUserv has an own mirror server for Linux systems. Advantages of using our mirror server are:

  • shorter download times of your software packages
  • the internal traffic is not imputed

Operating system

CentOS


Under CentOS the mirror must be added or the following lines need to be changed in the file /etc/yum.repos.d/CentOS-Base.repo as follows:

[base]

The following line is commented out:

  
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ 
  

and changed by the following line:

  
baseurl=http://centos.mirror.euserv.net/$releasever/os/$basearch/ 
  

[updates]

The following line is commented out:

   
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ 
  

and changed by the following line:

   
baseurl=http://centos.mirror.euserv.net/$releasever/updates/$basearch/ 
  

[extras]

The following line is commented out:

 
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ 
  

and changed by the following line:

 
baseurl=http://centos.mirror.euserv.net/$releasever/extras/$basearch/ 
  

[centosplus]

The following line is commented out:

 
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ 
  

and changed by the following line:

 
baseurl=http://centos.mirror.euserv.net/$releasever/centosplus/$basearch/ 
  

[contrib]

The following line is commented out:

 
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/ 
  

and changed by the following line:

 
baseurl=http://centos.mirror.euserv.net/$releasever/contrib/$basearch/
  

Debian