下载网址:
最新版本 2019.3
注意要点:写入方式选RAW,否则无法启动。启动时,选择非uefi选项。
ifconfig eth0 192.168.2.3 netmask 255.255.255.0
route add default gw 192.168.2.1
echo nameserver 114.114.114.114. > /etc/resolv.conf
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.2.3
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1
/etc/resolv.conf
Nameserver 114.114.114.114
按住那个截图软件 apt-get install flameshot
安装后,右键点击flameshot,选截图,即可截图。
运行后,做任务栏有个火的图标,点击即可截图。
apt-get install alacarte
选择共享-》开启远程
Service ssh restart
登录用户名 root ,密码toor
apt-get upgrade
apt-get update
更新源
安装 xrdp
apt-get install xrdp
安装xfce4
apt-get instlal xfce4
弹出来画面,选GDM
vim /etc/xrdp/startwm.sh
在下图所示位置插入 echo "xfce4-session" >~/.xsession
启动xrdp服务
service xrdp start
使用windows远程桌面连接,用户名root,默认密码toor.
apt-get install rdesktop
rdesktop ip:端口号