Add bandwidth limiting and GRUB2 theming
This commit is contained in:
parent
4716e09c77
commit
c632e7e76e
1 changed files with 13 additions and 0 deletions
13
how_to
13
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 <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
|
||||
|
|
Loading…
Reference in a new issue