Dell Inspiron-Mini買ってからやったこと

GUIから設定でWiFi接続する。

sudo apt-cache search dell
sudo ps aux | grep dell

などを駆使してdellのpreインストールしているものから不要な物をアンインストール



WiFisshが通らないが、Inspiron Mini 9で無線LAN経由のsshが動かない問題 - lpubsppop01.logより

sudo iwpriv eth1 set_vlanmode 0

で通る。その前にssh関連もaptで入れた気もする

/etc/network/if-pre-up.d/wireless-tools を編集して

/sbin/iwpriv eth1 set_vlanmode 0

を書いておけば毎回vlanmode直さなくても済む



sudoerにshoなど追加

sudo visudo
sho     ALL=(ALL) ALL

キーボードがさすがに小さくて厳しいのでここからsshMacBookからログインしてやる

sudo ifconfig

でinspironのwifiに割り当てられたIPアドレスを確認してmacのterminalから接続。


gccemacs、makeなど入れた。


mercurialを使いたいのでeasy_installが必要で、その為にpythonが必要。

sudo apt-get install python python-dev python-setuptools
which easy_install
sudo easy_install mercurial


mercurialでmagから設定ファイルをコピー。
.zshrc, .hgrc, .screenrcなど。

sudo apt-get install screen zsh
chsh

zshに切り替えて、一旦ログインしなおし。

これでzshhistoryもscreenもmercurialも使えて、いつもの環境になった。