Sunday, May 21, 2017

Improve Wifi connection on Ubuntu 16.04 LTS

Desable power saving:

http://www.upubuntu.com/2016/11/a-simple-tip-to-boost-your-wifi-signal.html


If it's not enought, you can try to increase txpower (I've tried to change it, bu it didn't modify the tx rate, from 15 to 20 for example).

https://askubuntu.com/questions/328418/how-to-increase-power-of-wifi-adapter

Wednesday, May 3, 2017

Configure GIT

vim ~/.gitconfig
[alias]
lg1 = log --graph --abbrev-commit --decorate --date-order --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"
[user]
        email = lucasvg@poli.ufrj.br
        name = Lucas Vieira
[core]
        editor = vim