Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save C0nstantin/67459cca41e2d19d16ca5a39e629269c to your computer and use it in GitHub Desktop.

Select an option

Save C0nstantin/67459cca41e2d19d16ca5a39e629269c to your computer and use it in GitHub Desktop.

Revisions

  1. @xezzus xezzus created this gist Nov 3, 2014.
    69 changes: 69 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,69 @@
    # debian
    deb http://security.debian.org/ wheezy/updates main
    deb-src http://security.debian.org/ wheezy/updates main
    deb http://http.debian.net/debian/ wheezy main contrib non-free

    # yandex
    deb http://mirror.yandex.ru/debian/ wheezy main contrib non-free
    deb-src http://mirror.yandex.ru/debian/ wheezy main contrib non-free
    deb http://mirror.yandex.ru/debian/ wheezy-updates main non-free
    deb-src http://mirror.yandex.ru/debian/ wheezy-updates main non-free
    deb http://mirror.yandex.ru/debian/ wheezy-backports main contrib

    # dotdeb
    # wget http://www.dotdeb.org/dotdeb.gpg | apt-key add dotdeb.gpg
    # gpg --keyserver keys.gnupg.net --recv-key 89DF5277
    # gpg -a --export 89DF5277 | apt-key add -
    deb http://packages.dotdeb.org wheezy-php55 all
    deb-src http://packages.dotdeb.org wheezy-php55 all

    # PostgreSQL
    # wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
    # gpg --keyserver keys.gnupg.net --recv-key D208507CA14F4FCA
    # gpg -a --export D208507CA14F4FCA | apt-key add -
    deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main

    # rsyslog
    # apt-key adv --recv-keys --keyserver keys.gnupg.net AEF0CF8E
    # gpg --export --armor AEF0CF8E | apt-key add -
    deb http://debian.adiscon.com/v8-stable wheezy/
    deb-src http://debian.adiscon.com/v8-stable wheezy/

    # nginx
    # gpg --keyserver keys.gnupg.net --recv-key ABF5BD827BD9BF62
    # gpg -a --export ABF5BD827BD9BF62 | apt-key add -
    deb http://nginx.org/packages/debian/ wheezy nginx
    deb-src http://nginx.org/packages/debian/ wheezy nginx


    # google
    # wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
    deb http://dl.google.com/linux/chrome/deb/ stable main
    deb http://dl.google.com/linux/earth/deb/ stable main

    # MongoDB
    # apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
    deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen

    # RabbitMQ
    #deb http://archive.ubuntugames.org ubuntugames main
    #deb-src http://archive.ubuntugames.org ubuntugames main
    #deb http://www.rabbitmq.com/debian/ testing main

    # Erlang
    # wget http://packages.erlang-solutions.com/debian/erlang_solutions.asc | apt-key add erlang_solutions.asc
    deb http://packages.erlang-solutions.com/debian wheezy contrib

    # Opera
    # wget -O - http://deb.opera.com/archive.key | apt-key add -
    deb http://deb.opera.com/opera/ stable non-free

    # VirtualBox
    # wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | apt-key add -
    deb http://download.virtualbox.org/virtualbox/debian wheezy contrib

    # Zabbix
    # gpg --keyserver keys.gnupg.net --recv-key D13D58E479EA5ED4
    # gpg -a --export D13D58E479EA5ED4 | apt-key add -
    deb http://repo.zabbix.com/zabbix/2.4/debian wheezy main
    deb-src http://repo.zabbix.com/zabbix/2.4/debian wheezy main