May 22nd, 2009
This file rights has to be set customize to your own needs:
chown -R www-data:www-data /www/MyWebsite/www
find /www/MyWebsite/www -type f -exec chmod 0644 {} \;
find /www/MyWebsite/www -type d -exec chmod 0755 {} \;
May 13th, 2009
How to map a network drive with the use of username and password.
NET USE S: \\servername\share /USER:domainname\username password
servername = Name of the server
share = Name of the share
domainname = Name of the domain where the username is defined, if local user just remove it.
username = Username
password = Password