Nassim Abedi
Nassim Abedi
Thank you for your reply. when I use auth/otp/add I got `404 page not found` Could you please tell me which template related to otp 2fa totp and 2fa sms...
Thank you :). I will try to solved it and send a pull requests.
what do you think about parsing `/proc `directory to get all open files. something like this: ``` func getOpenfiles() (openfiles map[string]bool) { files, _ := ioutil.ReadDir("/proc") openfiles = make(map[string]bool) for...
I think about goroutine with context (canceled with context). Is it ok? @glaslos
These are some samples of telnet command that I have seen in Glutton. Commands are arranged in order of number of repetitions from high to low. **sample 1:** `/bin/busybox ECCHI\`...
Yes, Thank you :)
Actually, the main idea was to store data log from sensors on a server to communicate with data analysis systems At that time, I was looking for an optimal way...
I have the same problem it doesn't work with uwsgi but works correctly in develop mode. ``` match2.set_parameter('comment', 'this is a test comment') File "/env/lib/python2.7/site-packages/iptc/ip4tc.py", line 285, in set_parameter return...
in my case problem is with uwsgi and it works correctly with gunicorn