Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thanks, it's good answer.If you are using Ubuntu under DP7, my impression is you can use "sudo" (no quote) before your regular linux command line. For example, to install Parallels Tools under root, I did the following:
sudo ./install
Hope this helps
I'm on my last wire right now, I've been trying to get Steam onto Ubuntu for hours on end, with small baby steps all the way through. I have tried countless passwords to be allowed to download Steam, and I cannot get it to work. I have found myself screaming at my Mac over and over because I have tried everything that the internet has given me. I don't know what to do.
Don't double post, and although I can understand frustration, describing it here doesn't add any value for encountering a solution.
http://askubuntu.com/questions/24006/how-do-i-reset-a-lost-administrative-password
I have no idea what you searched for on the internet, but you should've searched for:
reset ubuntu root password
I also have the problem that I dont know the root password..
I have Parallels Plesk Panel 11.0.9 logged in with SSH and I need to install Java
when I type
:~$ apt-get install default-jdk
I get
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
then I try
:/$ sudo apt-get install default-jdk
I get
:/$ -bash: sudo: command not found
then I try
su
it asks for pass
tried as passwords: ssh password, ssh username, parallels .. nothing works
![]()
I installed Ubuntu 11.04 from PD7 (automatically installed after downloading). The root password is required to update the Parallels tools. What is the default root password for Ubuntu in PD7?
I searched online and some people said it's 123, but did not work. Please help.
Thank you for sharing this!Found It
1. Just use the UserName and PassWord you entered when setup Ubuntu on Parallels.
2. Type this command to shutdown "sudo shutdown 0".
3. It will take you to "root@ubuntu:~#" prompt.
4. Use "passwd" command to change root password.
Hope this works for you to.