Manual EUserv Mirror Server/en

Aus EUserv Wiki

Wechseln zu: Navigation, Suche

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