
Intel NUC(DN2820FYKH)にUbuntuをインストール-Ubuntuの情報
いつもアクセスありがとうございます。匠技術研究所の谷山 亮治です。
今回はIntel NUC(DN2820FYKH)にUbuntuをインストールしたので紹介します。
三回目は「Ubuntu情報」です。
■Ubuntuのバージョン
takumi@myzhouse:~$ uname -a
Linux myzhouse 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
takumi@myzhouse:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
takumi@myzhouse:~$
■メモリー使用状況
takumi@myzhouse:~$ free
total used free shared buffers cached
Mem: 3923388 1172204 2751184 19852 160900 731300
-/+ buffers/cache: 280004 3643384
Swap: 4067324 0 4067324
■SSD使用状況
takumi@myzhouse:~$ sudo df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/sda2 25512 4562 19632 19% /
none 1 0 1 0% /sys/fs/cgroup
udev 1906 1 1906 1% /dev
tmpfs 384 1 383 1% /run
none 5 0 5 0% /run/lock
none 1916 1 1916 1% /run/shm
none 100 1 100 1% /run/user
/dev/sda1 511 4 508 1% /boot/efi
takumi@myzhouse:~$
次回に続きます。