Created
February 19, 2014 18:33
-
-
Save lupinthe14th/9098458 to your computer and use it in GitHub Desktop.
AWS free で IPF定量的プロジェクトインストール ref: http://qiita.com/lupinthe14th@github/items/db006324f91981da0ba2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # rm /etc/localtime | |
| # cp -p /usr/share/zoneinfo/Japan /etc/localtime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yum -y install ntp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yum -y install wget |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # wget http://www.ipa.go.jp/files/000005063.bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # bash 000005063.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment