diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-18 00:24:49 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-18 00:24:49 -0700 |
commit | 08b465c935ddc3cafd136c7cd88778f45d463082 (patch) | |
tree | ea450a7b9177a4ae5ee476bb821df83bb610fe27 /home | |
parent | 39c2c17a911bf2bad9a41be1c3ed2b65b9957e20 (diff) |
alias pactree, fix yt-dlp aria2c download slow, qrcp use wifi
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.bashrc | 1 | ||||
-rw-r--r-- | home/xyz/.config/aria2/aria2.conf | 2 | ||||
-rw-r--r-- | home/xyz/.config/qrcp/config.json | 2 | ||||
-rw-r--r-- | home/xyz/.config/yt-dlp/config | 3 |
4 files changed, 6 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 08803820..69dbfa00 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -66,6 +66,7 @@ alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' alias m=man alias p=pacman +alias pt=pactree alias pu=paru alias qre='qrencode -t utf8i -m 1' alias r='rem -c+2 -@' diff --git a/home/xyz/.config/aria2/aria2.conf b/home/xyz/.config/aria2/aria2.conf index 44bd9c97..11d508c5 100644 --- a/home/xyz/.config/aria2/aria2.conf +++ b/home/xyz/.config/aria2/aria2.conf @@ -1,2 +1,4 @@ # max hardcoded to 16, see https://github.com/aria2/aria2/issues/1039 max-connection-per-server=16 +# from yt-dlp --dump-user-agent +#user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36' diff --git a/home/xyz/.config/qrcp/config.json b/home/xyz/.config/qrcp/config.json index 1bbb0ae1..a5fd060e 100644 --- a/home/xyz/.config/qrcp/config.json +++ b/home/xyz/.config/qrcp/config.json @@ -1,6 +1,6 @@ { "fqdn": "", - "interface": "enp2s0", + "interface": "wlp2s0", "port": 49153, "keepAlive": false, "path": "", diff --git a/home/xyz/.config/yt-dlp/config b/home/xyz/.config/yt-dlp/config index 3d455195..4ed6c4a7 100644 --- a/home/xyz/.config/yt-dlp/config +++ b/home/xyz/.config/yt-dlp/config @@ -2,7 +2,8 @@ --external-downloader aria2c # workaround youtube throttle ---throttled-rate 100K +# mar 17 2022 if use this command download is very slow, not sure why +#--throttled-rate 100K # player_client=android,web seems become default since 2021.07.21 version #--extractor-args youtube:player_client=android |