PDA

View Full Version : running scripts from : [url]http://kacked.com/index.cgi/computer[/url]



helios17
10-01-2004, 04:33 AM
If there was ever any doubt that I am clueless here...let me clear it up...Noobs can be such a pain.

I ran across the above page: : http://kacked.com/index.cgi/computers/knoppix/ , and it has several scripts for installing software in Kanotix and Knoppix, however, I have no idea how to run them. would someone give me a hand in understanding what I must do. Finding all the components for mplayer and the mozilla plugin is getting to be a real pain. Linux rocks except for its weaknesses in web page streaming. I tried kaffeine plugins but that is a nightmare in itself.

thanx

skip

kelmo
10-01-2004, 06:53 AM
Live-cd & post-hdinstall scripts:-

http://kanotix.com/files/

File's with a sh suffix can be executed by sh <scriptname>
(.bash -> bash <scriptname>)

You can change permissions of the file to make it executable by:-

$ chmod +x <scriptname>

and then execute it with ./<scriptname>