Archive for July, 2006

Hoe doe je ‘alt print screen in mac’?

Wednesday, July 19th, 2006

Antwoord: Zie de nerd note over screen shots.

What is the ‘ubuntu live cd root password’?

Saturday, July 15th, 2006

Answer 1: It is not set but you can set it:

ubuntu@ubuntu:~$ sudo passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
ubuntu@ubuntu:~$
[/courcecode]
<b>Answer 2:</b> It is not set but you don't need it:
[sourcecode lang="css"]
ubuntu@ubuntu:~$ sudo cat /etc/shadow

Relevant nerd notes: Sudo and sshfs demo.