debian安装LXDE和XDRP

apt-get update

apt install lxde-core

apt-get install xrdp

sudo apt-get install xorgxrdp

完成以上命令就已经可以通过windows远程桌面连接到linux远程桌面了。

安装中文字体,否则网页中文内容都会显示乱码方格

apt-get install fonts-wqy-zenhei

apt-get install xfonts-intl-chinese wqy*

dpkg-reconfigure locales

后面需要继续安装所需要的软件。

apt-get upgrade

sudo apt install lxterminal

sudo apt install firefox-esr

安装输入法管理器:

sudo apt install fcitx

sudo apt -y install fcitx-config-gtk

下载安装搜狗输入法:

wget https://ime-sec.gtimg.com/202304210222/6a4da41598750fb519249837cebd1105/pc/dl/gzindex/1680521473/sogoupinyin_4.2.1.145_arm64.deb

sudo dpkg -i sogoupinyin_4.2.1.145_arm64.deb

sudo apt -f install

下载安装QQ:

wget https://dldir1.qq.com/qqfile/qq/QQNT/2355235c/linuxqq_3.1.1-11223_arm64.deb

sudo dpkg -i linuxqq_3.1.1-11223_arm64.deb

sudo apt -f install

你可能感兴趣的:(linux,运维,github)