Manual EUserv Mirror Server/en
Aus EUserv Wiki
Languages: |
Deutsch • English |
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
Under Debian the mirror must be added or the following lines need to be changed in the file /etc/apt/sources.list as follows:
The following line:
deb http://ftp.de.debian.org/ debiansqueeze main contrib non-free
is changed by these line:
deb http://debian.mirror.euserv.net/ squeeze main contrib non-free
Ubuntu
Under Ubuntu the mirror must be added or the following lines need to be changed in the file /etc/apt/sources.list as follows:
The following lines:
deb http://archive.ubuntu.com/ubuntu precise main restricted universe deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse deb http://archive.canonical.com/ubuntu precise partner
are changed by these lines:
deb http://ubuntu.mirror.euserv.net/ precise main restricted universe deb http://ubuntu.mirror.euserv.net/ precise-updates main restricted universe deb http://ubuntu.mirror.euserv.net/ precise-security main restricted universe multiverse deb http://archive.canonical.com/ubuntu precise partner
Fedora
Under Fedora the mirror must be added or the following lines need to be changed in the file /etc/yum.repos.d/fedora.repo as follows:
[fedora]
The following line is commented out:
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
and changed by the following line:
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/$basearch/os/
[debug]
The following line is commented out:
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
and changed by the following line:
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/$basearch/debug/
[fedora-source]
The following line is commented out:
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
and changed by the following line:
baseurl=http://fedora.mirror.euserv.net/linux/releases/$releasever/Everything/source/SRPMS/