今更ですが、ホスト名の変更を行う手順を記載します。
A.一時的にホスト名を変更する場合
#hostname xxxx
これで、xxxxというホスト名に変更しました。
しかし、再起動すると、この変更は無効になります。
B.
再起動しても有効になる変更は、
2箇所のファイルの変更が必要になります。
#vim /etc/hosts
127.0.0.1 xxxx localhost.localdomain localhost
#vim /etc/sysconfig/network
HOSTNAME=xxxx
変更が終わった後は、ネットワークの再起動を行います。
# /etc/rc.d/init.d/network restart
The shape of the system that overflows in the world is equal to the "knowhows" that parties concerned of each industry have.
People who create the system need high-ranking "knowhows" further.
I want to become ..high-ranking "knowhows".. handlers' help.
2011/11/08
登録:
コメントの投稿 (Atom)
-
プログレッシブダウンロードとは、ストリーミングと同じくデータをダウンロードしながら再生する技術のことを言うらしいです。 ・メリット *HTTPプロトコルで配信が可能。 *上記から配信サーバーとして、HTTPサーバーがあれば配信が可能。 ・デメリット *コンテン...
-
using Excel = Microsoft.Office.Interop.Excel; /// Excelオブジェクト Excel.Application oXls; /// ワークブックコレクション Excel.Workbook oWBook = this.oXl...
-
uvicorn app.main:app --reloadは、Uvicornを使用して FastAPIアプリケーションを実行するためのコマンド ただ、意味をちゃんと理解しないでしようしていたのでまとめ uvicorn: Uvicornの実行可能ファイル ...
0 件のコメント:
コメントを投稿