I've installed mod_evasive on ubuntu 12.04 LTS using the instructions here my mod_evasive.conf looks like: Neither DOSEmailNotify or DOSSystemCommand seems to work. If I run the test.pl, the testing s...
I am not able to configure winscp to work with ATOM.IO/ I tried to add external editor from the wincsp settings however when I clicked on the file to edit, an command line is opening and nothing happe...
There are two comboboxes. one is created by drag&drop and set event SelectedIndexChanged. And 2nd combobox is created manually, but not given any event. But when I change 2nd combo, it's firing an...
Is it possible to use Kotlin package functions and package properties in different sourcesets? When I try to do so, I have NoSuchMethodError thrown. Example I have Gradle project with Kotlin code and ...
I'm trying to create an ordering system so that when an order is placed, the customer logs in/registers and the order is added to their index. I have two controllers and all their respective models/vi...