Hi,
short answer 🙂
Continue reading 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
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
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
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
Hi,
these are the steps to protect a single file in a directoy by a password.
Continue reading Apache: Protect just one file in a directory by password