Johan Louwers
Johan Louwers
I do agree. In all honesty,... I do not really really see the added value in the model created by Gartner and it carries some additional things in it that...
I think I do get where you are going... however... can you eleborate?
To ensure it will work with python 3 you will need to write the line as shown in the example below: sorted_keywords = sorted(iter(keyword_candidates.items()), key=operator.itemgetter(1), reverse=True)
@samueletonon , did you try the workaround I proposed in the original post? Even though it is a workaround it can solve the issue and can help you move forward....
@samueletonon interesting..... that would / could mean that the way the installer is setting some config differs per package. No real surprise, however, it would be good to figure out...
@andlaus I will have a chat with the "sheriff" and come back with some changes :)
Currently install.sh contains the below line of code to install the required packages: apt-get install -y python-pip gcc libxml2-dev libxslt-dev python2.7-dev mysql-server squid3 openvpn bind9 tshark python-mysqldb apache2 python-beaker python-flask...
As there is a need to install easy-rsa as a seperate package and due to the fact that it is no longer part of the openvpn project you will find...