-
コンポーネント図 • 配置図 • 状態遷移図(ステートマシン図) • タイミング図 以下のような、UML 以外の図もサポートしてます。 • JSON Data • YAML Data • Network diagram (nwdiag) • ワイヤーフレーム • アーキテクチャ図 • 仕様及び記述言語 (SDL) • Ditaa • ガントチャート • マインドマップ • WBS シンプルなネットワーク図 13.1.1 ネットワークの定義 @startuml nwdiag { network dmz { address = "210.x.x.x/24" } } @enduml 13.1.2 ネットワーク上にいくつかの要素またはサーバーを定義する @startuml nwdiag { network dmz { address = "210.x.x.x/24" web01 [address } } @enduml 13.1.3 完全な例 @startuml nwdiag { network dmz { address = "210.x.x.x/24" web01 [address = "210.x.x.1"]; web02 [address = "210.x.x.2"]; } network internal { address = "172.x.x.x/24"; web01 [address
0 码力 |
545 页 |
7.75 MB
| 1 年前 3
-
アクティビティ図 • コンポーネント図 • 配置図 • 状態遷移図(ステートマシン図) • タイミング図 以下のような、UML 以外の図もサポートしてます。 • JSON Data • Network diagram (nwdiag) • ワイヤーフレーム • アーキテクチャ図 • 仕様及び記述言語 (SDL) • Ditaa • ガントチャート • マインドマップ • WBS サンプルと同等の図を載せています。 12.1 シンプルなネットワーク図 @startuml nwdiag { network dmz { address = "210.x.x.x/24" web01 [address = "210.x.x.1"]; web02 [address = "210.x.x.2"]; } network internal { address = "172.x.x.x/24"; web01 [address @startuml nwdiag { network dmz { address = "210.x.x.x/24" // set multiple addresses (using comma) web01 [address = "210.x.x.1, 210.x.x.20"]; web02 [address = "210.x.x.2"]; } network internal { address
0 码力 |
393 页 |
4.27 MB
| 1 年前 3
-
コンポーネント図 • 配置図 • 状態遷移図(ステートマシン図) • タイミング図 以下のような、UML 以外の図もサポートしてます。 • JSON Data • YAML Data • Network diagram (nwdiag) • ワイヤーフレーム • アーキテクチャ図 • 仕様及び記述言語 (SDL) • Ditaa • ガントチャート • マインドマップ • WBS サンプルと同等の図を載せています。 13.1 シンプルなネットワーク図 @startuml nwdiag { network dmz { address = "210.x.x.x/24" web01 [address = "210.x.x.1"]; web02 [address = "210.x.x.2"]; } network internal { address = "172.x.x.x/24"; web01 [address @startuml nwdiag { network dmz { address = "210.x.x.x/24" // set multiple addresses (using comma) web01 [address = "210.x.x.1, 210.x.x.20"]; web02 [address = "210.x.x.2"]; } network internal { address
0 码力 |
399 页 |
4.33 MB
| 1 年前 3
-
コンポーネント図 • 配置図 • 状態遷移図(ステートマシン図) • タイミング図 以下のような、UML 以外の図もサポートしてます。 • JSON Data • YAML Data • Network diagram (nwdiag) • ワイヤーフレーム • アーキテクチャ図 • 仕様及び記述言語 (SDL) • Ditaa • ガントチャート • マインドマップ • WBS サンプルと同等の図を載せています。 13.1 シンプルなネットワーク図 @startuml nwdiag { network dmz { address = "210.x.x.x/24" web01 [address = "210.x.x.1"]; web02 [address = "210.x.x.2"]; } network internal { address = "172.x.x.x/24"; web01 [address @startuml nwdiag { network dmz { address = "210.x.x.x/24" // set multiple addresses (using comma) web01 [address = "210.x.x.1, 210.x.x.20"]; web02 [address = "210.x.x.2"]; } network internal { address
0 码力 |
412 页 |
4.46 MB
| 1 年前 3
-
4.2 クラウドのための静的 IP を使う現代的なネットワーク設定 . . . . . . . . . . . . . . . . . . . . . 111 5.4.3 クラウドのための Network Manger を使う現代的なネットワーク設定 . . . . . . . . . . . . . . . . 111 5.5 低水準ネットワーク設定 . . . . . . . . . . 下さい。 3.7.5 sshd サービスを調整するカスタム化例 デフォルトのインストールでは、多くのネットワークサービス (第6章を参照) はブート時に systemd によってブー ト時に network.target の後に起動される。”sshd” も例外ではありません。カスタム化の例としてオンデマンド 起動に”sshd” をかえましょう。 最初に、システムがインストールしたサービスの unit ’libpam-|libnss-’” コマンドを実行すると得られます。 NSS という頭字語は” ネームサービススイッチ: Name Service Switch” と異なる” ネットワークセキュリティー サービス: Network Security Service” を指すこともあります。 注意 PAM は個別プログラムに関する環境変数をシステム全体のデフォールト値に初期化する最も基本的な手段です。 systemd の下では、logind
0 码力 |
287 页 |
1.60 MB
| 1 年前 3
-
d2 @endmindmap 15.7.8 Network (nwdiag) @startuml header some header footer some footer title My title caption This is caption legend The legend end legend nwdiag { network inet { web01 [shape = cloud] title caption This is caption legend The legend end legend * r ** d1 ** d2 @endmindmap 15.8.8 Network (nwdiag) @startuml