Pedro Gomes

Results 82 comments of Pedro Gomes

:) Also could add some updates on README, I started looking at this recently and it's a bit difficult to get started e.g. `--comment "iptables-exporter ssh traffic"`, it's not clear...

+1 if all issues have been addressed and the CI is passing we could merge?

Many thanks! and sorry for the time it took

It lists the gem as installed, but doesn't recognize it as a plugin?? ``` /usr/local/bin/fluentd -c /etc/fluent/fluent.conf -vvv 2023-12-13 10:07:47 +0000 [info]: fluent/log.rb:360:info: init supervisor logger path=nil rotate_age=nil rotate_size=nil 2023-12-13...

worked ok, but so slow Initially I took a full database dump, about 1gb compressed, 8gb uncompressed, in less than 30 min splitting the uncompressed dump into uncompressed databases took...

See my snippet in https://github.com/NikolaiT/se-scraper/issues/51#issuecomment-635876218 for an example

if `log_ip_address` is enabled, `se-scraper` will compare ipinfo details with the provided proxy and fail, at least in my case, using proxy-chain. ``` // check that our proxy is working...

I was able to clone the disk, but had to resize the LVM manually ``` sudo pvresize /dev/mapper/nvme0n1p3_crypt sudo lvextend -l +100%FREE /dev/mapper/vgubuntu-root sudo resize2fs /dev/mapper/vgubuntu-root ```

> > I was able to clone the disk, but had to resize the LVM manually > > ``` > > sudo pvresize /dev/mapper/nvme0n1p3_crypt > > sudo lvextend -l +100%FREE...