continuacao arch linux

DEIXANDO O TECLADO EM  ABNT2
Abra o terminal com root e digite:
# nano /etc/X11/xorg.conf.d/10-evdev.conf
Edite o arquivo, acrescentando Option "XkbLayout" "br" e Option "XkbVariant" "abnt2" nas duas ultimas linhas antes de "EndSection" no final da seção keyboard:

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbLayout" "br"
        Option "XkbVariant" "abnt2"
EndSection



MUDAR "mtu" PARA 1450 (SERVE PRA MELHORAR A VELOCIDADE NO FACEBOOK)

de um " ifconfig" no terminal e ve qual rede vc ta logado se é wifi ou eth0

abra terminal
sudo ifconfig wlp6s0 mtu 1450 up

onde ta wlp6s0 vc deve colocar qual é a rede. o meu ta nesse pq to conectado nela, mas o seu pode mudar o nome.

Nenhum comentário:

Postar um comentário