by admin | Nov 10, 2016 | Administration
Last Updated on 2016-11-10. [:en]The following Powershell script code can be useful if you want to distribute an Outlook folder link to your web-based central email archiving solution:...
by admin | Nov 3, 2016 | Linux
Last Updated on 2016-11-03. [:en]If you use a Debian or Ubuntu client system to access a Windows Samba share (CIFS), this works quite easily, basically. //nas/myshare /mnt/myshare cifs auto,_netdev,username=xx,password=yy,domain=zz 0 0 But what happens if the server...
by admin | Nov 1, 2016 | PHP
Last Updated on 2016-11-01. [:en]There are many tutorials (e.g. the official one) how to make Magento secure, but none of them worked perfectly (for me). So this is my approach: Secure /downloader Add to downloader/.htaccess: Order deny,allow Deny from all Allow from...