sudo cp /etc/network/interfaces /etc/network/interfaces.bak /*Back up the system default network configuration file*/
sudo apt-get install /*install
*/
sudo vi /etc/network/interfaces /Edit network configuration file/
/Install weather forecast indicator/
sudo add-apt-repository ppa:atareao/atareao -y
sudo apt-get update
sudo apt-get install -y my-weather-indicator
/Enable indicator/ my-weather-indicator &
/Set the global menu to always be visible/ sudo gsettings set com.canonical.Unity always-show-menus true
/Set the default state of the global menu reply/ sudo gsettings set com.canonical.Unity always-show-menus false
/Not interrupted by frequent error messages when changing desktop systems/
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y xinit
/GNOME3 desktop environment/ sudo apt-get install -y ubuntu-gnome-desktop
/Every time you start Ubuntu, it displays "Problems detected by system programs"/
sudo gedit /etc/default/apport Change enabled=1 to enabled=0 to save and exit
Recommended Posts