Results 1 to 9 of 9

Thread: Seedhost.eu Question

  1. #1
    reno55's Avatar n00b BT Rep: +8BT Rep +8
    Join Date
    Aug 2006
    Posts
    140
    Anyone on seedhost.eu that has gotten flash running in their browser?

  2. BitTorrent   -   #2
    ericab's Avatar Poster BT Rep: +6BT Rep +6
    Join Date
    May 2007
    Posts
    371
    sudo apt-get install flashplugin-nonfree

  3. BitTorrent   -   #3
    ericab's Avatar Poster BT Rep: +6BT Rep +6
    Join Date
    May 2007
    Posts
    371
    wow! sorry for the triple post!
    wtf

    Last edited by ericab; 09-22-2008 at 07:43 PM.

  4. BitTorrent   -   #4
    ericab's Avatar Poster BT Rep: +6BT Rep +6
    Join Date
    May 2007
    Posts
    371
    ..
    Last edited by ericab; 09-22-2008 at 07:43 PM.

  5. BitTorrent   -   #5
    ericab's Avatar Poster BT Rep: +6BT Rep +6
    Join Date
    May 2007
    Posts
    371
    ..
    Last edited by ericab; 09-22-2008 at 07:43 PM.

  6. BitTorrent   -   #6
    reno55's Avatar n00b BT Rep: +8BT Rep +8
    Join Date
    Aug 2006
    Posts
    140
    no work sudo command not found...maybe i dont have root?

  7. BitTorrent   -   #7
    if you have a dedi, I would hope you have root login
    Hosting-IE VPS vs OVH Dedi
    vs

  8. BitTorrent   -   #8
    ericab's Avatar Poster BT Rep: +6BT Rep +6
    Join Date
    May 2007
    Posts
    371
    well i made a few assumptions from the get-go; so now with the questions.

    your running linux correct ?

    what distro ?

    you can always install it through gui
    An Excerpt from: A Declaration of the Independence of Cyberspace
    by John Perry Barlow
    Governments of the Industrial World, you weary giants of flesh and steel, I come from Cyberspace, the new home of Mind. On behalf of the future, I ask you of the past to leave us alone. You are not welcome among us. You have no sovereignty where we gather [...] I declare the global social space we are building to be naturally independent of the tyrannies you seek to impose on us.
    Read more here

  9. BitTorrent   -   #9
    You know if you're on root if next to your command line you see this number sign: #
    If you have: $, then that is not root.
    I don't know what distro of linux you have so here's three commands you can use (pulled from NAQ's Seedbox Guide

    Fedora Core 4:
    Code:
    # yum --enablerepo=flash install flash-plugin
    Fedora Core 5/6/7/8 & CentOS:
    Code:
    # yum install flash-plugin
    Ubuntu:
    Code:
    # apt-get install flashplugin-nonfree
    Debian:
    Optional configuration for Debian (will need it if you want Flash):

    We are gonna assume you are running Debian 4.0 (Etch), we can install the "backports" repository which will have more updated softwares than the stable tree.

    Edit the sources.list file:
    Code:
    # nano /etc/apt/sources.list
    Insert the following line to the end:
    Code:
    deb http://www.backports.org/debian etch-backports main contrib non-free
    Save and exit (Ctrl + X)

    Get the verification key:
    Code:
    # wget -O - http://backports.org/debian/archive.key | apt-key add -
    Run update:
    # apt-get update

    Then:

    Code:
    # apt-get -t etch-backports install flashplugin-nonfree

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •