Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

Linux repositories

  • 26-10-2010 09:13AM
    #1
    Closed Accounts Posts: 649 ✭✭✭


    Does anyone know if it's possible to connect to the linux repositories in UCD? Ive tried the update manager, but it wont download at all. Thanks:)


Comments

  • Registered Users, Registered Users 2 Posts: 13,228 ✭✭✭✭bnt


    You have to use HTTP (not FTP) and go through the Proxy . I don't know much about Ubuntu's Update Manager, and recommend you try Synaptic: in there you go to Settings / Preferences / Network / Manual Proxy - and enter proxy.ucd.ie port 8484.

    optional for the geeky: If you want to use terminal commands such as apt-get, the easiest way is to create a settings file. I put the following in ~/ucd.conf:
    Acquire::http::proxy "http://proxy.ucd.ie:8484/";
    Acquire::ftp::proxy "ftp://proxy.ucd.ie:8484/";
    Acquire::https::proxy "https://proxy.ucd.ie:8484/";
    
    Then I can run:
    sudo apt-get -c ~/ucd.conf update
    to update from the repositories etc.

    In its pure form, fascism is the sum total of all irrational reactions of the average human character.

    ― Wilhelm Reich



  • Registered Users, Registered Users 2 Posts: 213 ✭✭Hoku


    Or find a location with eduroam and update as normal. :)
    Of course the first option would be more suitable if you were updating on a desktop/server :P


Advertisement
Advertisement