Entries from 2017-07-10 to 1 day

Docker install

sudo apt-get remove docker docker-engine docker.io sudo apt-get update sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key …

NetBIOS名を参照できるようにする。

sudo apt-get install smbclient sudo apt-get install winbind /etc/nsswitch.conf をのhostsの指定に wins を追加する #hosts: files dns hosts: files wins dns