Work-03-Building-a-Server

基本設定および確認

  • 一般のウィンドウやマックなどのグイ(GUI)環境はコンピューターのリソース(Resource)を多く使うようになります。
    ですから、このような資源を最大限節約し、サーバ性能の最大化のために見にくいTextモードを利用することになります。

    1. サーバー接続

    1
    2
    3
    #ssh -l ID -p Port IP
    code : ssh -l root -p 43232 123.155.157.1xx
    root@IP's password:
  • セキュアシェル(Secure Shell、SSH)はネットワーク上の他のコンピュータにログインしたり、遠隔システムで命令を実行し、他のシステムでファイルを複数できるようにするアプリケーションやプロトコルを指します。
    強力な認証方法により、安全ではないネットワークで安全に通信できる機能を提供します。
    セキュアシェル(SSH)は暗号化手法を使うため、通信が露出されたとしても理解できない暗号化された文字と考えられる。

    1 ) Linux Version Check

    1
    [root@centos ~]# uname -a

    2 ) CentOS Version Check

    1
    [root@centos ~]# cat /etc/redhat-release

    3 ) HardDisk Volume Check

    1
    #df -h
    1
    2
    3
    Filesystem      Size  Used Avail Use%  Mounted on
    /dev/xvda1 50G 7.7G 39G 17% /
    tmpfs 935M 0 935M 0% /dev/shm

    4 ) Memory Check

    1
    [root@centos ~]# free -m

    5 ) CPU Check

    1
    [root@centos ~]# cat /proc/cpuinfo | grep processor | wc -l
    1
    #cat /proc/cpuinfo

    6 ) Package List Update

    1
    [root@centos ~]# yum update

    7 ) System time Setting

    1
    [root@centos ~]# cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Comments

You forgot to set the shortname for Disqus. Please set it in _config.yml.
You need to set client_id and slot_id to show this AD unit. Please set it in _config.yml.