Add bandwidth limiting and GRUB2 theming

This commit is contained in:
lhark 2019-11-21 18:12:56 +00:00
parent 4716e09c77
commit c632e7e76e

13
how_to
View file

@ -711,3 +711,16 @@ Android diagnostic debug phone codes:
Android wpa_supplicant conf file path:
/data/misc/wifi/wpa_supplicant.conf
Limit bandwidth, download/upload speed of process:
Non-forking processes
netbrake -r <bytes per sec> <program> [args]
trickle -s -u <kBps> -d <kBps> <program> [args]
Pacman -> /etc/pacman.conf
XferCommand = /usr/bin/wget --limit-rate 100K --passive-ftp -c -O %o %u
Grub2 theme customization:
theme.txt reference:
http://wiki.rosalab.ru/en/index.php/Grub2_theme_/_reference#Main_file_syntax
Example theme:
https://github.com/shvchk/fallout-grub-theme