kb3edk
Senior member
Ubuntu uses the "sudo" command (similar to how you can take over from the command line in Mac OS X) to let you run commands as root. You shouldn't need to set up any user accounts or special passwords.
Suppose for example, you have the Linux F@H client downloaded onto your Desktop and you want to get started, but Ubuntu won't let you. Ordinarily on other Linux distros I will be logged in as root and will just do:
# cd /home/Desktop
# mkdir /home/FAH
# cp -vf /home/Desktop/FAH504-Linux.exe /home/FAH
# cd /home/FAH
# ./FAH504-Linux.exe
---not all of this will work in Ubuntu!---
You have to do:
$ cd /home/Desktop
$ sudo mkdir /home/FAH
$ sudo cp -vf /home/Desktop/FAH504-Linux.exe /home/FAH
$ cd /home/FAH
$ sudo ./FAH504-Linux.exe
Sorry to read about your problems installing Ubuntu, by the way. I failed installing it on my first try but that was when I was trying to make it a dual boot (Windows and Linux on separate hard disk partitions). When I made it a dedicated install it was a lot easier.
Don't let Ubuntu pi$$ you off too much, it's still a baby in terms of distros. If I was you I'd burn some Mandrake or Fedora Core install CDs to fall back on for that next "problem child" install. Those are more beefy multi-CD distros so I was recommending Ubuntu because it's just one CD (downloads fast, installs fast) but when it fails well then, that just negated your time savings 🙁
Anyway cheers, good luck, and thanks again for supporting TeAm AnandTech F@H :thumbsup:
Suppose for example, you have the Linux F@H client downloaded onto your Desktop and you want to get started, but Ubuntu won't let you. Ordinarily on other Linux distros I will be logged in as root and will just do:
# cd /home/Desktop
# mkdir /home/FAH
# cp -vf /home/Desktop/FAH504-Linux.exe /home/FAH
# cd /home/FAH
# ./FAH504-Linux.exe
---not all of this will work in Ubuntu!---
You have to do:
$ cd /home/Desktop
$ sudo mkdir /home/FAH
$ sudo cp -vf /home/Desktop/FAH504-Linux.exe /home/FAH
$ cd /home/FAH
$ sudo ./FAH504-Linux.exe
Sorry to read about your problems installing Ubuntu, by the way. I failed installing it on my first try but that was when I was trying to make it a dual boot (Windows and Linux on separate hard disk partitions). When I made it a dedicated install it was a lot easier.
Don't let Ubuntu pi$$ you off too much, it's still a baby in terms of distros. If I was you I'd burn some Mandrake or Fedora Core install CDs to fall back on for that next "problem child" install. Those are more beefy multi-CD distros so I was recommending Ubuntu because it's just one CD (downloads fast, installs fast) but when it fails well then, that just negated your time savings 🙁
Anyway cheers, good luck, and thanks again for supporting TeAm AnandTech F@H :thumbsup: