code-share surface linux read battery percentage Recovered from gist.github.com/recolic Sep 29, 2020 Comments
code-share One-click enable bbr One-click enable bbr. #!/bin/bash uname -r | grep -E '^(4\.(1[^\.]|9))|5\.' > /dev/null (( $? == 1 )) && echo Sep 29, 2020 Comments