Find the answer to your Linux question:
Results 1 to 5 of 5
I have a few questions about using Ubuntu 9.1 1. How do you change the time? I go into the settings to change the time, but the time never changes. ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Posts
    52

    a few questions from a new user

    I have a few questions about using Ubuntu 9.1

    1. How do you change the time? I go into the settings to change the time, but the time never changes.

    2. Is Ubuntu based upon Debian?

    3. What is the default password for root? I was reading that Ubuntu doesn't have a default password, just press enter, or type in my password, but it doesn't say.

    4. I have been using Mac OS X and would like to continue using programs equivalent to iCal and Address Book. Any ideas what programs I can use?

    Thanks!!

    Michael

  2. #2
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    I usually keep my time set for 'local', and then change it in the BIOS if needed, but you can check this article for more ways to handle time settings under Ubuntu:

    https://help.ubuntu.com/community/UbuntuTime

    Yes, Ubuntu is based on Debian.

    Ubuntu uses sudo rather than activate a root account/password. See this short article for details:

    http://www.linuxforums.org/forum/ubu...in-ubuntu.html

    I don't know anything about the Mac so can't answer on that.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Nov 2009
    Posts
    52
    Quote Originally Posted by ozar View Post
    http://www.linuxforums.org/forum/ubu...in-ubuntu.html

    I don't know anything about the Mac so can't answer on that.
    Thanks for your reply. I will look into the BIOS to set my time.

    That was the article I read that said Ubuntu doesn't have root. But when I type in SU it asks for a password. What to I put in?

  4. #4
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    You use the command sudo

    example:
    Code:
    cd /etc
    sudo vim hosts
    It will ask for a password. If yours was the first account set up then use your password as it will be a "sudoer" otherwise you will have to be added to the sudoers file.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  5. #5
    Just Joined!
    Join Date
    Dec 2009
    Posts
    4
    if you want a proper root password as opposed to just having your user password and sudo-ing
    do
    Code:
    sudo passwd
    and enter a password for root

    this password will be used if you
    Code:
    rikedyp@RikedyPC:~$ su
    Password: 
    root@RikedyPC:/home/rikedyp#
    and you'll login to root, but be careful with root because you can end up screwing your machine right over!

    *Also note that when you type your password you won't see stars as in ***** (lol seeing stars) nothing will appear when you type, just type the password and press enter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...