ゆずまの○○日記がシンプルでいいと思います!

プログラミングを中心に書いていこうと思ってます。

debian の初期設定

debian jessieをGUIインストール直後にやったこと。

apt-transport-https のインストール

http://ftp.jp.debian.org/debian/pool/main/a/apt/apt-transport-https_1.0.9.8.4_amd64.deb

dpkg -i apt-transport-https_1.0.9.8.4_amd64.deb

vimのインストール

vi /etc/apt/sources.list
deb http://security.debian.org/debian-security jessie/updates main 
apt-get update

mozcのインストール(日本語環境)

vi /etc/apt/sources.list
deb http://ftp.de.debian.org/debian jessie main 

aptitude -y install fcitx-mozc
reboot

https://packages.debian.org/ja/jessie/amd64/fcitx-mozc/download

Microsoft Visual Studio Code のインストール

dpkg -i code_1.10.2-1488981323_amd64.deb  

Google Chrome のインストール

aptitude -y install libappindicator1
dpkg -i google-chrome-stable_current_amd64.deb