Originally Posted by
lukebolger
Hi guys, I have switched from windows 8 (the HORROR!) to Ubuntu 12.10 today, I must say it rocks, but I am a total noob now, so Please explain how I can run this as root? I selected run as exe in properties but there is no option to run as root????
Welcome! Great community here, I'm sure you'll love it. Here we're going to need a little shell (command-line) use, as this is a non-standard use case.
First backup stuff. System-changing scripts can and do break. While linux breaks really nicely and informatively, it still breaks.
Remember where you've downloaded the script to. I.e if it's in Downloads/remove_amd_message.sh, remember that.
Open a terminal (Ctrl-Alt-T), it's a little purple box. Then type:
Code:
sudo Downloads/remove_amd_message.sh
replacing the path with what you remembered.
Enter your password when prompted (you can't see it, just type and press return), then you should be okay to go.
For more information, check here: https://help.ubuntu.com/community/RootSudo