CentOS 6.X 安裝配置記錄

centos 個人PC配置記錄
英文版本 6.X 32位

查看需要的輸入法:
yum list ibus*
安裝五筆輸入法(拼音爲 ibus-pinyin)
yum install ibus-table-wubi
打開輸入法
在開始菜單中找:System-->Preferences-->Input Method
安裝gcc
yum install gcc
安裝g++
yum install gcc-c++
安裝截圖工具,包安裝後 PrtSc鍵生效(gnome-screenshot)
yum install gnome-utils
安裝配置編輯器
yum install gconf-editor
gconf-editor:
隱藏桌面圖標,如計算機、回收站等
apps-->nautilus-->desktop
終端完全透明
apps-->metacity-->general-->compositing_manager 在這個選項上打勾就好了。
安裝終端圖形化庫
(解決編譯內核kernel make menuconfig 出錯的問題)
yum install ncurses-devel ncurses
更新
yum update -y

QT下載路徑
http://download.qt.io/archive/qt/
解決 QT Creator編譯報錯問題
yum install libX11-devel libXext-devel libXtst-devel
VIM源代碼下載路徑
ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2
kernel下載路徑(4.X,其它版本自己到上級目錄找)
https://www.kernel.org/pub/linux/kernel/v4.x/
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章