Last active
December 18, 2015 13:18
-
-
Save sgk/5788552 to your computer and use it in GitHub Desktop.
Ubuntuをインストールしたら行う設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% sudo apt-get install aptitude | |
% sudo apt-get install virtualbox-guest-utils | |
% sudo apt-get purge unity-lens-music unity-lens-photos unity-lens-video | |
% sudo apt-get purge unity-scope-gdrive unity-scope-musicstores unity-scope-video-remote | |
% sudo apt-get purge unity-webapps-common | |
% sudo apt-get purge xul-ext-ubufox xul-ext-unity xul-ext-webaccounts xul-ext-websites-integration | |
% sudo apt-get purge ubuntuone-client python-ubuntuone-client python-ubuntuone-storageprotocol | |
% sudo vi /etc/default/ntpdate | |
% sudo apt-get install ntp | |
% sudo vi /etc/ntp.conf | |
% sudo apt-get install ibus-mozc | |
% ibus-setup | |
% LANG=C xdg-user-dirs-gtk-update | |
FireFoxを起動して、Chromeをインストール。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment