From c632e7e76e4743a885f95b784840da6b12d4bdeb Mon Sep 17 00:00:00 2001 From: lhark Date: Thu, 21 Nov 2019 18:12:56 +0000 Subject: [PATCH] Add bandwidth limiting and GRUB2 theming --- how_to | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/how_to b/how_to index e10b89e..4efa3f2 100644 --- a/how_to +++ b/how_to @@ -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 [args] + trickle -s -u -d [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