標籤

BAT (38) shell (34) Virtual Machine (33) Xubuntu (29) acfs (25) PHP (24) CentOS (21) Virtul Box (20) 編輯器 (17) 資料庫 (15) lubuntu (13) windows (13) CPP (12) ubuntu (12) chrome (11) laravel (10) Docker (9) Python (9) 5A88 (7) VMware (6) 資料結構 (6) Javascript (5) Node (5) Proxmox VE (5) 公告系統 (5) 程式積木 (5) Android Studio (4) ANN (3) OB2D2016x64 (3) Xoops (3) clonezilla (3) samba (3) 公文 (3) 其他 (3) 硬體 (3) API (2) Android (2) AppInvent2 (2) Html (2) Hyper-V (2) Nas (2) botnet (2) mbot (2) swift (2) wordpress (2) 樣板 (2) 防火牆 (2) AD的應用 (1) Ansible (1) Arduino (1) CSS (1) GitLab (1) HA Proxy (1) LegoEV3 (1) PowerShell (1) Scratch (1) VM (1) XenServer (1) kotlin (1) linuxmint (1) lxc (1)

2017年3月17日 星期五

Proxmox VE 4.4 安裝桌面、瀏覽器、桌面環境繁體中文顯示

1.Proxmox VE 4.4 安裝桌面與瀏覽器
 更新套件
#apt-get update && apt-get dist-upgrade
安裝桌面與瀏覽器
#apt-get install xfce4 iceweasel lightdm
新增使用者
#useradd newuser
啟動桌面環境
#systemctl start lightdm

2.Proxmox VE 4.4 桌面環境繁體中文顯示

#dpkg-reconfigure locales
選擇 zh_TW.UTF-8 UTF-8。此時重開機,會出現方塊字,需安裝字型。

#apt-get install fonts-arphic-bkai00mp fonts-arphic-bsmi00lp fonts-arphic-ukai fonts-arphic-uming fonts-wqy-microhei fonts-wqy-zenhei ttf-wqy-microhei ttf-wqy-zenhei 


3.建立可執行sudo 的帳號webadmin
#useradd webadmin

#passwd webadmin

#usermod -aG sudo webadmin

4.更新套件
更新套件庫資料
# apt-get update
下載套件並更新
# apt-get dist-upgrade -y
清除硬碟上的下載套件
# apt-get clean
移除已經不被引用的相關套件
# apt-get autoremove

參考文章:
1.Developer Workstations with Proxmox VE and X11
https://pve.proxmox.com/wiki/Developer_Workstations_with_Proxmox_VE_and_X11
2.Debian 8 (jessie) 安裝筆記 Firefox 與 Iceweasel
http://rocksaying.tw/archives/44330768.html

沒有留言:

張貼留言

在 Windows 10 x64 1909版,使用BAT快速安裝公文系統與人事服務網(自然人憑證)版

相關內容移往 https://skjhcreator.blogspot.com/2021/02/windows-10-x64-1909bat.html