Juan Simón
Juan Simón
I would like to know if there is a way to set a generic rule to download the audios of a mpd manifest that have 2 channels, better quality and...
Currently there is no key combination that allows direct access to the clipboard contents highlighted. I have to click the combination to show the whole clipboard and do a manual...
``` qBittorrent 4.5.5 iQbit git version (_Standalone Server_) ``` When I change the category for a torrent it does nothing. It remains in the same.
``` qBittorrent v4.5.2 Linux NixOS 23.05 node v18.17.1 ``` I have changed the file `server/config/local_env.sh` to point correctly to the qBittorrent port: ``` ❯ cat server/config/local_env.sh #!/usr/bin/env bash export QBIT_HOST=http://localhost:9090...
``` $ npm run server-setup ... npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so...
I'm trying to compile the git version but when I execute `make` it shows an error: ``` make cd . && /bin/bash /home/simon/fuentes/audio-video/recode/missing automake-1.15 --gnits configure.ac:43: warning: The 'AM_PROG_MKDIR_P' macro...
Ubuntu 12.04 64 bits ``` $ sudo make install cd debianstuff; make install make[1]: Entering directory `/home/simon/sources/deBloat/debianstuff' cp if-pre-up.d/* /etc/network/if-pre-up.d cp if-up.d/* /etc/network/if-up.d cp: cannot stat `if-up.d/*': No such file...
It would be a better method use of bash command `which` to determine the path of executables in Lua script.
eth1 = Gigabit ethernet card. debloat.sh sets: `tc qdisc add dev eth1 root fq_codel quantum 500 ecn limit 1200` debloat ( _lua script_ ) sets:`qdisc add dev eth1 handle a...
``` # uname -a Linux X58A-UD5 3.5.0-21-i7 #32 SMP Sat Dec 22 12:21:03 CET 2012 x86_64 x86_64 x86_64 GNU/Linux # QDEBUG=1 IFACE=eth1 lua debloat FATAL: Module sch_efq_codel not found. FATAL:...