Bogdan107

Results 24 comments of Bogdan107

FIX: corrct option, to use tor in yt-dlp, have an "socks" scheme, not "http" scheme: ``` --proxy=socks4://127.0.0.1:9050 ``` I put this lines into my _conf.sh_ at the end of file:...

## Remark: github.io - is [official](https://github.blog/2013-04-05-new-github-pages-domain-github-io/) domain for GitHub Pages. This security measure is aimed at preventing CSRF attacks on the main server - github.com. ``` # whois github.com |...

With `-D 1 -d 3` options benchmarking start correctly, even if GPU and CPU platform drivers are presented at the same time. ## Expected behaviour I expect without `-D` and...

I can read. Help info: ``` $ hashcat --help | grep " \-[dD]," -d, --backend-devices | Str | Backend devices to use, separated with commas | -d 1 -D, --opencl-device-types...

Gentoo. Tmux config files are intalled into `/etc/tmux/`. Tmux main config - `/etc/tmux.conf`. Users have no `~/.tmux.conf` or `~/tmux/` and use only system defined `/etc/tmux.conf` config. ``` $ cat /ect/tmux.conf...

1) Yggdrasil and DNS systems resolve non-overlapping tasks. Yggdrasil resolve problem of connectivity beetwen systems (routing). DNS - is next-level service, which resolve other problem in network of ALREADY connected...

I prefer [A.L.F.R.E.D.](https://www.open-mesh.org/projects/alfred/wiki) to redistribute DNS info and bash script to convert-and-import those info into local standart cached DNS-resolver [Unbound](https://www.nlnetlabs.nl/projects/unbound/about/).

DNS discussed in #661

minizip-ng library installed too. ``` $ equery f zlib-ng * Searching for zlib-ng ... * Contents of sys-libs/zlib-ng-2.0.5: /usr /usr/include /usr/include/zconf.h /usr/include/zlib.h /usr/lib /usr/lib/debug /usr/lib/debug/usr /usr/lib/debug/usr/lib64 /usr/lib/debug/usr/lib64/libz.so.1.2.11.zlib-ng.debug /usr/lib64 /usr/lib64/libz.so ->...

File ```/usr/lib64/libminizip.so.1``` and ```/usr/lib64/libminizip.so.1.0.0``` - are part of removed ```zlib``` library, and remained in system only as dependency of ```ungoogled-chromium``` package. ``` $ LC_ALL=en_US.UTF-8 ls -al /usr/lib64/*minizip* lrwxrwxrwx 1 root...