Saturday, May 29, 2010

add user to group

#add new user to group
useradd -G developer ken

#add existing user to group
usermod -a -G developer ken

dns-323 connection

http://ubuntuforums.org/archive/index.php/t-873385.html

gedit /etc/samba/smb.conf
Find the [global] section, and insert this line:
client lanman auth = yes