-
Notifications
You must be signed in to change notification settings - Fork 0
/
JKCinfo_2.html
129 lines (118 loc) · 4.7 KB
/
JKCinfo_2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>
情報基盤センターの初期設定の説明1_Web ブラウザ Firefox をインストールする
</title>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="main">
<header>
<h1>
Lunatic電通生もっちゃんの部屋
</h1>
</header>
<aside>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/">Top</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_1">STEP 0 & はじめに</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_2">STEP 1</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_2_9">STEP 2</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_3">STEP 2_SSH-PowerShell</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_4">STEP 2_SSH-PuTTY</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_5">STEP 3</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_6">STEP 4</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_7">STEP 5</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_8">STEP 5_L2TP</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_9">STEP 5_SSL</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_10">STEP 6</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_11">STEP 7 & おわりに</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/nichijyou">日常・大学生活</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/koken">こーけん</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/mani">まにけん</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/touhou-club">電々。通信</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/sns">SNS</a>
</p>
<p>
<a href="https://sakuramochi708.github.io/Ran-syama/link">有用UEC生のlink集</a>
</p>
</aside>
<section>
<h2>
STEP 1 Web ブラウザ Firefox をインストールする
</h2>
<p>
まず、<a href="https://www.mozilla.org/ja/" target="_blank">https://www.mozilla.org/ja/</a>(firefox)にアクセスします。
</p>
<img src="./src/firefox_1.png" alt="" height=auto width=30% />
<p>
次に、「Firefoxをダウンロード」(青いボタンでも、右上のボタンでもどちらでもOK)をクリックします。
</p>
<img src="./src/firefox_2.png" alt="" height=auto width=30% />
<p>
自動的にダウンロードが開始されます。「保存」してから「実行」をしてください。(この「保存」は任意です)
この後、ユーザーアカウント画面(警告画面?)がでてきます。「はい」を押しましょう。
</p>
<br>
<img src="./src/firefox_3.png" alt="" height=auto width=30% />
<p>
自分の環境では、Firefoxがインストールされていたので、自動的に開始されましたが、実際は、保存場所などが聞かれます。特にこだわりがない場合は、そのまま「次へ」を押していき、インストールしましょう。
</p>
<img src="./src/firefox_4.png" alt="" height=auto width=30% />
<p>
この画面がでたら完了です。会員登録は任意です。下の方にある「ブラウジングを開始する」を押して開始しましょう。
(常用ブラウザに設定する必要はありません)
</p>
<p>
ちなみに、Firefoxブラウザの「右上の三⇒ ヘルプ ⇒ Firefoxについて」で今のブラウザのバージョンが確認できます。
</p>
<img src="./src/firefox_5.png" alt="" height=auto width=30% />
<br>
<br>
<p>
Next -> <a href="https://sakuramochi708.github.io/Ran-syama/JKCinfo_2_9">STEP 2 Web ブラウザに学内専用サイトを閲覧する設定をする</a>
</p>
</section>
<footer>
<address>
最終更新日:2020年04月29日
</address>
</footer>
</div>
</body>
</html>