Archive for the ‘HowTo’ Category
MyDLP Howto in Russian
Now, MyDLP Installation HowTo is in Russian. We love our contributors
.
http://www.mini-server.ru/server/communication/130-mydlp
Very special thanks to mini-server.ru.
MyDLP HowTo in Vietnamese
Thanks to quantrimang.com.vn, MyDLP Installation Howto is now in Vietnamese.
You can check out this document from here: http://www.quantrimang.com.vn/hedieuhanh/linux/76786_Huong-dan-cai-dat-va-su-dung-MyDLP.aspx
MyDLP on HowtoForge
A howto about installing and using MyDLP has been published on howtoforge.com.
Check it out
http://www.howtoforge.com/how-to-install-and-use-mydlp
How to install MyDLP?
MyDLP is not just a network server, only a part of MyDLP is.
We define MyDLP as a complete Data Loss Prevention solution. Therefore, installation of a complete solution is a bit different than a network server. But, not harder.
To implement DLP in 30 minutes, check out these documents;
For others and future documents, click here.
MyDLP Auto Distribution
Another new extensive feature from MyDLP.
In almost every DLP installations, system administrators seek for a way to load balance DLP solutions and this process generally become painful because of synchronization and redundancy issues.
MyDLP Team introduced the feature Auto Distribution which enables system administrators to create an active-active cluster within minutes.
Check out our new document about Auto Distribution for details.
Now squid3-ssl packages in MyDLP repository
Everybody who played with Squid on Ubuntu, have probably encountered with this problem; Ubuntu Squid packages had been compiled without SSL option. Therefore, it is not possible to proxy HTTPS connections with Squid on Ubuntu Server.
dpkg source of Ubuntu Squid package with apt-get source squid3, change debian/rules, add --enable-ssl to configure, recompile it and deploy it instead of original Ubuntu Squid package (as explained here), SSL support will dissappear after installing first update for Squid from official Ubuntu repository.squid3-ssl. squid3-ssl replaces squid3, conflicts with squid3 and provides squid3 (dpkg terms). In other words, both squid3 and squid3-ssl could not be installed together, you could install squid3-ssl instead of squid3 and this situation will not cause any dependency problems.squid3-ssl package, will provide Squid SSL functionality without challenging any of the problems I have mentioned above.squid3-ssl packages;/etc/apt/sources.list ;
deb http://downloads.medratech.com/ubuntu-daily lucid/
squid3-ssl ;sudo aptitude updatesudo aptitude install squid3-ssl