
Public CentOS Mirror
Our team is pleased to announce that we have become an official CentOS Linux Public Mirror.
What is a Public Mirror?
Whenever you download or update your favourite Linux distribution, you are connecting to a mirror server that contains all operating system files and software packages.
Since Linux is free software, it relies on companies like ours to host (mirror) it and make it available to the world to download.
You can download CentOS here: https://centos.org/download/mirrors/
What are the benefits to me?
Our goal in hosting CentOS is to contribute to a free and open Internet, however, it does come with some benefits for you as well. Whenever you download or update your servers or virtual desktops, you can have the process connect to our mirror server, which is much faster than downloading over the Internet.
How can I download my OS and updates from QuickHostUK?
Simply replace your /etc/yum.repo.d/CentOS-Linux-BaseOS.repo file with the following:
# 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&infra=$infra
baseurl=http://mirror.quickhost.uk/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#released updates
[updates]
name=CentOS-$releasever - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
baseurl=http://mirror.quickhost.uk/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
baseurl=http://mirror.quickhost.uk/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
baseurl=http://mirror.quickhost.uk/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
Now you can continue as normal and run your update commands:
#CentOS
yum update
#Fedora
dnf upgrade
That’s it! Your server will now connect to our mirror to download updates and patches.