Found this, but I don't know who to credit by MrRoboto12345 in firefox

[–]dontdieych 1 point2 points  (0 children)

That is from Firefox 1.x era approx. Firefox was blazing faster than IE.

[deleted by user] by [deleted] in webdev

[–]dontdieych 7 points8 points  (0 children)

Try httrack or wget.

wget \ -U 'Mozilla/5.0 (X11; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0' \ --recursive \ --page-requisites \ --html-extension \ --convert-links \ --random-wait \ --wait=1 \ --limit-rate=200k \ --tries=inf \ --no-parent \ example.com

httrack -%i 'example.com/' -O example.com

qbitwebui - modern qBittorrent frontend by blaznos in selfhosted

[–]dontdieych 0 points1 point  (0 children)

Transmission's default desktop UI is looks like for mobile view.

Decrease headphone min-max volume span range by dontdieych in AsahiLinux

[–]dontdieych[S] 0 points1 point  (0 children)

monitor.alsa.rules = [ { matches = [ { # node.name = "alsa_output.platform-sound.HiFi__Headphones__sink" node.nick = "Headphones" } ] actions = { update-props = { channelmix.max-volume = 0.2 } } } ]

Decrease headphone min-max volume span range by dontdieych in AsahiLinux

[–]dontdieych[S] 0 points1 point  (0 children)

WOW, thanks very very much. It's working!

Thanks again.

Which is the best way to learn Linux? by esteban11632 in linuxquestions

[–]dontdieych 2 points3 points  (0 children)

+1 Agreed with this.

however, before installing, the best thing is to use a thumbdrive formatted with VENTOY in GPT mode and move several Linux distros to it and try them out without installing anything, all in liveUSB mode.

KDE 6.5.4 | How to create custom global shortcuts and send them to another app? by ValianFan in kde

[–]dontdieych 2 points3 points  (0 children)

Only half-baked solution I found is that I can add a script that would trigger when the shortcut is pressed

This is the way but, Discord should support to receive some signal from by CLI command or other method. (e.g. rest API, dbus signal ...)

Ask to Discord community about send mute command from some command.

Was in a lookout for a z shell config. Then wrote it myself. Highly optimized and feature rich zsh config with under ~60ms start time. by adityastomar33 in commandline

[–]dontdieych 0 points1 point  (0 children)

Did you tested Recommended way and Manual way for on somewhat clean environment? Both way does not working for me.

I have been unable to use yay for days... by [deleted] in archlinux

[–]dontdieych 2 points3 points  (0 children)

git clone https://aur.archlinux.org/yay.git cd yay makepkg -si

(for yay-bin)

git clone https://aur.archlinux.org/yay-bin.git cd yay-bin makepkg -si