Learn More →
Learn More →
Learn More →
test
|__ index.html
|__ .htaccess
|__ cache
|__ public
| |__ .htaccess
| |__ index.php
|
|__ app
|__ config
| |__ config.php
| |__ loader.php
| |__ router.php
| |__ services.php
|
|__ controllers
| |__ ControllerBase.php
| |__ IndexController.php
| |__ SignupController.php
| |__ TestController.php
| |__ ApiController.php (建立api:取cars資料庫資料)
| |__ StorkController.php (建立api:取外部資料)
|
|__ models
| |__ Users.php
| |__ Cars.php
|
|__ library
|__ migrations
|
|__ views
|__ index
| |__ index.phtml
|
|__ layouts
|
|__ signup
| |__ index.phtml
| |__ register.phtml
|
|__ test
| |__ index.phtml
| |__ edit.phtml
| |__ new.phtml
|
|__ index.phtml
1.2014之後的版本2.是用systemd開機
Aug 28, 2024國際標準組織IOS(International Organization for Standardization)制定了OSI(Open System Interconnection,開放系統連結)的通訊標準,作為制定通訊協定及發展網路相關產品的參考標準。
Aug 16, 20241.架設在網際網路與內網之間的資安系統,根據持有者預定的策略來監控往來的傳輸。 2.防火牆可能是一台專屬的網路裝置,也可執行於主機之上,用於檢查各個網路介面的網路傳輸。是位於兩個或以上網路間,實行網路間存取或控制的一組元件集合之硬體或軟體。 防火牆功能: 1.隔離內部網路(私有網路)與網際網路的流量,以保護內網的安全。 2.透過將網路劃分成不同區域(通常稱為ZONE),制定出不同區域之間的存取控制策略來控制不同信任程度區域間的資料傳送。
Sep 30, 2022NAT是用來解決IPv4位址不足的一個方法,當IP封包通過路由器或防火牆時,建立一個Private IP與Public IP的對應表格(NAT table),並且重寫封包內的傳送端 IP 位址與接收端 IP 位址。 這種技術被普遍使用在有多台主機但只通過一個公有IP位址訪問網際網路的私有網路中。 NAT 伺服器運作方式: 圖(a)傳送封包:假設私有網路(內部網路)的電腦 A 要傳送封包到網際網路(外部網路),所以將封包表頭內的傳送端 IP 位址設定為 192.168.1.1。 圖(b)轉送封包:NAT 伺服器將封包表頭的傳送端 IP 位址改成 140.112.66.88 再傳送到網際網路(外部網路),並且記錄這個封包來自電腦 A。
Sep 30, 2022or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up