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-upgrade
Install Xming then type this in bash shell
echo "export DISPLAY=:0.0" >> ~/.bashrc
sudo -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.conf
sudo -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 restart
This daemon not autoload at the startup bash terminal. So if you need sshd daemon, need to start ssh service.