jazzl0ver

Results 48 issues of jazzl0ver

When I try to save a local file after editing it always suggests to download it. It would be nice to have it just saved, w/o any additional actions required....

I had to add this hack to background,js to be able to edit local files (from http://stackoverflow.com/questions/14205155/how-to-get-dom-from-debugging-tab-to-extension-script): chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { if (tabId != _tabId) {return;} if (changeInfo.status == "complete")...

``` [spoiler=VersionInfo][quote]CPU: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz [Intel64 Family 6 Model 42 Stepping 7] [DEP Enabled] [4 CPUs] Installed RAM: 16079 MBytes Microsoft Windows 7 Professional Edition, 64-bit Service...

bug
SecureIM

Hi, According to Gwen Shapira's presentation (https://youtu.be/ppDxaqpw8Bw), there're some Kafka metrics that should be monitored in any case (besides the one you've already implemented): - number of brokers/number of brokers...

enhancement

Hi, Enabling ``` hook = ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s) ``` leads...

After trying to rename an agent (https://github.com/ossec/ossec-hids/blob/master/contrib/rename_agent.sh), logcollector is crashing all the time. ``` [root@ossec src]# ./ossec-logcollector -ddddd -f 2022/05/11 17:04:04 ossec-logcollector: DEBUG: Starting ... 2022/05/11 17:04:04 ossec-logcollector(1905): INFO: No...

Just would like to discuss ideas on the best way to have that implemented. I thought to integrate Netflix's Priam, but it doesn't seem to work as a backup/restore solution...

Hi. Please, release the new Firecamp with the updated ECS agent: ``` The Amazon ECS-Optimized AMI is now available which contains a new version of the Amazon ECS Agent 1.26.0....

Hi, What do you think of replacing Kafka to the latest (2.12-2.1.0)? Alternative is to put it aside and choose the needed version in the template or from firecamp-service-cli (I...