# apt-get update # update repository
# apt-get install ubuntu-desktop
2011年3月 のアーカイブ
Ubuntu Serverインストール後のubuntu-desktop install
2011年3月18日 金曜日Postfix設定
2011年3月17日 木曜日# apt-get install postfix
# dpkg-reconfigure postfix (if you reconfigure)
The user interface will be displayed. On each screen, select the following values:
Internet Site
mail.example.com
steve
mail.example.com, localhost.localdomain, localhost
No
127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 192.168.0.0/24
0
+
all
# vi /etc/aliases # edit aliases
alease: your@email.com
# newaliases
Ubuntu – NFS設定
2011年3月16日 水曜日NFSホスト:
# apt-get install nfs-kernel-server
/etc/exportsに以下を追加
/directory ipaddress(rw,sync)
# /etc/init.d/nfs-kernel-server restart
NFSクライアント:
# apt-get install nfs-common, portmap
# mount ipaddress:/directory /local_directory
# df -kh
