This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f /etc/bashrc ]; then | |
source /etc/bashrc | |
fi | |
export GITHOME="/home/k/development/github/" | |
export EDITOR=vim | |
export HISTCONTROL=ignoredups | |
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\[$(tput setaf 7)\]\u\[$(tput setaf 6)\]@\[$(tput setaf 5)\]\h \[$(tput setaf 6)\]\W\[$(tput setaf 2)\]]\[$(tput setaf 6)\]\\$ \[$(tput setaf 7)\]" | |
# colored man pages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[k@arx ~]$ #check cpu for virtualization support, virtual router, support vector machine | |
[k@arx ~]$ egrep --color=auto 'vmx|svm|0xc0f' /proc/cpuinfo | |
<long output...> | |
[k@arx ~]$ #check that kernel kvm modules are available (m or y) | |
[k@arx ~]$ zgrep CONFIG_KVM /proc/config.gz | |
CONFIG_KVM_GUEST=y | |
# CONFIG_KVM_DEBUG_FS is not set | |
CONFIG_KVM_MMIO=y | |
CONFIG_KVM_ASYNC_PF=y |
NewerOlder