Skip to content

Instantly share code, notes, and snippets.

@lupinthe14th
Created February 19, 2014 18:33
Show Gist options
  • Select an option

  • Save lupinthe14th/9098458 to your computer and use it in GitHub Desktop.

Select an option

Save lupinthe14th/9098458 to your computer and use it in GitHub Desktop.
AWS free で IPF定量的プロジェクトインストール ref: http://qiita.com/lupinthe14th@github/items/db006324f91981da0ba2
# df -h
Filesystem サイズ 使用 残り 使用% マウント位置
/dev/sda1 7.9G 2.8G 4.7G 38% /
none 308M 0 308M 0% /dev/shm
# resize2fs /dev/sda1
resize2fs 1.39 (29-May-2006)
Filesystem at /dev/sda1 is mounted on /; on-line resizing required
Performing an on-line resize of /dev/sda1 to 7864320 (4k) blocks.
The filesystem on /dev/sda1 is now 7864320 blocks long.
# df -h
Filesystem サイズ 使用 残り 使用% マウント位置
/dev/sda1 30G 2.8G 26G 10% /
none 308M 0 308M 0% /dev/shm
# rm /etc/localtime
# cp -p /usr/share/zoneinfo/Japan /etc/localtime
# yum -y install ntp
# yum -y install wget
# wget http://www.ipa.go.jp/files/000005063.bin
# bash 000005063.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment