Announcement

Collapse
No announcement yet.

Karmic 3rd Party Repos List

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Karmic 3rd Party Repos List

    Hello Every One, i have Decided To start a list of Repos for karmic, along with key info so we have one ez to locate list of known repos..all of these repos are unoffical and not supported (offically). some contain beta software , some a single program some other stuff click on its name to get to there homepage

    i will add the ones that i know if anyone has more fell free to add them and i will put them in the list here...

    First there are not active by default
    open kpackagekit then settings , edit sources, first tab check off the ones you want and if you also want partner (acroread is there) you can enable it by checking the box next to it under the "other software" tab

    Medibuntu
    [code=run in konsole]sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list \
    --output-document=/etc/apt/sources.list.d/medibuntu.list &&
    sudo apt-get -q update &&
    sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring &&
    sudo apt-get -q update[/code]

    Rog131's PPA
    [code=run in konsole]sudo add-apt-repository ppa:samrog131[/code]

    Virtual Box NON ose
    [code=add to /etc/apt/sources.list]deb http://download.virtualbox.org/virtualbox/debian karmic non-free[/code]

    Blueman Bluetooth manager
    [code=run in konsole]sudo add-apt-repository ppa:blueman/ppa
    [/code]

    the onion router EXPERMENTAL added by: IgnorantGuru
    [code=save this as a script or just paste the code into a terminal]
    #!/bin/bash
    # Install tor - karmic
    # See https://launchpad.net/~sevenmachines/+archive/tor
    # See http://www.torproject.org/docs/debian.html.en
    torsrc="deb http://ppa.launchpad.net/sevenmachines/tor/ubuntu karmic main"
    torkey=61E46227
    torprint=454FEDB228E1455D687C9CBE35DA01C261E46227
    test=`grep "$torsrc" /etc/apt/sources.list`
    if [ "$test" = "" ]; then
    sudo echo "$torsrc" >> /etc/apt/sources.list
    fi
    sudo gpg --keyserver keys.gnupg.net --recv $torkey
    sudo gpg --export $torprint | sudo apt-key add -
    sudo apt-get update
    sudo apt-get install tor tor-geoipdb tsocks
    [/code]
    Be sure to consult the additional setup instructions at http://www.torproject.org/docs/debian.html.en

    Snes Gtk Port
    [code=run in konsole]sudo add-apt-repository ppa:bearoso/ppa[/code]

    Wine
    [code=run in konsole]
    sudo add-apt-repository ppa:ubuntu-wine/ppa
    [/code]
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    #2
    Re: Karmic 3rd Party Repos List - tor

    Good idea. You could add the repo for tor, which is no longer officially supplied by ubuntu. Also, the previous noreply.org repo is reported to no longer work because of the removal of a dependency in karmic. Further, the official project repo doesn't have karmic, and didn't respond anyway. I can confirm the below method worked for installing tor on kubuntu karmic final. However, this is an unofficial ppa which distributes the experimental version so use at your own risk. If someone knows another source I'd be interested. More discussion on the subject: http://ubuntuforums.org/archive/inde...t-1153938.html

    To install tor: (save this as a script or just paste the code into a terminal)
    Code:
    #!/bin/bash
    # Install tor - karmic
    # See [url]https://launchpad.net/~sevenmachines/+archive/tor[/url]
    # See [url]http://www.torproject.org/docs/debian.html.en[/url]
    torsrc="deb [url]http://ppa.launchpad.net/sevenmachines/tor/ubuntu[/url] karmic main"
    torkey=61E46227
    torprint=454FEDB228E1455D687C9CBE35DA01C261E46227
    test=`grep "$torsrc" /etc/apt/sources.list`
    if [ "$test" = "" ]; then
    	sudo echo "$torsrc" >> /etc/apt/sources.list
    fi
    sudo gpg --keyserver keys.gnupg.net --recv $torkey
    sudo gpg --export $torprint | sudo apt-key add -
    sudo apt-get update
    sudo apt-get install tor tor-geoipdb tsocks
    Be sure to consult the additional setup instructions at http://www.torproject.org/docs/debian.html.en
    Check out my blog for useful scripts and tips... http://igurublog.wordpress.com

    Comment


      #3
      Re: Karmic 3rd Party Repos List - tor

      Thanks for the repo will add it to the list
      Mark Your Solved Issues [SOLVED]
      (top of thread: thread tools)

      Comment


        #4
        Re: Karmic 3rd Party Repos List - tor

        Originally posted by IgnorantGuru
        Good idea. You could add the repo for tor, which is no longer officially supplied by ubuntu. Also, the previous noreply.org repo is reported to no longer work because of the removal of a dependency in karmic. Further, the official project repo doesn't have karmic, and didn't respond anyway. I can confirm the below method worked for installing tor on kubuntu karmic final. However, this is an unofficial ppa which distributes the experimental version so use at your own risk. If someone knows another source I'd be interested. More discussion on the subject: http://ubuntuforums.org/archive/inde...t-1153938.html

        To install tor: (save this as a script or just paste the code into a terminal)
        Code:
        #!/bin/bash
        # Install tor - karmic
        # See [url]https://launchpad.net/~sevenmachines/+archive/tor[/url]
        # See [url]http://www.torproject.org/docs/debian.html.en[/url]
        torsrc="deb [url]http://ppa.launchpad.net/sevenmachines/tor/ubuntu[/url] karmic main"
        torkey=61E46227
        torprint=454FEDB228E1455D687C9CBE35DA01C261E46227
        test=`grep "$torsrc" /etc/apt/sources.list`
        if [ "$test" = "" ]; then
        	sudo echo "$torsrc" >> /etc/apt/sources.list
        fi
        sudo gpg --keyserver keys.gnupg.net --recv $torkey
        sudo gpg --export $torprint | sudo apt-key add -
        sudo apt-get update
        sudo apt-get install tor tor-geoipdb tsocks
        Be sure to consult the additional setup instructions at http://www.torproject.org/docs/debian.html.en
        Unfortunately as is said by internet security sources, a TOR network is not a secure way of anonymous web browsing. If tor users run with javascript support enabled, java applet support, flashplayer, RealPlayer, Quicktime, Adobe's PDF plugin, Google tookbar and others ... they can be manipulated into revealing their IP address. Tor is going to reveal their real ip when some servers and destination web server have some ip-denomymous scripts/plugins installed to reveal ip of a tor and other proxy users. Disabling all the stuff that allows leakage of their IP address through an union router removes a lot of glitz of the web and leaves primarily only text and static images to see. If they browse without TOR and store cookies then those cookies could reveal who they are when they start browsing again with TOR. This is just a short list of potential leaks that could betray them while using TOR. It is NOT a tool for the naive. Just installing TOR and the FireFox TOR plugins and enabling the proxy, then clicking the TOR start button in FireFox and assuming you are surfing anonymously is a sure way to get caught doing things that you don't want to get caught doing. Study up HARD on TOR and other similar technologies before you use them.
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          Re: Karmic 3rd Party Repos List - tor

          Originally posted by GreyGeek
          Unfortunately as is said by internet security sources, a TOR network is not secure way of anonymous web browsing.
          A tor proxy is a component in anonymous web browsing. Like any tool, how it is used determines how effective it is. The pitfalls you have listed are things to be aware of, and are addressed on the tor project site:
          http://www.torproject.org/download.html.en#Warning

          IMO, web anonymity, like any form of computer security, has its limitations. It's never 100%, and expert users achieve more than novices. Yet that doesn't mean tor is useless - it has its function as well as its limitations.

          Who Uses Tor explains a little more...
          http://www.torproject.org/torusers.html.en

          If your need for anonymity is critical, you should read the tor project page and instructions carefully.

          However, all of that is off-topic IMO - I was merely sharing a method for those who choose to install tor on Kubuntu.
          Check out my blog for useful scripts and tips... http://igurublog.wordpress.com

          Comment


            #6
            Re: Karmic 3rd Party Repos List

            GG thanks for the input, i would HOPE for people read about TOR before use. eventually if i get enuff repos here i will sort them out and provide a bit more info about them.
            Mark Your Solved Issues [SOLVED]
            (top of thread: thread tools)

            Comment

            Working...
            X