Блог @ Ihtiandr.Info

Файл sources.list для быстрого обновления Ubuntu через Webstream

without comments

У WebStream существует apt-proxy на который они не ограничивают (по крайней мере на моем тарифе в данный момент) скорость доступа и с которого я обновляюсь со скоростью около 6 мегабит.

Для этого следует привести /etc/apt/sources.list к следующему виду:
deb http://apt.sibnet.ru:9999/ubuntu/ jaunty main restricted universe multiverse
deb http://apt.sibnet.ru:9999/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://apt.sibnet.ru:9999/ubuntu/ jaunty-security main restricted universe multiverse
deb http://apt.sibnet.ru:9999/ubuntu/ jaunty-proposed main multiverse restricted universe
deb http://apt.sibnet.ru:9999/ubuntu/ jaunty-backports main multiverse restricted universe

deb-src http://apt.sibnet.ru:9999/ubuntu/ jaunty main restricted universe multiverse
deb-src http://apt.sibnet.ru:9999/ubuntu/ jaunty-updates main restricted universe multiverse
deb-src http://apt.sibnet.ru:9999/ubuntu/ jaunty-security main restricted universe multiverse
deb-src http://apt.sibnet.ru:9999/ubuntu/ jaunty-proposed main multiverse restricted universe
deb-src http://apt.sibnet.ru:9999/ubuntu/ jaunty-backports main multiverse restricted universe

Также в нем есть 2 строки - это ДубльГис (зеркало репозитория) и плазмоид Customizable Weather Plasmoid (CWP) для показа погоды, у меня они следующие:

## Redsolution 2GIS repository for Ubuntu 8.04 Hardy
deb http://packages.ihtiandr.info/2gis hardy non-free

## customizable-weather
deb http://ppa.launchpad.net/samrog131/ppa/ubuntu jaunty main

Оригинальный sources.list в Kubuntu Linux выглядел до правки у меня вот так вот ужасно:

# deb cdrom:[Kubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://ru.archive.ubuntu.com/ubuntu/ jaunty main restricted universe

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ru.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ru.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://ru.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team
.

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted universe
deb http://ru.archive.ubuntu.com/ubuntu/ jaunty-proposed main multiverse restricted universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse

Кстати, строки начинающиеся с deb-src можно не указывать, по крайней мере я их закоментировал знаком #, даже не нужно, особенно если вы не ставите ничего из исходников (поверьте, это не нужно, вызывает на десктопе как правило Линупс головного мозга :)

Written by Blog@Ihtiandr.Info

September 2nd, 2009 at 1:24 am

Posted in news, software

Tagged with ,

Leave a Reply