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.
...
- 12-28-2009 #1Just 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
- 12-28-2009 #2forum.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.
- 12-28-2009 #3Just Joined!
- Join Date
- Nov 2009
- Posts
- 52
- 12-28-2009 #4
You use the command sudo
example:
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.Code:cd /etc sudo vim hosts
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.
- 12-29-2009 #5Just 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
and enter a password for rootCode:sudo passwd
this password will be used if you
and you'll login to root, but be careful with root because you can end up screwing your machine right over!Code:rikedyp@RikedyPC:~$ su Password: root@RikedyPC:/home/rikedyp#
*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


Reply With Quote
