We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To install just plain X Windows on a Centos system
yum groupinstall -y "X Window System"
Add Gnome Shell on Centos system
yum install -y gnome-classic-session gnome-terminal nautilus-open-terminal \ control-center liberation-mono-fonts
Set tab space to 4 in vim
set expandtab ts=4 sw=4 ai