This software mirror is provided by the Department of Computer Science and Engineering on a Gigabit uplink, accessible both through IPv4 and IPv6. We are happy to mirror additional software archives upon request, subject to space constraints on our mirror server. If there's a software archive for which a local mirror would be useful to you and it isn't listed here, please let us know.
Edit the file /etc/pacman.conf/ and add the following line in the specified sections, replacing ARCH with i686 or x86_64, according to your architecture:
[core] Server = ftp://ftp.rnl.ist.utl.pt/pub/archlinux/core/os/ARCH [extra] Server = ftp://ftp.rnl.ist.utl.pt/pub/archlinux/extra/os/ARCH [community] Server = ftp://ftp.rnl.ist.utl.pt/pub/archlinux/community/os/ARCH
Refresh the package list from the new repository:
# pacman -Syy
Edit the list of sources:
# nano /etc/apt/sources.list
Here is a recommended /etc/apt/sources.list for Debian (stable release), using our mirror:
deb http://ftp.rnl.ist.utl.pt/pub/debian lenny main non-free contrib deb-src http://ftp.rnl.ist.utl.pt/pub/debian lenny main non-free contrib
Refresh the packages list from the new repository:
# apt-get update
Go to Help → Software Updates…. Under the tab Available Software you'll find the Add Site… button. Click on it and insert the following URL: http://ftp.rnl.ist.utl.pt/pub/eclipse/updates .
Edit the file /etc/make.conf and add the following lines:
GENTOO_MIRRORS="http://ftp.rnl.ist.utl.pt/pub/gentoo/gentoo-distfiles" SYNC="rsync://ftp.rnl.ist.utl.pt/gentoo-portage/"
Edit the file /etc/entropy/repositories.conf and add the following lines:
# Sabayon stable repository repository|sabayonlinux.org|Sabayon Linux Official repository|http://ftp.rnl.ist.utl.pt/pub/sabayon/entropy|http://ftp.rnl.ist.utl.pt/pub/sabayon/entropy#bz2 # Sabayon unstable repository overlay repository|sabayon-limbo|Sabayon Linux Limbo repository|http://ftp.rnl.ist.utl.pt/pub/sabayon/entropy|http://ftp.rnl.ist.utl.pt/pub/sabayon/entropy#bz2
You may have to comment other entries (by placing a '#' in front of them) to force equo to use RNL's mirror only.
Edit the list of sources:
$ sudo nano /etc/apt/sources.list
or using a graphical editor:
$ gksudo gedit /etc/apt/sources.list
Here is a recommended /etc/apt/sources.list for Ubuntu 11.04, using our mirror:
deb http://ftp.rnl.ist.utl.pt/pub/ubuntu/archive natty main restricted universe multiverse deb-src http://ftp.rnl.ist.utl.pt/pub/ubuntu/archive natty main restricted universe multiverse deb http://ftp.rnl.ist.utl.pt/pub/ubuntu/archive natty-updates main restricted universe multiverse deb-src http://ftp.rnl.ist.utl.pt/pub/ubuntu/archive natty-updates main restricted universe multiverse
Refresh the packages list from the new repository:
$ sudo apt-get update