1,安裝完成後新增乙個新使用者 user
2, 將新使用者新增到sudoer檔案中,使之能使用sudo命令
# vim /etc/sudoers
新增user all=(all) all到最後最後一行。
3,稱附selinux限制,先不啟用這個功能
# vim /etc/selinux/config
將selinux=enforcing改為selinux=disabled
4,修改yum源
# cd /etc/yum.repos.d
# mv centos-base.repo centos-base.repo.bak
# wget
# mv centos5-base-163.repo centos-base.repo
5,安裝epel,方便yum安裝更新軟體
rpm -uvh
centos7初始設定
初始沒有ip dhclient 系統自動自動獲取乙個ip位址 ip addr 檢視獲取的ip位址 或者編輯網絡卡設定,把onboot yes,重啟就好了 靜態ip設定 bootproto static 啟用靜態ip位址 onboot yes 開啟自動啟用網路連線 ipaddr 192.168.21....
Raspberry Pi初始設定
一 wifi 網路配置 使用者可以在未啟動樹莓派的狀態下單獨修改 boot wpa supplicant.conf 檔案配置 wifi的 ssid 和密碼,這樣樹莓派啟動後會自行讀取wpa supplicant.conf 配置檔案連線 wifi 裝置。將刷好 raspbian 系統的 sd 卡用電腦...
IDEA 初始設定
1 editor general 勾選change font size zoom 滑鼠快速修改字型大小 2 editor file encodings project encodings utf 8 default encodings for properties utf 8 預設編碼 勾選show...