Ubuntu install some prerequisite software

1. Remove libreoffice

Although libreoffice is open source, but written in Java out of office efficiency is not flattered by the system after Bahrain decisive deleted

1
sudo  apt-get remove libreoffice-common

2. Delete the Amazon link

1
sudo  apt-get remove unity-webapps-common

 3. delete unused comes with basic software (use the time to rearm never too late)

1
2
3
sudo  apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui- install
 
sudo  apt-get remove onboard deja-dup

Thus the system is substantially clean.

4. Installation Vim

The default is not actually integrated Vim artifact, can only be manually installed.

1
sudo  apt-get install  vim

5. Set the time using the UTC

1
sudo  vim /etc/default/rcS

The UTC = no change UTC = yes

6. Installation openssh-server

1
sudo  apt-get install  openssh-server

After installation, you can log in Win ssh remote tools used in the case, of course, more of a security risk, if you do not visit the remote machine, you can not install openssh-server.

Guess you like

Origin www.cnblogs.com/love-DanDan/p/11627128.html