PDA

View Full Version : Seedhost.eu Question



reno55
09-22-2008, 03:41 PM
Anyone on seedhost.eu that has gotten flash running in their browser?

ericab
09-22-2008, 07:38 PM
sudo apt-get install flashplugin-nonfree

ericab
09-22-2008, 07:39 PM
wow! sorry for the triple post!
wtf

ericab
09-22-2008, 07:41 PM
..

ericab
09-22-2008, 07:41 PM
..

reno55
09-22-2008, 07:46 PM
no work sudo command not found...maybe i dont have root?

Ellusionist
09-22-2008, 08:16 PM
if you have a dedi, I would hope you have root login

ericab
09-22-2008, 08:16 PM
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

Xapsa
09-23-2008, 03:03 AM
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:

# yum --enablerepo=flash install flash-plugin


Fedora Core 5/6/7/8 & CentOS:

# yum install flash-plugin


Ubuntu:

# 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:

# nano /etc/apt/sources.list

Insert the following line to the end:

deb http://www.backports.org/debian etch-backports main contrib non-free

Save and exit (Ctrl + X)

Get the verification key:

# wget -O - http://backports.org/debian/archive.key | apt-key add -

Run update:
# apt-get update

Then:


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