-
Is this project to be understood as a fork or as the official continuation of the of the original Scour project?
There are also some uncertainties that could use clarification:
- The [official homepa…
-
``` bash
# select first 2 octets of IP-s
# sort by number of occurrences
# TOP10
sqlite3 fail2ban.sqlite3 'select ip from bans;'|cut -d'.' -f1-3 \
|sort -n|uniq -c|sort -n \
|tail
```
Is it a…
-
```
While importing I randomly get the following error:
Traceback (most recent call last):
File "./beet", line 20, in
beets.ui.main()
File "/home/patrick/.beets/beets/ui/__init__.py", line 6…
-
Somebody on IRC reported the following (the person was gone before I could answer):
hello
has anyone setup on kali linux?
*owtf on kali linux?
getting a 'kali linux importError no module named to…
-
The discussion from @meh on #941 say that new contributors will be "welcome and treated with respect."
A [code of conduct](https://robots.thoughtbot.com/adding-a-code-of-conduct-to-open-source-projec…
-
I looked around in the docs here on the wiki but I didn't see any directions about how to handle untrusted content. I mean, if I want to consume some external resource that I don't control, how can I …
-
Hi William,
Thanks for your module, it work great except with one specific ip address. Using this ip address I'm constantly getting an empty dictionary. Any clue on this?
Best,
Phillip
import pygeo…
-
Hey, does anybody know of a way I can get this to compile to a Cyclone II EP2C35F672C6N? I have been trying for a while, now, and when I try to compile after opening the .qpf in Quartus and changing t…