Show hidden files in Finder
Encrypt and decrypt a file with OpenSSL
I was recently looking for a way of encrypting files with a salted encryption algruthum, and found this can be done using OpenSSL. It’s really easy and much more secure that using a zip product. You do this by using the following syntax: openssl des3 -salt -in /path/FileToBeEncrypted -out /path/EncryptedFileName…
Storage VMotion Fails
Apache HTTPS redirection
Using Ubuntu UFW
Manually Installing VMware Tools on Unbuntu
If the cdrom was not automatically mounted, mount the cdrom (in your guest OS) using the following commands: To install, run the following During vmware-install.pl, choose the default answers to everything (just hit the <enter> key). You can configure the tools using the following Reference https://help.ubuntu.com/community/VMware/Tools
Create symbolic link in Linux
Regularly used 3PAR CLI commands
List all active VLUNs Show Virtual Volume details: Show Virtual Volume details with CPG details: Increase Virtual Volume Size: Show Volume Reservations: Or Clear Volume Reservations: Compact CPG Remove Vlun Exports Delete Virtual Volume Reference: http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c03606435/c03606435.pdf