[LINUX MINT 17.2] Load PulseAudio Bluetooth module at startup If it doesn't exist yet create a scripts directory in your HOME directory $ mkdir -p ~/scripts
[MEMENTO] OpenSSL Generate RSA key and protect it with an AES 256 encryption $ openssl genrsa -aes256 -out ca.key -rand ./ 4096
[LINUX MINT 17.2] Install geany $ [sudo] add-apt-repository ppa:geany-dev/ppa && \ > [sudo] apt-get update && \ > [sudo] apt-get install geany && \ > [sudo] apt-get install geany-plugins
[ZIMBRA] Prevent loop on notification messages Connect as zimbra user $ su - zimbra Check value of parameter zimbraAutoSubmittedNullReturnPath
[MS OFFICE 2013] Reduce Visio files size On the File menu, click Remove Hidden Information Select the Remove preview picture check box Select the Remove unused master shapes check box Select the Remove unused themes, data graphics and styles check box
[LINUX MINT 17.2] Replace rm by trash-cli Install trash-cli $ [sudo] apt-get update && \ > [sudo] apt-get install trash-cli &&
[VIRTUALBOX] Resize vmdk $ vboxmanage clonehd </path/to/disk.vmdk> <path/to/clone.vdi> --format vdi && \ > vboxmanage modifyhd /path/to/clone.vdi --resize XXXXXX && \ > vboxmanage clonehd /path/to/clone.vdi /path/to/disk.vmdk --format vmdk XXXXX is the desired size in MB