sudo -s
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
do-release-upgrade -f DistUpgradeViewNonInteractive -d
dpkg --configure -a
apt-get update
apt-get dist-upgradeInstall Xming then type this in bash shell
echo "export DISPLAY=:0.0" >> ~/.bashrcsudo -s
cd /usr/bin
ln -s /bin/dbus* .
sudo sed -i 's$<listen>.*</listen>$<listen>tcp:host=localhost,port=0</listen>$' /etc/dbus-1/session.confsudo -s
aptitude install openssh-server
vi /etc/ssh/sshd_config
# append or edit this values
ListenAddress 0.0.0.0
UsePrivilegeSeparation no
PasswordAuthentication yes
service ssh restartThis daemon not autoload at the startup bash terminal. So if you need sshd daemon, need to start ssh service.