Tag Archives: password

Windows: Store credentials to access a share

Hi,

the credialstore offers the ability to store credientials to access some resources without entering the password every time when the resource is used.
Continue reading Windows: Store credentials to access a share

Advertisment to support michlstechblog.info

Windows: Change your (Domain) Password in a remote Desktop Session

Hi,

short answer 🙂
Continue reading Windows: Change your (Domain) Password in a remote Desktop Session

Linux: Using ssh-agent

Hi,

if you do not always want to enter your private key password/passphrase when using certificate based ssh or scp connections then ssh-agent is your friend 🙂 .
Continue reading Linux: Using ssh-agent

Windows: Change Password Utility

Hi,

in Active Directory Domain environment you have to frequently change your password.

The default Windows methods usually does not support clipboard operations. So you have to enter your new password two times and depending on your method your old password too 🙁 .
Continue reading Windows: Change Password Utility

Apache: Protect a folder by a password, but one file is for public access

Hi,

let us assume you want to protect a whole directory by password and but one file must be readable for public access. This can easily be done by a .htaccess file.

For example: Who want to trotect the folder /var/www/html and only the file public.html should be readable without a password.
Continue reading Apache: Protect a folder by a password, but one file is for public access