-
Notifications
You must be signed in to change notification settings - Fork 0
Useful Tips
Umamaheshwar M edited this page Nov 27, 2019
·
3 revisions
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