• Home
  • Cisco
  • Exchange
  • Linux
  • Network
  • Virtualization
  • Windows
  • Links
  • About
  •  

    Joomla permissions in debian

    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 {} \;


    MAP with username and password in a logon batch file

    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