centos 6 change keyboard layout command line
vi /etc/sysconfig/keyboard
KEYTABLE=”br-abnt2″
MODEL=”abnt2″
LAYOUT=”br”
KEYBOARDTYPE=”pc”
to exit vi do
CRTL-ZZ
System Administrator
centos 6 change keyboard layout command line
vi /etc/sysconfig/keyboard
KEYTABLE=”br-abnt2″
MODEL=”abnt2″
LAYOUT=”br”
KEYBOARDTYPE=”pc”
to exit vi do
CRTL-ZZ
There is a simple way to watch the US netflix, change your DNS.
Thats pretty much what sites like http://www.unblock-us.com/
offers for $5 a month.
The way I did …
change linux RedHat / CentOS hostname
vim /etc/sysconfig/network
HOSTNAME=servername
vim /etc/hosts
10.10.10.10 servername
hostname servername
verify
hostname
service network restart
SSH Automatic Login
Well I am tired of entering my password 100 times a day, are you too?
The solution I wrote this script using the powerful expect
download expect…