|
| View previous topic :: View next topic |
| Author |
Message |
john maclean
|
Posted: Fri Oct 03, 2008 12:12 am Post subject: |
|
|
Oh yeah, I forgot to add that if you actually want to write web pages for your site then look at /var/www/ sometimes /var/www/html.
http://w3schools.com/ is a good place to start for html. It's where I started.
|
_________________ BLAG 'em up! |
|
 |
tokyolight
|
Posted: Sat Oct 04, 2008 1:38 am Post subject: |
|
|
how to i install like add-ons to fire fox?(aka flash and all that fun stuff
|
|
|
 |
r7
|
Posted: Sat Oct 04, 2008 11:57 am Post subject: |
|
|
| tokyolight wrote: | | how to i install like add-ons to fire fox?(aka flash and all that fun stuff |
as with any other version of firefox [on any other distro or platform]-- tools menu>add-ons.
r7
|
|
|
 |
tokyolight
|
Posted: Sat Oct 04, 2008 1:42 pm Post subject: |
|
|
how can you install updates for firefox? and stuff like that???
|
|
|
 |
r7
|
Posted: Sat Oct 04, 2008 1:58 pm Post subject: |
|
|
| tokyolight wrote: | | how can you install updates for firefox? and stuff like that??? |
mmm, not sure how my previous answer didn't answer your question. so another approach: firefox the application would be updated [as are all the other packages installed on your system] by using yum [see many other threads for how to use yum]. yum does not work with firefox themes, extensions or other addons.
r7
|
|
|
 |
tokyolight
|
Posted: Sat Oct 04, 2008 1:59 pm Post subject: |
|
|
but it wont install flash player or anything else
|
|
|
 |
extraspecialbitter
|
Posted: Sat Oct 04, 2008 3:11 pm Post subject: |
|
|
| tokyolight wrote: | | but it wont install flash player or anything else |
BLAG doesn't have Adobe Flash Player in its repository, but it does feature gnash - a free software implementation of Flash - as well as a browser plugin:
| Code: | | yum install gnash gnash-plugin |
|
|
|
 |
tokyolight
|
Posted: Sat Oct 04, 2008 3:15 pm Post subject: |
|
|
ko but could it work with youtube and stuff?
|
|
|
 |
tokyolight
|
Posted: Sat Oct 04, 2008 3:46 pm Post subject: |
|
|
it wont work with youtube
|
|
|
 |
extraspecialbitter
|
Posted: Sat Oct 04, 2008 4:28 pm Post subject: |
|
|
| tokyolight wrote: | | it wont work with youtube |
It won't work directly with youtube, but what you can use instead is youtube-dl, which will download the video to your desktop given the URL.
| Code: | yum install youtube-dl
youtube-dl <url> |
Once downloaded you can view the video with mplayer, xine, etc.
|
|
|
 |
|
|
|